Make comparison provenance squash-stable - #75
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (9)
📝 WalkthroughWalkthroughComparison provenance now uses SHA-256 digests of tracked inputs as the equality boundary. Baselines use schema version 4 and retain source revisions. Tests cover history rewrites, content changes, malformed metadata, and missing digests. ChangesComparison provenance
Estimated code review effort: 3 (Moderate) | ~20 minutes Sequence Diagram(s)sequenceDiagram
participant ComparisonScript
participant DigestUtility
participant BaselineContract
ComparisonScript->>DigestUtility: Compute TanStack input digest
DigestUtility-->>ComparisonScript: Return SHA-256 digest
ComparisonScript->>BaselineContract: Validate schema-4 provenance
BaselineContract-->>ComparisonScript: Accept baseline or report failure
Possibly related PRs
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches 💡 1📝 Generate docstrings 💡
🧪 Generate unit tests (beta)
Thanks 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 |
|
View your CI Pipeline Execution ↗ for commit c9cc6c6
☁️ Nx Cloud last updated this comment at |
Summary
35832f7This fixes the deterministic provenance failure in the post-merge chart benchmark run and unblocks the 0.8.0 version PR (#74).
Validation
pnpm validateRelease impact
No publishable package changes and no changeset. This is release tooling, tests, baseline data, and documentation only.
Summary by CodeRabbit
Bug Fixes
Documentation