feat(ground): add regional execution evidence readback - #4351
feat(ground): add regional execution evidence readback#4351d-sorgcodexagent[bot] wants to merge 3 commits into
Conversation
|
Current-head CI repair: The previous protected Evidence on the exact head:
Normal child-first propagation through #4352, #4353, and #4354 remains required; this comment does not claim those descendants or the parent epic released. |
|
Consolidated into #4409. Closing to reduce CI/CD runner load. |
What changed
ground-regional-execution-result/v1evidenceWhy
Regional surface plans and the Python execution contract existed, but users could not inspect a frozen execution result on either application surface. This slice closes that evidence-readback gap without duplicating or approximating physics in the browser.
User and developer impact
Users can import a Python-produced result and verify that it belongs to the exact plan currently shown. React remains an import-only consumer and explicitly performs no physics. Native file reads are byte-bounded and strict UTF-8; both surfaces fail closed on mismatched plans or malformed envelopes.
Validation
Addresses #4271
Part of #4267