docs: document the automated release.yml pipeline in CLAUDE.md - #16
Merged
Conversation
Releases moved from hand-built (local Mac) to `.github/workflows/release.yml` on a `v*` tag push. Add a "Releasing" section (two-step flow, what the workflow builds/signs/publishes, and the constraints: asset-name match, checksums format, latest-redirect requirement, pinned Bun, required permissions, manual fallback). Also note the ci.yml/release.yml split where CLAUDE.md called typecheck "the whole CI surface", and cross-ref the producer side from the `update` subsystem. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This was referenced Jul 17, 2026
Merged
colevels
added a commit
that referenced
this pull request
Jul 17, 2026
#18) Releases moved to GitHub Actions with a signed SLSA build-provenance attestation (PRs #13–#16). The README's Install section covered checksum verification but not provenance; add a short paragraph plus a `gh attestation verify` example so users can verify a downloaded binary. Co-authored-by: Claude Opus 4.8 (1M context) <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.
CLAUDE.md still described releases as hand-built and called
typecheck"the whole CI surface" — both outdated now that.github/workflows/release.ymlbuilds + publishes on av*tag push (with signed SLSA provenance).Changes
## Releasingsection: the two-step flow (bumppackage.jsonversion via PR →git tag vX.Y.Z && git push), what the workflow does (cross-compile 4 targets on one runner,checksums.txt,attest-build-provenance,gh release create), and the constraints to preserve — asset-name match withassetName()/install.sh, checksums line format, the non-draft "latest" requirement for thereleases/latestredirect, pinned Bun in both workflows, required permissions, and a manual fallback (noting it has no provenance).updatesubsystem (the redirect consumer).Docs-only; no code change.
🤖 Generated with Claude Code