docs: fix agent-team docs after dispatch-input hardening (#69)#110
Draft
github-actions[bot] wants to merge 1 commit intomainfrom
Draft
docs: fix agent-team docs after dispatch-input hardening (#69)#110github-actions[bot] wants to merge 1 commit intomainfrom
github-actions[bot] wants to merge 1 commit intomainfrom
Conversation
- README.md: fix incorrect 7th label in uninstall section (`state:in-progress` → `agent-team:reviewed`); expand to explicit per-label `gh label delete` commands for clarity - catalog/agent-team/README.md: expand "Input propagation" gotcha to document the fail-loud behavior added in #69 — unresolved template literal detection, issue_number-missing vs. present handling, and the pr_number blank/literal treatment for first-dispatch vs. kickback - CONTRIBUTING.md: fix "seven dogfooded workflows" → six (three agentic + three CI), and clarify that only the agentic workflows are gh-aw managed 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.
Follow-up documentation for #69 (
fix(agent-team): fail loud on missing dispatch inputs+harden optional implementer pr_number).Changes
README.md— uninstall label bug fixThe seventh
agent-teamlabel was listed asstate:in-progress, which doesn't exist. The correct label isagent-team:reviewed(created by the installer, added to PRs by the reviewer). Expanded to per-labelgh label deletecommands so users can copy-paste without guessing the format.catalog/agent-team/README.md— Input propagation gotcha expandedThe previous one-liner ("must fail loudly") didn't capture the full behavior now in the agent templates:
$\{\{ github.event.inputs.issue_number }}), not just empty values.issue_numberis present or missing.pr_numberblank/literal treatment (implementer only) — both are valid first-dispatch states; the agent creates a new branch + PR rather than failing.CONTRIBUTING.md— workflow count correction"Seven dogfooded workflows" was wrong — the directory contains six workflows: three agentic (
daily-repo-status,update-docs,weekly-research) and three standard CI (agentics-maintenance,ci-tests,copilot-setup-steps). Clarified that only the agentic workflows aregh aw-managed.Test plan
gh label delete agent-team:reviewedis runnable against a repo with the agent-team labels installed.planner-agent.md,implementer-agent.md, andreviewer-agent.md..github/workflows/.🤖 Generated with [Claude Code]((claude.ai/redacted)