chore(release): v0.4.0 - #30
Merged
Merged
Conversation
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Signed-off-by: Brian Jin <35789537+kikashy@users.noreply.github.com>
…ased is absent A release commit renames Unreleased to the new version; that text is still live prose until the tag exists, so the guard scans it instead of failing for the section's absence. Caught by CI on the release PR — the local gate run had used cached test results. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Signed-off-by: Brian Jin <35789537+kikashy@users.noreply.github.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.
Material-decision impact: none
Moves the Unreleased entries under
0.4.0 - 2026-07-28and flips ADRs 0009–0012 toacceptedper their merged PRs (#25, #27, #28, #29) — the house post-merge status flip. Every change shipping in 0.4.0 carried its own review record on the PR that made the decision.This is the first release to carry the conformance claim:
CONFORMANCE.mdships in the release archives, the evaluator gates onspecVersion 0.2.0-draftper §11, machine output isoutputVersion "2"(migration guidance in the CHANGELOG), and thejpack.jsonproject convention (packsnamespace, MCPlist_packs/get_pack, payload identity echo) ships for builders. Go floor is 1.24 (os.Rootcontainment).All local gates pass at this commit:
go fmtclean,git diff --check,go vet,go test(14 packages),spec test-conformance --quiet,evaluate-corpus20/20, andcheck-release --tag v0.4.0("Release inputs verified").After merge: the signed annotated tag
v0.4.0on the merge commit is yours, then the tag workflow and production gate as usual.🤖 Generated with Claude Code