feat(durable): add union reconciliation by session identity - #121
Merged
Merged
Conversation
This was referenced Sep 1, 2026
This was referenced Sep 1, 2026
jonasotoaguilar
marked this pull request as ready for review
September 1, 2026 05:25
jonasotoaguilar
force-pushed
the
feat/durable-reconcile
branch
from
September 1, 2026 06:04
c8c2cae to
ac08d18
Compare
jonasotoaguilar
force-pushed
the
feat/durable-reconcile
branch
from
September 1, 2026 06:18
ac08d18 to
73ac779
Compare
jonasotoaguilar
force-pushed
the
feat/durable-reconcile
branch
from
September 1, 2026 06:36
73ac779 to
1d26ffd
Compare
jonasotoaguilar
force-pushed
the
feat/durable-reconcile
branch
from
September 1, 2026 07:11
1d26ffd to
2e3534b
Compare
jonasotoaguilar
force-pushed
the
feat/durable-reconcile
branch
from
September 1, 2026 07:34
2e3534b to
637788f
Compare
jonasotoaguilar
merged commit Sep 2, 2026
bde454f
into
feat/durable-project-checkpoints
5 checks passed
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.
🔗 Linked Issue
Related to #117
🏷️ PR Type
What kind of change does this PR introduce?
type:bug— Bug fixtype:feature— New featuretype:docs— Documentation onlytype:refactor— Code refactoringtype:chore— Build, CI, or toolingtype:breaking-change— Breaking change📝 Summary
feat(durable): add union reconciliation by session identity — part of durable per-session checkpoints chain (feat/durable-project-checkpoints) for #117. Union reconciliation by session identity (live session.list + durable checkpoints).
📂 Changes
src/tokenmeter/durable/reconcile.tstest/durable-reconcile.test.tsChain Context
feat/durable-mergefeat/durable-merge(#120)Chain Overview
Scope
Autonomy
🧪 Test Plan
bun run typecheck bun testbun run typecheck— no errors; per-layer focused)bun test389/389,bun run typecheck,bun run buildverified onfix/durable-project-observed-cost(fix(project): use observed message-derived cost for Project checkpoints #142, top of 20-PR stack)bun run build— verified on top; per-layer build green where applicable)🤖 Automated Checks
The following checks run automatically on this PR:
additions + deletions) or use maintainer-appliedsize:exceptionCloses/Fixes/Resolves #N; child PR:Related to #Nstatus:approvedtype:*Labeltype:*label must be applied✅ Contributor Checklist
status:approvedsize:exceptionwith rationale documentedCloses #N, child PR usesRelated to #Nmaintype:*label to this PRCo-Authored-Bytrailers💬 Notes for Reviewers
Part of stacked delivery feat/durable-project-checkpoints (20 PRs). Review bottom→top against immediate parent (
feat/durable-merge). This PR is draft until full chain review. Stack-top integrated verification:bun test389/389,bun run typecheck,bun run buildonfix/durable-project-observed-cost(#142). Manual live canary pending on final top.