chore(release): v0.41.1 — reproducible output no longer path-dependent - #349
Merged
Conversation
Cut v0.41.1 (0.41.0 → 0.41.1). Scope: #341 — --reproducible output no longer depends on the input file path (the caller name leaked into the attestation descriptor + provenance component_id; now positional under reproducible). SR-52 added (verified): reproducible output depends only on input content (#325 determinism + #341 path-independence), derives-from SYS-10. #339 (Mythos Finding A value-pointer gate) was investigated and NOT shipped — the fix was undecidable without reloc metadata and would over-reject real components + un-do #298; documented on the issue. `rivet release status v0.41.1` → Cuttable (SR-52 verified). `rivet validate` PASS. CHANGELOG [0.41.1] with falsification. Refs #341, #325, SR-52. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
LS-N verification gate✅ 59/59 approved LS entries verified
Approved Failed LS entries(none) Missing regression tests(none) Updated automatically by |
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.
Cut v0.41.1 (0.41.0 → 0.41.1). Scope: #341 —
--reproducibleoutput no longer depends on the input file path.Gate
rivet release status v0.41.1→ Cuttable (SR-52verified)rivet validate→ PASS[0.41.1]with falsificationWhat ships
Under
--reproducible, the caller-supplied component name (CLI passes the input path) no longer leaks into the output — the input identifier is positionalcomponent-{index}at all three sites (attestation descriptor, wscInputArtifact, provenancecomponent_id), content pinned by sha256. Byte-identical inputs at different paths now fuse identically.Note
#339 (the Finding-A value-pointer gate) was investigated but not shipped — the fix is undecidable without reloc metadata and would over-reject real components + un-do #298. Documented on the issue as a by-design residual (
--emit-relocsis the sound path).Refs #341, #325, SR-52.
🤖 Generated with Claude Code