Version Packages#45
Merged
Merged
Conversation
The changesets bot uses GITHUB_TOKEN to open Version Packages PRs; GITHUB_TOKEN cannot trigger workflows recursively, so 5 of 10 required checks never fire on the auto-opened PR. An empty signed commit pushed from a real user (or signed bot identity) re-triggers them.
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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@atrib/emit@0.12.0
Minor Changes
197b52c: Add
atrib-emit-clibinary (D082): a thin command-line wrapper aroundemitInProcessthat reads a JSON envelope from stdin, signs the record in-process, and writes the EmitOutput JSON to stdout. Exit code is always 0 per the §5.8 degradation contract; failures surface as warnings inside the result or as a stderr diagnostic line.Per D082, this binary replaces the D081 "import
@atrib/emitfrom the hook helper" integration shape. Operators install@atrib/emitglobally (npm install -g @atrib/emit) and the hook helper spawnsatrib-emit-cliinstead of carrying a localnode_modules/. Removing the npm workspace from the hook source directory eliminates a failure mode where Claude Code silently dropped hooks while the directory's package files were mutating.Records signed via the CLI are byte-identical to MCP-server-signed and middleware-signed records (same canonical form per §1.3, same
handleEmitpath, sameresolveKeywith the boundedATRIB_KEYCHAIN_TIMEOUT_MS/ATRIB_OP_TIMEOUT_MSfrom D081). The existingatrib-emitMCP-server binary is unchanged.@atrib/annotate@0.2.6
Patch Changes
@atrib/revise@0.2.6
Patch Changes