docs: define the autonomous bug-reporting pipeline (cross-repo architecture, built-vs-proposed)#43
Merged
Merged
Conversation
…t built-vs-proposed) Captures the 2026-06-28 architecture diagram as the canonical spec for the pipeline spanning feedback-o-tron / boj-server / boj-server-cartridges: Gateway fetches the target repo's issue-template schema, feedback-o-tron synthesizes/hydrates + dedupes, verified-ABI boundary, multi-platform dispatch. Ground-truthed 2026-07-01: only C4 dispatch is real (and bypasses the ABI); C1 template-fetch, C2 synthesis, C3 verified-ABI are PROPOSED. Records the feedback-o-tron vs feedback-mcp identity problem (D0, owner decision pending) and the honesty debt (fictional Idris badges, inert dedup, unwired verifier). Tracker: umbrella epic in boj-server (re-file of #262/#263/#264 pending). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
hyperpolymath
marked this pull request as ready for review
July 6, 2026 21:17
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds
docs/AUTONOMOUS-BUG-PIPELINE.adoc— the canonical definition of the autonomous bug-reporting pipeline spanningfeedback-o-tron,boj-server, andboj-server-cartridges, transcribed from the 2026-06-28 architecture diagram and ground-truthed against the code on 2026-07-01.Why
On 2026-06-28, boj-server #262/#263/#264 captured pieces of the runtime this pipeline would run in (containerisation, caching, tracing) but not the pipeline itself. This doc is the missing definition: the four wire contracts (C1 template-fetch → C2 synthesis → C3 verified-ABI → C4 dispatch), the per-repo role split, and an honest built-vs-proposed table with file:line evidence.
Key findings recorded:
.idrfiles.feedback-o-tron(engine) and the boj cartridgefeedback-mcp(sentiment counter) share a name but no code.record/3never called), unwired NetworkVerifier.Status
Draft for owner ratification — contains the open D0 decision (Converge vs Separate), so per estate policy this PR is intentionally not armed for auto-merge. Companion tracker (umbrella epic in boj-server + clean re-file of #262/#263/#264) is prepared and held pending go-ahead.
🤖 Generated with Claude Code