docs: fix agent-team uninstall label list and drop stale version ref#140
Draft
github-actions[bot] wants to merge 1 commit into
Draft
Conversation
README.md uninstall section listed `state:in-progress` (which is never created) and omitted `agent-team:reviewed` (which the install skill does create for PR labeling). Corrected to match the seven labels defined in `skills/install-agent-team/SKILL.md`. Also removed the stale "for v0.1" qualifier from the Out of scope heading in install-agent-team/SKILL.md — the codebase is now at v0.2.1. 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
Two small documentation errors found during a post-commit docs audit:
1. Wrong label in README.md uninstall instructions
The uninstall section listed
state:in-progressas one of the seven agent-team labels to delete. That label is never created by the install skill — it doesn't exist. The label that is created (and was missing from the uninstall list) isagent-team:reviewed, which the reviewer applies to approved PRs.Before:
2. Stale version qualifier in SKILL.md
skills/install-agent-team/SKILL.mdhad an## Out of scope for v0.1heading. The repo is at v0.2.1; the qualifier is no longer meaningful. Changed to## Out of scope.Why now
The latest commit (
d688265) hardened the agent-team dispatch pipeline. A docs sweep of the agent-team surface area turned up both errors.Test plan
README.mduninstall section match those inskills/install-agent-team/SKILL.md(thegh label createcommands) andcatalog/agent-team/README.md(the prerequisites list)state:in-progressdoes not appear anywhere in the codebase as a created label (grep -r "label create.*in-progress" .)agent-team:reviewedappears inreviewer-agent.mdsafe-outputs and SKILL.md label create commands🤖 Generated with [Claude Code]((claude.ai/redacted)