feat(evidence): bind deterministic capture manifest identity - #222
Draft
seonghobae wants to merge 21 commits into
Draft
feat(evidence): bind deterministic capture manifest identity#222seonghobae wants to merge 21 commits into
seonghobae wants to merge 21 commits into
Conversation
|
Important Draft PR not reviewedDraft PRs are not automatically reviewed by default.
To automatically review draft PRs, update your CodeRabbit configuration: reviews:
auto_review:
drafts: trueThanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
seonghobae
added a commit
that referenced
this pull request
Aug 24, 2026
- Record 158 open PRs (44 ready, 114 draft) with refreshed exact base/head evidence for the #208-#222 release, enterprise-approval, BAP, and WARC/PROV chains while retaining the 2026-08-21 rows as regression anchors. - Add governance issues #212 and #215 to the operational signal table and note issue #206 closure between snapshots. - Record the required-check provider-failure RCA for the fail-closed Strix re-dispatches on #208, #218, and #220 without weakening the gate. - Tighten the completion-gap contract so superseded inventory counts cannot pass as current evidence.
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.
Partial implementation of #199, stacked on exact live PR #217 head
c11e7333557007373a8178b4ca5e742040f1c508.This Draft owns the next bounded structured-result-manifest identity boundary after extraction schema admission, immutable WARC records, and WARC/PROV binding.
CaptureManifestdeterministically binds the complete extraction-schema contract, exact WARC serialization identity, exact PROV JSON-LD identity, one non-null OriginWeave software revision, canonical record ordering, bounded record count, deterministic offline re-verification, exact persisted manifest bytes, and schema-bound structured-value digests that refer only to admitted WARC source records. The manifest remains payload-free and grants no capture, persistence, retention, browser, network, model, secret, signing, or release authority.Test-first repair lineage
The original persisted-manifest repair added an exact-byte verifier after a semantic RED proved that
CaptureManifest::verify_serialized_jsondid not exist. The verifier compares candidate bytes only withCaptureManifest::to_json()and deliberately does not parse or normalize JSON, so whitespace or other serialization drift fails asCaptureManifestVerificationError::IdentityMismatch.A later structured-value extension exposed a new exact-coverage defect on exact head
2c4d0d3d6f9aa6b75a185f3cfaf03edae271febc. CI32841640034failed production coverage at 524/524 functions, 4488/4504 lines, 5599/5632 regions, and 641/645 branches. This was actionable evidence, not a passing partial result.The same canonical branch was repaired test-first without changing production authority semantics:
0b104d7dd7adf128f58a8922ed02fde8bda9b77badded deterministic standard-error and hostile field/digest boundary regressions. CI32869695159improved coverage to 4504/4504 lines, 644/645 branches, and 5630/5632 regions, while also exposing canonical rustfmt drift.a012cb867ae841bf80a0f4977735a92e3be8ff00canonicalized the regression and added an all-digit valid SHA-256 case to execute the remaining digest branch. CI32870271382reached 100% functions/lines/branches but still reported 5630/5632 regions.CaptureManifest::new_with_warc_valuesandverify_with_warc_values. Current head649e30e19c3b9356061ef806d2b8e9b9b6e3ba8eadds a realistic empty-record verification regression that drives that production error propagation without catch-all handling or production weakening.Exact-current evidence
The unchanged current contributor head is
649e30e19c3b9356061ef806d2b8e9b9b6e3ba8e, with live basec11e7333557007373a8178b4ca5e742040f1c508.On this exact head:
32870842777: success;97877182875: exact checkout of649e30e19c3b9356061ef806d2b8e9b9b6e3ba8e; repository contracts, canonical formatting, locked workspace/all-target check, full tests, strict Clippy, and rustdoc success under the repository Rust 1.97.1 contract;97877182750: success;exact-coverage-649e30e19c3b9356061ef806d2b8e9b9b6e3ba8e: artifact ID9572036743, ZIP SHA-25603f9a3f5a2e1ad03360576a8124a170cd55079281d04ac0e09724dabc2174a04.The exact-current workflow inventory exposes CI only for this stacked head. SAST, Security Scan, and Manifest V3 evidence are therefore absent, not passing, and predecessor evidence is not promoted. Current formal-review and inline-review-thread inventories are empty at the latest refetch; no independent approval is claimed or inferred.
No predecessor check or review transfers to this branch. It remains Draft and dependency-bound on #217. Protected-main
AGENTS.mdremains authoritative; this scheduled actor does not merge, self-approve, tag, publish, mutate workflows, add secrets, or weaken gates.