Release Braid through a locked tagged-Git contract - #93
Merged
Merged
Conversation
This was referenced Aug 30, 2026
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.
Braid's stable cross-repository boundary is now an immutable, locked Git contract rather than a sibling checkout convention.
Gap
The old registry export was stale, internal manifests did not consistently carry version-plus-path publication metadata, and there was no gate proving that an empty consumer could resolve the Braid family from one immutable source revision. That made path topology part of the supply chain and left the intended crate ownership graph unenforced at distribution time.
Fix
release/contract-v0.toml:braid-capability,braid-ir,braid-verify,braid-vocab-cms, andbraid-vocab-web, all at 0.1.0 with Rust 1.98.braid-registry-exportplusscripts/braid-registry-export-check.sh; the gate regenerates the 1,058-byte CMS registry twice, compares exact bytes, and checks the pinned BLAKE3 CID.scripts/braid-release-probe.shbuilds it from one Git URL and one 40-hex revision, refuses path dependencies and unresolved template tokens, then verifies the pinned registry/capsule CIDs and receivesVerdict::Admit.Rejected alternative: publish every workspace crate as one surface now. That would turn the unresolved #63 material-effect proposal into a de facto compatibility promise and recreate the authority slop this contract is meant to stop.
Regression proof
1fac13b0e2798ef3540052a1e9ce0468b3c0fc943d6beb472494554edc1c98e5.afaa7dcc9ab2f7d1530da72306c7d821c573f8aa9eda2b5c6e463f121f634acd; capsule CIDccedc469e6b0513720969ce1a4f169f53365eeadbc853042c411b44c1f15b71f; verdict admit.1a52e0098e9c378ec47f43c4e15647cb05121823./Users/srinji/wwfd/state/local-ci-receipt.json.Advances #75.
Still not done: GitHub checks must pass, the PR must merge, and the clean consumer probe must be repeated against the immutable GitHub merge commit before any tag is promoted. Crates.io publication is deliberately not performed by this PR.