From b538b4946941fdb22a3bcfcd20c3cf5e0bf0b923 Mon Sep 17 00:00:00 2001 From: wei wang <10283245@qq.com> Date: Mon, 13 Jul 2026 12:36:56 +0800 Subject: [PATCH] docs: publish authentic RunX support evidence Signed-off-by: wei wang <10283245@qq.com> --- community/runx-love/evidence.json | 27 +++++++++++++++++++++++++++ community/runx-love/report.md | 12 ++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 community/runx-love/evidence.json create mode 100644 community/runx-love/report.md diff --git a/community/runx-love/evidence.json b/community/runx-love/evidence.json new file mode 100644 index 00000000..b79bfaec --- /dev/null +++ b/community/runx-love/evidence.json @@ -0,0 +1,27 @@ +{ + "summary": "A reproducible RunX CLI defect report documents that supplied approval answers do not clear a pending approval during resume, with exact commands, clean receipt directories, observed state, and the expected state transition.", + "observations": [ + { + "claim_type": "useful_issue", + "public_url": "https://github.com/runxhq/runx/issues/311" + }, + { + "runx_link_found": "https://github.com/runxhq/runx" + }, + { + "summary": "The issue isolates a deterministic runx resume approval-state bug and supplies a minimal reproduction using the published Sourcey catalog graph." + }, + { + "audience": "RunX maintainers and contributors working on resume, approval gates, and governed graph execution" + }, + { + "venue_policy": "The runxhq/runx issue tracker accepts actionable bug reports; this post reports a product defect rather than promoting an unrelated project." + }, + { + "reproduction_quality": "The report includes the CLI version, initial run, two documented answer shapes, isolated receipt directories, repeated pending state, and expected behavior." + }, + { + "public_access": "The issue and repository are readable without authentication." + } + ] +} diff --git a/community/runx-love/report.md b/community/runx-love/report.md new file mode 100644 index 00000000..82e39c8a --- /dev/null +++ b/community/runx-love/report.md @@ -0,0 +1,12 @@ +# Authentic RunX support action + +- Public action: filed [runx resume leaves approval pending after supplied approval answer](https://github.com/runxhq/runx/issues/311). +- Project link: the report is filed directly in the public [runxhq/runx](https://github.com/runxhq/runx) repository. +- What it contributes: a deterministic reproduction of an approval-resume state transition that remains pending even after a supplied answer. +- Evidence depth: the report records RunX CLI 0.7.0, the exact catalog graph invocation, the resume commands, both documented answer payload shapes, and clean receipt directories. +- Expected behavior: a valid supplied approval should satisfy the pending gate and allow the graph to continue or fail with a specific validation error. +- Observed behavior: every documented input shape leaves the same approval pending without a targeted validation error. +- Audience: maintainers and contributors working on resume semantics, approval gates, or governed graph execution. +- Public access: both the issue and this supporting evidence are readable by a stranger without signing in. +- Venue fit: GitHub Issues is the repository's normal bug-reporting surface, and the post is a focused defect report rather than generic promotion or link spam. +- Authenticity: the defect was encountered while running a real governed validation for an upstream documentation task, then reproduced in isolated receipt directories before filing.