Relay gate results and prior-phase evidence to agents verbatim#182
Merged
Conversation
…ted) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01N5uKXZg1pBVWgk1882WF9P
…ts (assisted) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Bjc8BhZ26hJLMR9yfWtKDS
Merged
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.
Closes #157.
In architecture v2, agents read prior-phase artifacts by path and run gates themselves, so the orchestrator rarely touches evidence. The one channel left is the re-dispatch handoff: on rejection, the orchestrator relaunches flagged writers with the rejection file's path plus the issues scoped to their task. This adds one bullet to the spawn checklist for exactly that channel: when a launch prompt carries prior-phase evidence — such as a rejection's issues — it is passed verbatim, never interpreted or framed. (The incident behind #157 — gate results pre-framed to a reviewer as mostly noise — used a relay channel that no longer exists in v2; the surviving rule is scoped to what v2 actually does.)
Based on #181; independent one-rule change.
🤖 Generated with Claude Code
https://claude.ai/code/session_01N5uKXZg1pBVWgk1882WF9P