feat(federation): activate verified corpus graphs - #464
Open
tcballard wants to merge 1 commit into
Open
Conversation
Collaborator
Author
Cross-platform certification — passedThe complete native matrix passed for this PR head.
Workflow evidence: rust-spike run #207 (run ID 31387274390); PR Checks run #530. |
tcballard
marked this pull request as ready for review
August 12, 2026 05:28
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.
Stack
What this implements
corpus.source::canonical-idresolution with source-contextual aliasesstore/v3persistence with fail-closed freshness and corruption repairHardening
The implementation uses stable captured bytes throughout digesting, parsing, validation, composition, persistence, and serving. It rejects unsafe YAML, symlink/reparse traversal, hard-linked inherited files, mount boundaries, path escapes, stale pins, invalid topology, and unsafe output/cache targets.
Validation
cargo test --workspace --all-targets --locked --no-fail-fast— passedcargo clippy --workspace --all-targets --locked -- -D warnings— passeddecided validate decisions/— 468 valid, 0 invalid, 12 skippeddecided relationships decisions/ --validate— 3,055 checked, 0 issuesdecided gate decisions/ --json— 0 blocking, 134 existing advisoriesdecided review decisions/ --json— 508 non-blocking issues, health 96Review and merge after #462 and #463.
Closes #270
Closes #272