docs(gale#173): ordeal from crates.io + record the real-VC bridge status#200
Merged
Conversation
Per user direction (consume ordeal from crates.io): run.sh/README now point at `cargo install ordeal` instead of a local git build. Record the transcription→obligation-proof upgrade honestly: ordeal's Verus-VC bridge (FEAT-009/#65 — ingest the by(bit_vector) VC Verus emits, closing the 'certs prove the transcription not the obligation' gap) is MERGED on ordeal main and verified locally to discharge gale's real cpu_mask VC (unsat, 28250B LRAT), but is NOT yet on crates.io (0.11.0 is latest, one commit before #65). When ordeal 0.12.0 publishes, cargo install carries it and each pilot upgrades to obligation-proof. Auto-slicer (lift the VC from a Verus log) still open upstream. No cert/.smt2 change; pilots 1-4 still discharge (verified). Doc/provenance only. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_011QG86sovTbfnPNY9SfhSmo
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
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.
Per direction to consume ordeal from crates.io,
proofs/ordeal-bv/{run.sh,README.md}now point atcargo install ordealinstead of a local git build.Records the honest status of the transcription → obligation-proof upgrade: ordeal's Verus-VC bridge (FEAT-009 / #65 — ingests the
by(bit_vector)VC Verus itself emits to Z3, closing the "certs prove the transcription, not the obligation" gap) is merged on ordealmainand verified locally to discharge gale's real cpu_mask VC (unsat, 28 250-byte LRAT), but is not yet on crates.io (0.11.0 is latest, one commit before #65). When ordeal 0.12.0 publishes,cargo install ordealcarries it and each pilot upgrades to obligation-proof. The auto-slicer (lift the VC from a Verus log) is still open upstream.Doc/provenance only — no cert/
.smt2change; pilots 1–4 still discharge (7 unsat + 3 sat mutants, verified).🤖 Generated with Claude Code