docs(agent-team): document fail-loud input contract and pr_number optional behavior#80
Draft
github-actions[bot] wants to merge 1 commit intomainfrom
Draft
Conversation
The "Input propagation" bullet previously said only "must fail loudly" without describing the actual behavior introduced in #69. Expand it to show the two-path failure logic (issue_number present vs missing), the exact error message, the recovery command, and a separate bullet explaining the implementer's optional pr_number semantics. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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 changed
Expanded two bullets in the Limits and gotchas section of
catalog/agent-team/README.md:Input propagation — previously said only "must fail loudly" without explaining the actual behavior introduced in [codex] fix agent-team manual workflow_dispatch inputs #69. Now describes:
issue_numberpresent →state:blocked+ comment;issue_numbermissing →missing_data/report_incomplete🛑 agent-team: workflow_dispatch inputs were not propagated. Re-dispatch with valid inputs.gh workflow run ... -f issue_number=<n>)pr_numberis optional for the implementer (new bullet) — documents the hardened optional semantics from [codex] fix agent-team manual workflow_dispatch inputs #69: blank or unresolved literal → new branch + PR; real number → push to existing PR branch.Why
Operators debugging a stuck run need to know what the error message looks like and how to recover. The previous one-liner gave no actionable guidance. These details live in the agent
.mdsources but were not surfaced in the human-facing README.Testing
planner-agent.md,implementer-agent.md, andreviewer-agent.mdline-by-line.🤖 Generated with [Claude Code]((claude.ai/redacted)