Skip to content

interval: derive checker input from Lean goals - #9210

Merged
kim-em merged 1 commit into
mainfrom
agent/interval-goal-frontend
Aug 11, 2026
Merged

interval: derive checker input from Lean goals#9210
kim-em merged 1 commit into
mainfrom
agent/interval-goal-frontend

Conversation

@kim-em

@kim-em kim-em commented Aug 11, 2026

Copy link
Copy Markdown
Owner

Adds the first extensible goal-reification layer for the interval engine. Operation packages own Lean-expression recognizers; the generic builder enforces unique matching, typed arity, resource bounds, SSA validation, and expression/domain CSE. A separate fact parser derives version-zero facts and the caller target while retaining complete same-node assumption provenance.

The Real.exp canary now reifies its actual goal and requires the resulting program, initial facts, and target to match the existing semantic fixture before planning and kernel proof emission. Conformance also checks CSE, assumption seeding, and rejection of overlapping syntax packages.

This remains deliberately incremental: package-compositional semantics and generic discharge of top/assumption seed recipes are the next step. No native_decide, axioms, or sorries.

@kim-em
kim-em force-pushed the agent/interval-exp-vertical branch from d684a5f to fc34666 Compare August 11, 2026 19:33
@kim-em
kim-em force-pushed the agent/interval-goal-frontend branch from e9e52f1 to 316034f Compare August 11, 2026 19:34
@kim-em
kim-em changed the base branch from agent/interval-exp-vertical to main August 11, 2026 20:31
@kim-em
kim-em merged commit df57e12 into main Aug 11, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant