Public export snapshot from bran-dev 94b66ce (Sigstore release contract + README) - #7
Merged
Conversation
Adds the Sigstore keyless release contract and workflow, and rewrites the README around install steps, real command output, and the offline-or-connected split.
Fixes release build portability on Windows and macOS runners.
Rust xtask release packager, publish step, and pre-publish manifest validation.
1wgrumph
marked this pull request as ready for review
August 7, 2026 16:33
Pin third-party release actions to commit SHAs.
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.
Public export snapshot produced by the approved exporter from a clean committed source.
Provenance
alphazede/bran-dev94b66ce2ea63b434a7571ef614121ecb5ee963bd4ad643eWhat this brings public
Sigstore keyless release contract. The release signature moves from OpenPGP
to Sigstore cosign keyless via GitHub OIDC, so there is no long-lived key to
store, rotate, or leak. The manifest signature block now carries
certificate_identityandcertificate_oidc_issuerin place of a keyfingerprint, the signature asset is
SHA256SUMS.sigstore(a cosign bundle), andrelease_seal.pyverifies withcosign verify-blob. It fails closed whencosign is absent, exactly as it previously failed closed without gpg. The
manifest stays at exactly seven assets.
Release workflow.
.github/workflows/release.ymlbuilds all five targets onGitHub-hosted runners on a pushed
bran-v*tag, then signsSHA256SUMSkeylessly and emits
bran-release-manifest.json. The build job is restricted tocontents: read; only the signing job holdscontents: writeandid-token: write. The workflow is exported publicly on purpose: thecertificate_identitynames its path, so verifiers must be able to read it.README rewrite. Replaces the hook-configuration tutorial that occupied most
of the file with install steps, a command table, and real captured output. Adds
the unmatched-entity miss behaviour, the offline-or-connected split with
concrete steps for connecting a model, and the keyless verification command.
Validation evidence
Every exported file was scanned for credentials, private paths, and private
document roots. No stale reference to the OpenPGP contract remains anywhere in
the exported surface.
Merge method
Rebase-merge, not squash.