docs: fix test harness claim, broken publishing link, and add manual dispatch examples#115
Draft
github-actions[bot] wants to merge 1 commit into
Draft
Conversation
…patch examples - CONTRIBUTING.md: replace false "no automated test harness" claim with accurate description of the tier-1/2/3 test suite (tests/README.md) - CONTRIBUTING.md: replace broken README.md#publishing link with inline publishing steps (no such anchor existed in README.md) - catalog/agent-team/README.md: add concrete gh workflow run examples for manual re-dispatch of each agent role, complementing the fail-loud input contract added in #69 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 fixes identified during a post-#69 documentation audit.
Changes
CONTRIBUTING.md— testing section rewrittenThe previous text stated "There is no automated test harness for skills" — factually incorrect. The repo has a full multi-tier test suite (
tests/run-tests.sh, tier-1 skill tests, tier-2 invariants, tier-3 e2e). Replaced with an accurate summary table and the correct run commands, matchingtests/README.md.CONTRIBUTING.md— broken publishing link removed## Publishing (maintainers only)pointed toREADME.md#publishing, an anchor that does not exist inREADME.md. Replaced the dead link with the inline publishing steps (bump version in both plugin manifest files, cut a GitHub release, notify the two registries).catalog/agent-team/README.md— concrete manual dispatch examples addedPR #69 hardened the agents to fail loudly when
workflow_dispatchinputs are missing. The Kicking off a task section already mentioned manual dispatch as a recovery option but didn't show the exactgh workflow runcommands. Added explicit examples for all four roles (planner, implementer first-pass, implementer kickback withpr_number, reviewer) and a one-liner explaining the🛑 workflow_dispatch inputs were not propagatederror message.Test plan
CONTRIBUTING.mdmatchestests/README.mdCONTRIBUTING.mdmatch.claude-plugin/plugin.json+marketplace.jsonversion fieldsgh workflow runexamples incatalog/agent-team/README.mdmatch theworkflow_dispatch.inputsblocks in each agent.mdfile🤖 Generated with [Claude Code]((claude.ai/redacted)