feat: add bidirectional cross-repo linking to sigil#48
Merged
Conversation
Add sigil as a rivet external for cross-repo artifact traceability. Link synth's ELF backend and reproducibility requirements to sigil's binary signing artifacts: synth:ARCH-003 → sigil:CR-12 (ELF section validation requirement) synth:ARCH-003 → sigil:CD-14 (ELF signing module design) synth:ARCH-003 → sigil:FEAT-2 (native artifact signing feature) synth:NFR-002 → sigil:L-7 (attestation chain continuity loss) synth:NFR-002 → sigil:SC-14 (attestation chain constraint) This establishes the security-critical boundary between synth's verified compilation and sigil's supply chain signing. Trace: skip
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.
Summary
Establishes rivet cross-repo artifact traceability between synth and sigil.
Synth produces bare-metal ELF binaries that sigil signs for supply chain security. This PR adds bidirectional
traces-tolinks so that:synth:ARCH-003(ELF backend) →sigil:CR-12, sigil:CD-14, sigil:FEAT-2synth:NFR-002(reproducibility) →sigil:L-7, sigil:SC-14The reverse links (sigil → synth) are in pulseengine/sigil PR #55.
Once both PRs are merged,
rivet validatewith externals will resolve all cross-repo references bidirectionally.Test plan
rivet validatepasses locally (cross-refs resolve when both repos have changes)🤖 Generated with Claude Code