Skip to content

docs(agent-team): document fail-loud input contract and pr_number optional behavior#80

Draft
github-actions[bot] wants to merge 1 commit intomainfrom
docs/agent-team-fail-loud-input-contract-7c62b318c2f4b9bc
Draft

docs(agent-team): document fail-loud input contract and pr_number optional behavior#80
github-actions[bot] wants to merge 1 commit intomainfrom
docs/agent-team-fail-loud-input-contract-7c62b318c2f4b9bc

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

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:

    • The trigger condition (empty, whitespace-only, or unresolved literal input)
    • The two-path failure logic: issue_number present → state:blocked + comment; issue_number missing → missing_data/report_incomplete
    • The exact error message agents post: 🛑 agent-team: workflow_dispatch inputs were not propagated. Re-dispatch with valid inputs.
    • The recovery command (gh workflow run ... -f issue_number=<n>)
  • pr_number is 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 .md sources but were not surfaced in the human-facing README.

Testing

  • No code changes; docs only.
  • Verified the exact error messages and logic match planner-agent.md, implementer-agent.md, and reviewer-agent.md line-by-line.

🤖 Generated with [Claude Code]((claude.ai/redacted)

Generated by Update Docs ·

To install this agentic workflow, run

gh aw add githubnext/agentics/workflows/update-docs.md@96b9d4c39aa22359c0b38265927eadb31dcf4e2a

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>
@github-actions github-actions Bot added automation documentation Improvements or additions to documentation labels Apr 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automation documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants