proof: bridge owned resources into frame couplings (#1990) - #2402
Open
Th0rgal wants to merge 1 commit into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
Contributor
OpenCodeReview first-pass review🔁 Incomplete — this run did not finish and will retry on the same commit. Do not count it as review coverage. Some files could not be reviewed due to errors. Warnings
OCR pilot metrics & packet coverageOCR pilot metrics
Pilot mode: advisory only. Codex Review remains the merge gate. |
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.
Short description
Add the smallest reusable bridge that turns one
Resourceinto a supportedCoupling, then packages computed footprint disjointness as aSegmentSimWithFieldsframe theorem.What changed
Coupling.owned, the canonical coupling for one concrete resource observationCoupling.owned_supportedSegmentSimWithFields.frame_owned_writeFootprint, combining coupling support, footprint soundness, and the frame rule without per-consumer support boilerplateexecStmt_letVar_preserves_selector_calldataproof to the new primitive, providing a concrete existing consumer/regressionPrintAxioms.leanThis is proof-only and additive: no interpreter semantics, fragment classification, trust boundary, or gate changes.
Validation
lake build Compiler.Proofs.Frames— exit 0,Build completed successfully (1207 jobs)lean-slot env GIT_CONFIG_GLOBAL=/dev/null lake build— exit 0,Build completed successfully (2476 jobs)lean-slot env GIT_CONFIG_GLOBAL=/dev/null lake build PrintAxioms— exit 0,Build completed successfully (2624 jobs)make check— exit 0,Ran 666 tests,All checks passedpython3 scripts/generate_print_axioms.py --check— exit 0python3 scripts/generate_trust_surface_report.py --check— exit 0git diff --check origin/main...HEAD— exit 0lean_hygiene— no introducedsorry,admit,axiom, orunsafe; generated registry remains0 sorry'dBase:
cca73c39a4f49176fc01c570febb31ea891b3898Head:
09855b85319c451ccc7ccea21e805289017ff8a7Closes part of #1990.