Register package-owned interval replay formats - #9040
Draft
kim-em wants to merge 9 commits into
Draft
Conversation
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-package-replay
branch
from
July 28, 2026 06:13
b70fad3 to
dd81fd5
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-package-replay
branch
3 times, most recently
from
July 29, 2026 06:13
39c20ec to
2e85abd
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-package-replay
branch
from
July 29, 2026 06:26
2e85abd to
d152dc5
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-package-replay
branch
from
July 29, 2026 06:50
d152dc5 to
6ec486d
Compare
kim-em
force-pushed
the
agent/interval-payload-session
branch
from
July 29, 2026 07:12
e8a787a to
019ce52
Compare
added 9 commits
July 29, 2026 07:12
Includes progress/20260728T054228Z.md.
Includes progress/20260728T054939Z.md.
Restack sealed package replay on reply-local payload limits while preserving exact handler formats and recovery semantics.\n\nProgress: progress/20260729T060046Z.md
Validate selected package formats before cumulative arena capacity and cover the partly filled-session case.\n\nProgress: progress/20260729T061237Z.md
Record the refreshed stack and validation in progress/20260729T062552Z.md.
Record the final lower-stack migration in progress/20260729T064950Z.md.
Record the final framework migration in progress/20260729T071332Z.md.
kim-em
force-pushed
the
agent/interval-package-replay
branch
from
July 29, 2026 07:14
6ec486d to
79e3c9f
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
Let arbitrary function handlers own the representation formats for their proof payloads without adding a central arithmetic or function switch to the engine.
What this establishes
(RuleKey, role, payload schema);RuleKey.schemais the handler/theorem compatibility epoch, while payload schema is a recipe variant within that epoch;invokePlannedreturns the plan together with the exact selected handler replay snapshot;These validators check representation shape only. Package-owned semantic checkers and soundness theorems are the next layer; caches and search policy remain outside replay. Compatibility of a changed callback under an existing rule epoch is explicitly a future semantic-replay obligation, not a property claimed by this layer.
Verification
lake build HexInterval.Experiment.PackageRegistry HexInterval.Experiment.PayloadSession HexInterval.PackageRegistryConformance HexInterval.PayloadSessionConformance HexInterval.DyadicRulesConformance HexIntervalExperimentgit diff --checknative_decide,axiom, orsorryStacked on #9038.