docs: fix agent-team label, testing guide, and workflow count in CONTRIBUTING#125
Draft
github-actions[bot] wants to merge 1 commit into
Draft
Conversation
Three documentation gaps surfaced by reviewing the agent-team dispatch input fix (d688265) against the existing docs: 1. README.md Uninstall: listed `state:in-progress` as the 7th label to delete, but that label doesn't exist. The real 7th label created by /install-agent-team is `agent-team:reviewed` (SKILL.md:80, reviewer-agent.md:64, catalog/agent-team/README.md:100). 2. CONTRIBUTING.md Testing: claimed "There is no automated test harness" but the repo has a full 3-tier suite under tests/ with CI integration (ci-tests.yml). Replaced with the actual tier-2/1/3 breakdown, run commands, and when to use each tier. 3. CONTRIBUTING.md Workflow files: said "seven dogfooded workflows" (the old count before b3f6341 trimmed the set). Now three gh-aw workflows are dogfooded. Also fixed a broken link to README.md#publishing (that section was removed in 83bdd43). 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.
Three documentation gaps found by reviewing the agent-team dispatch-input hardening (d688265) against existing docs.
Changes
README.md — Uninstall section
Listed
state:in-progressas the 7th label to delete when uninstalling agent-team. That label doesn't exist. The real 7th label created by/install-agent-teamisagent-team:reviewed(confirmed inskills/install-agent-team/SKILL.md:80,catalog/agent-team/reviewer-agent.md:64, andcatalog/agent-team/README.md:100). Users following the old instructions would silently skip deletingagent-team:reviewedand try to delete a label that was never there.CONTRIBUTING.md — Testing section
Claimed "There is no automated test harness for skills". The repo now has a full 3-tier test suite under
tests/with CI integration viaci-tests.yml. Replaced the stale claim with the actual tier breakdown:CONTRIBUTING.md — Workflow files + Publishing sections
README.md#publishing(section was removed in 83bdd43 during the end-user focus compaction) → replaced with the Releases page and plugin listing links.Test plan
bash tests/test-invariants.sh(thecheck_requiredforREADME.mdlabel section was not added as an invariant — that's intentional per the "add only on caught regression" policy)catalog/agent-team/README.md:100andskills/install-agent-team/SKILL.md:80both confirmagent-team:reviewedas the correct label name