docs: add proposed AI-assisted proof ingestion roadmap section - #112
Merged
Conversation
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Contributor
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
AkiraTamai
marked this pull request as ready for review
September 4, 2026 00:30
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
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.
Summary
Docs-only. Adds a single new
docs/ROADMAP.mdsection at the end,## AI-assisted proof ingestion and translator surface extension (proposed), as the Lean-side receiving task for the mumei-agent "Task 2-D: AI-driven Lean proof generation for unknown atoms" (that agent-side plan is still being written; no ✅ marker here since nothing is implemented).It records two sub-tasks — (a) widening
expr_translatorlowering to shrinkpartial_translation(with the mandatory §8/§10 spec updates andcompute_bridge_lemma_hash()recomputation), and (b) generalisingIngestedAtom.auto_tacticso an externally supplied proof body can be injected intorender_theorem— plus the soundness guards that must stay unchanged: promotion still depends only on_translator_contract_current/_lean_result_contract_currentand a reallake build,MUMEI_LEAN_SKIP_LIVE=1/ no-Lake paths skip AI generation, and contract-constant changes must land withLEAN_TRANSLATOR_VERSION/LEAN_BRIDGE_LEMMA_HASHand the mumei-agent constants in the same change set.PYTHONPATH=scripts MUMEI_LEAN_SKIP_LIVE=1 python -m pytest -qpasses excepttests/test_proofcert.py::test_representative_certificate_validates_against_schema, which fails on this box from a broken localjsonschemainstall (AttributeErroronDraft202012Validator), unrelated to this diff.Link to Devin session: https://app.devin.ai/sessions/f96c2ca334024b6699566ec540d8e391
Open in Devin Desktop: https://app.devin.ai/desktop/session/f96c2ca334024b6699566ec540d8e391?variant=devin
Requested by: @AkiraTamai