docs: fix agent-team label name + document mid-pipeline recovery#74
Draft
github-actions[bot] wants to merge 1 commit intomainfrom
Draft
Conversation
Two documentation fixes surfaced by the #69 dispatch-inputs hardening: 1. README.md uninstall section: `state:in-progress` → `agent-team:reviewed`. The install skill, E2E tests, and reviewer workflow all use `agent-team:reviewed` as the 7th label. `state:in-progress` never existed in the pipeline. 2. catalog/agent-team/README.md: expand "Retrying a blocked task" to cover mid-pipeline re-dispatch after a `workflow_dispatch inputs were not propagated` block (the new fail-loud behavior added in #69). Old text only described restarting from spec. New text adds explicit `gh workflow run` commands for planner/ implementer/reviewer with all required inputs. Also updates the "Input propagation" gotcha entry to explain the error, label it expected behavior (not a bug), and cross-reference the recovery steps. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This was referenced Apr 25, 2026
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.
Summary
Two documentation fixes surfaced by the #69 dispatch-inputs hardening:
Label name bug (
README.mduninstall section):state:in-progress→agent-team:reviewed. The install skill, E2E tests, andreviewer-agent.mdall useagent-team:reviewedas the seventh label.state:in-progressnever existed in the pipeline.Mid-pipeline recovery guide (
catalog/agent-team/README.md): The "Retrying a blocked task" section previously only described restarting from scratch via the spec agent. After [codex] fix agent-team manual workflow_dispatch inputs #69, planner/implementer/reviewer now fail loudly with🛑 workflow_dispatch inputs were not propagatedinstead of silently inferring context. The old "clear state:blocked + re-add agent-team" advice didn't help users recover from this error. The updated section:gh workflow run ... -fCLI commands for planner, implementer, and reviewerFiles changed
README.mdstate:in-progress→agent-team:reviewedcatalog/agent-team/README.mdTest plan
README.mduninstall section exactly match those created byskills/install-agent-team/SKILL.mdand expected bytests/test-e2e-install-agent-team.shgh workflow runcommands in the new recovery section match theworkflow_dispatch.inputsschemas in the fourcatalog/agent-team/*.mdworkflow sources🤖 Generated with [Claude Code]((claude.ai/redacted)