Bind interval packages to proof payload sessions - #9038
Draft
kim-em wants to merge 10 commits into
Draft
Conversation
kim-em
force-pushed
the
agent/interval-payload-session
branch
3 times, most recently
from
July 28, 2026 05:52
e574b22 to
d8ba179
Compare
kim-em
force-pushed
the
agent/interval-payload-session
branch
from
July 28, 2026 06:05
acba9d6 to
59520ca
Compare
kim-em
force-pushed
the
agent/interval-payload-arena
branch
from
July 29, 2026 05:28
04a985d to
9f08b17
Compare
kim-em
force-pushed
the
agent/interval-payload-session
branch
from
July 29, 2026 05:32
59520ca to
32ae124
Compare
kim-em
force-pushed
the
agent/interval-payload-arena
branch
from
July 29, 2026 06:18
9f08b17 to
7d37887
Compare
kim-em
force-pushed
the
agent/interval-payload-session
branch
from
July 29, 2026 06:24
b6b7d0d to
cf11011
Compare
kim-em
force-pushed
the
agent/interval-payload-arena
branch
from
July 29, 2026 06:43
7d37887 to
cd03a36
Compare
kim-em
force-pushed
the
agent/interval-payload-session
branch
from
July 29, 2026 06:47
fa232f2 to
e8a787a
Compare
kim-em
force-pushed
the
agent/interval-payload-arena
branch
from
July 29, 2026 07:08
cd03a36 to
e58c7df
Compare
added 10 commits
July 29, 2026 07:09
Address policy and payload-session review findings, including exact closure relevance, reply-local recovery limits, stable resource classification, and conformance canaries.\n\nProgress: progress/20260729T055315Z.md
Keep malformed reply-local evidence recoverable after earlier arena commits, and bound exact coverage by the per-reply use cap.\n\nProgress: progress/20260729T060908Z.md
Record the refreshed stack and validation in progress/20260729T062352Z.md.
Record the review fixes and validation in progress/20260729T064252Z.md.
Record the final lower-stack migration in progress/20260729T064721Z.md.
Record the final framework migration in progress/20260729T071129Z.md.
kim-em
force-pushed
the
agent/interval-payload-session
branch
from
July 29, 2026 07:12
e8a787a to
019ce52
Compare
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.
Purpose
Make proof-producing execution over arbitrary function packages own one coherent engine, registry, and immutable evidence arena.
What this establishes
droppedWorkfield is distinct from the exportedSession.completefixed-point predicate;Runhas a private constructor, so stop classifications cannot be paired with arbitrary sessions;The FIFO session is an ownership and transaction experiment. External policy selection and package-owned semantic replay are the next stacked layers. The eager arena entry budget is deliberately documented as an action/draft waste bound rather than an accepted-fact bound.
Verification
lake build HexInterval.Experiment.PayloadSession HexInterval.PayloadSessionConformance HexIntervalExperimentgit diff --checknative_decide,axiom, orsorryStacked on #9035.