release: v0.4.0 — Apache-2.0, core@v0.8.0, and a marketplace path that resolves - #21
Merged
Conversation
…404 marketplace install path
Contributor
Signetry Reviewer — 🟣 Escalate to a designated reviewerEscalate to a designated reviewer — this PR touches security-sensitive surface (.github/workflows/reviewer.yml). No blocking issue was found automatically, but a human owner should sign off. Deterministic gates (the authority)
Findings (1, 0 blocking)
Sensitive surfaceThis PR changes security-sensitive paths that warrant a designated reviewer:
MergeA designated reviewer / code owner should sign off before merge (sensitive surface).
|
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.
Cuts signetry-claude-code v0.4.0 — and the first release ever tagged in this
repository.
The
0.3.0in the changelog is not a tag you can installCHANGELOG.mdhas a## [0.3.0] — 2026-07-26entry, butgit taghere is empty. Thatrelease was cut in the pre-move repo and its tag did not come across the org move, so
the repo has been sitting at "0.3.0 plus six weeks of unreleased work" with nothing
installable to point at.
0.4.0is the first tag that exists here, and the changelognow says so explicitly rather than leaving a reader to discover it.
Fixed: the documented install command was a 404
README.mdtold Claude Code users to run:That repository has not existed since the move to the
Signetryorg — so the plugin'sprimary, first-line install path could not work for anyone who followed the README.
Now
Signetry/claude-code. The marketplace name in/plugin install signetry@signetry-claude-codeis unchanged and still correct: itcomes from
marketplace.json'snamefield, not the repo path.Versions and pins
.claude-plugin/marketplace.json(metadata.version)0.3.00.4.0signetry/.claude-plugin/plugin.json0.3.00.4.0signetry-core(6 sites, 5 files: README, both hooks, MCP launcher, admit skill)core@v0.7.0core@v0.8.0reviewer@v0.2.0reviewer@v0.3.0The unreleased changelog bullet claimed the pins were
core@v0.6.0andreviewer@v0.1.2. Since none of that block ever shipped, the delta an adopter actuallyreceives is
core@v0.8.0/reviewer@v0.3.0, and the bullet now states that — achangelog entry describes the release it ships in, not the commit that wrote it.
core@v0.8.0brings the receipt conformance spec and suite, the policy registry(
signetry policies,signetry init --policy), and placeholder-provenance reporting.