docs: fix agent-team label name and add manual dispatch examples#117
Draft
github-actions[bot] wants to merge 1 commit into
Draft
docs: fix agent-team label name and add manual dispatch examples#117github-actions[bot] wants to merge 1 commit into
github-actions[bot] wants to merge 1 commit into
Conversation
- README.md Uninstall: replace `state:in-progress` with `agent-team:reviewed` to match the actual label created by the install skill - catalog/agent-team/README.md: add concrete `gh workflow run` examples for manual re-dispatch (planner/implementer/reviewer) so users know the exact `-f` flags required after the strict input validation added in #69 - Expand "Input propagation" gotcha to include the actual error message and recovery steps, reflecting the behaviour now enforced in the workflow sources 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 manual workflow_dispatch inputs).Changes
README.md— fix incorrect label name in Uninstall sectionThe Uninstall section listed
state:in-progressas one of the seven agent-team labels to delete. That label does not exist. The actual seventh label, created by the install skill and used by the reviewer workflow, isagent-team:reviewed. Updated to match.catalog/agent-team/README.md— two improvements1. Manual dispatch examples (step 4 of "Kicking off a task")
Step 4 previously said "Manual dispatches must pass the required
workflow_dispatchinputs" without showing the commands. Since #69 enforces strict input validation (missing inputs immediately block the issue), users need to know the exact-fflags. Added a code block with ready-to-pastegh workflow runcommands for each of the three dispatch-receiving roles, including the optionalpr_numbercase for implementer kickbacks.2. "Input propagation" gotcha — describe implemented behaviour
The bullet previously said the workflows "must fail loudly" (spec language). It now describes what actually happens after #69: the workflow adds
state:blockedand posts the exact error message, plus a recovery path (clearstate:blocked, re-dispatch with valid inputs).Test plan
agent-team:reviewedlabel exists in the install skill (skills/install-agent-team/SKILL.mdstep 6) — confirmed ✅state:in-progresslabel does not appear in the install skill or any workflow — confirmed absent ✅🤖 Generated with [Claude Code]((claude.ai/redacted)