docs: reorganize README/DESIGN, drop phased-plan framing - #36
Merged
Conversation
The phased build plan is obsolete now that the semantics is essentially complete. Rework the docs to describe the current state directly: - Remove the "Build plan (phases)" section and all `Phase N` / `Option D` / `Sketch` / `skeleton` / `first cut` planning labels from README.md, DESIGN.md, and the module docstrings (Basic/Ast/Dialect/Equiv/Rewrites/EVM). - README: reorganize into "What is implemented", "What is not (yet) done, and why", "Tests", and the meta-theory scope note. - DESIGN: fix the stale claim that adequacy is "the pending proof" (it is proven); split status into "What is proven" and "What is not done, and why"; keep the accurate calls/creates/selfdestruct/static/gas/observation sections. - Reflect the recently landed work: open-world call/create boundary, gas() oracle, static write protection, selfdestruct schedule bit, CREATE failure rollback, extcodehash consistency, and frame-boundary observation. No code changes. lake build green (8576 jobs); runLinter clean. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
leonardoalt
marked this pull request as ready for review
July 15, 2026 14:42
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.
Cleans up all documentation now that the semantics is essentially complete and the phased build plan no longer applies.
What changed
Phase N/Option D/Sketch/skeleton/first cutlabel acrossREADME.md,DESIGN.md, and the module docstrings (Basic,Ast,Dialect,Equiv,Rewrites,Dialect/EVM).EVM.run_adequacyis instantiated).gas()oracle, static write protection, selfdestruct schedule bit, CREATE failure rollback,extcodehashconsistency, and frame-boundary observation (committedState/RunCommitted/deadStore_revert_obs_eq).Not code
Documentation and docstrings only — no semantic changes.
lake buildgreen (8576 jobs);lake exe runLinter YulSemanticsclean.🤖 Generated with Claude Code