feat: verify local artifacts against persisted report evidence - #27
Conversation
|
Warning Review limit reached
Next review available in: 21 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (28)
Comment |
Buyer-visible outcome
RankWeave 0.14.0 adds exact local artifact verification for persisted pairwise and candidate-family v2 reports.
Candidate-family verification uses ordered, repeatable
--candidate ID=PATHarguments. Console andpython -m rankweaveentrypoints emit byte-identical UTF-8 JSON.Decision and trust contract
0: every SHA-256 digest and raw byte count matches;1: the report is usable but one or more explicit artifacts differ;2: usage, filesystem, bounded-read, UTF-8, JSON, evidence-shape, or candidate-order failure.The output is path-free and payload-free. A match proves only equality with unsigned evidence in the supplied report. It is not producer authentication, signature verification, provenance verification, an attestation, trusted-execution evidence, or a SLSA-level claim.
Implementation and interoperability
ArtifactVerificationRecord,ArtifactVerificationReport, andverify_report_artifactsAPIs.NaNor infinity values under the RFC 8259 boundary.rankweave.artifact-verification.v1is discoverable through Python andrankweave schema --report-type verification --schema-version v1.Documentation and standards
README, CLI documentation, schema documentation, dedicated verification documentation,
AGENTS.md,ARCHITECTURE.md,CLAUDE.md,CHANGELOG.md, and research references are synchronized.APA 7 references record RFC 8259, NIST FIPS 180-4, and SLSA specification v1.2. The documentation distinguishes exact-byte integrity comparison from authenticated provenance verification.
Exact-head verification
Current head:
5db2d60ec2d41a89859b2740da7a39cfa932b569The current merge ref passed:
compileall;All temporary finalization and repair scaffolding has been removed. No tag, GitHub Release, package publication, signature, attestation, or SLSA claim is created before protected merge.