refactor(core): simplify session context epochs (#33378)

This commit is contained in:
Kit Langton
2026-06-22 11:34:03 -04:00
committed by GitHub
parent f9f2280452
commit c6ee511485
16 changed files with 281 additions and 728 deletions
+2 -6
View File
@@ -55,8 +55,8 @@ Next reviewed slices:
- integrate the new BackgroundJob service with V2 tool execution: support background
bash jobs and background agent dispatch with durable status observation,
completion delivery, and explicit cancellation / continuation semantics
- add compaction, durable/clustered interruption, retries, and stale-owner fencing
only as their slices become concrete
- add durable/clustered interruption, retries, and stale-owner fencing only as
their slices become concrete
### Deferred durable activity recovery
@@ -75,10 +75,6 @@ Design post-crash activity recovery as one explicit slice. It should model:
- retry budget, backoff, visible recovery status, startup discovery, and future
clustered ownership fencing
## Rework compaction - Aiden?
The new agent loop needs to trigger compaction properly
## Plugin API design - James?
We need to figure out how we want server plugins to work and what hooks are useful.