release: v0.16.1 — the installers refuse the shadow, and the pack stops mis-selling itself - #12
Merged
Conversation
…on, exit 3 Both installers implement make-skill v0.25.0's canon (distribution.md, 'The installer must refuse the shadow it documents'): plugin-present detection reads the target home's installed_plugins.json with the marketplaces/ dir kept only as the fallback signal, refusal exits 3 with the remedy naming the spec from the JSON plus the family launcher, --force is the recorded override, absent/corrupt JSON fails open, and only the ~/.claude write is gated. A successful install now ends by saying how the next version arrives. test/installer_test.js: 11 cases against throwaway HOMEs, in npm test and CI (replacing the fresh-HOME-only inline step). Watched failing first: 7 of 11 red against the pre-fix installers. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…ps mis-selling itself Three version points move together (package.json, plugin.json, marketplace.json) plus the CHANGELOG entry and the ledger's Shipped state — v0.16.1 section (R-01..R-03). AST-01: plugin.json and marketplace.json described the pack as 'Two skills' while plugins/agent-stack/skills/ ships four — agent-interop and agent-harness were invisible in claude plugin details and on the marketplace. Both descriptions now name all four. Co-Authored-By: Claude Fable 5 <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 ships
Wave-1.5 installer canon (make-skill v0.25.0,
distribution.md§ "The installer must refuse the shadow it documents"):bin/agent-stack.jsandinstall.shrefuse to write plain copies into~/.claude/skills/when the agent-stack plugin is installed: detection reads the target home'sinstalled_plugins.json(keys are<name>@<marketplace>), themarketplaces/dir is kept only as the fallback signal, refusal exits 3 with the remedy naming the spec from the JSON plus the family launcher,--forceis the recorded override, absent/corrupt JSON fails open, and only the~/.claudewrite is gated.test/installer_test.js— 11 cases against throwaway HOMEs, wired intonpm testand CI (replacing the fresh-HOME-only inline step). Watched failing first: 7 of 11 red against the pre-fix installers (git stashthe two, run, pop).AST-01 (HIGH):
plugin.jsonandmarketplace.jsonopened with "Two skills" while the pack ships four —agent-interopandagent-harnesswere invisible inclaude plugin detailsand on the marketplace. Both descriptions now name all four.Version sync: package.json / plugin.json / marketplace.json / CHANGELOG all at 0.16.1; ledger section R-01..R-03 in
docs/evidence/verification.md.Gate:
npm testgreen —OK: agent-stack structurally valid (13 checks = 9 named + 4 per-skill, 4 skill(s), v0.16.1),PASS: plant_guard — 9 cases,PASS: installer — 11 case(s), residue clean;claude plugin validate --strictpasses on both manifests.🤖 Generated with Claude Code