docs: update CONTRIBUTING.md testing + publishing sections#76
Draft
github-actions[bot] wants to merge 1 commit intomainfrom
Draft
docs: update CONTRIBUTING.md testing + publishing sections#76github-actions[bot] wants to merge 1 commit intomainfrom
github-actions[bot] wants to merge 1 commit intomainfrom
Conversation
Two stale sections updated: Testing: removed the false claim "There is no automated test harness for skills" — the repo has had a three-tier test suite in tests/ since v0.2.1. Added a pointer to tests/README.md, surfaced the tier-2 invariant check as a fast pre-PR step, and noted that CI runs tier-2 + tier-1 on every PR. Publishing: replaced the broken link to README.md#publishing (the section was removed during the v0.2.1 README compaction in 83bdd43) with a concrete four-step checklist: bump plugin.json version, update README status line, create a GitHub Release, and note that marketplace.json auto-tracks main. 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.
Summary
Two stale sections in
CONTRIBUTING.mdupdated after the v0.2.1 release:Testing section: The old text claimed "There is no automated test harness for skills" — but the repo has had a three-tier test suite in
tests/since v0.2.1. Updated to point totests/README.md, surface the fast tier-2 invariant check (./tests/test-invariants.sh) as a quick pre-PR step, and note that CI runs tier-2 + tier-1 on every PR.Publishing section: The single link
README.md#publishingwas a dead link — the Publishing section was removed from the README during the v0.2.1 compaction (commit83bdd43). Replaced with a concrete four-step checklist: bumpplugin.jsonversion, update the README status line, create a GitHub Release, and note thatmarketplace.jsonauto-tracksmain.Why now
The
d688265commit (fix agent-team manual workflow_dispatch inputs) added new invariant checks intest-invariants.sh. A contributor readingCONTRIBUTING.mdafter that fix would be told there are no automated tests — and would miss the./tests/test-invariants.shstep that now catches exactly this class of regression.Test plan
./tests/test-invariants.shpasses (no stale phrases introduced)