You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 20, 2026. It is now read-only.
Replace unbounded single-file growth for new sessions with a crash-consistent, segmented, checkpointed rollout format that can resume multi-gigabyte histories with bounded memory. Add conservative stale-session detection and cleanup only after the persistence health contract is stable.
Finish Line
New multi-gigabyte rollouts resume with bounded memory and crash consistency while V1 and live-session safety remain intact.
Current Status
State: Blocked
Next action: Design the versioned locator/manifest/reader contract and crash matrix after V1 writer health semantics are stable.
Blocked by: #436
Waiting for: #436 to establish durable-prefix, backpressure, and persistence-health contracts.
Last verified: July 18, 2026 against current whole-file resume and file-oriented archive/list behavior.
Objective
Replace unbounded single-file growth for new sessions with a crash-consistent, segmented, checkpointed rollout format that can resume multi-gigabyte histories with bounded memory. Add conservative stale-session detection and cleanup only after the persistence health contract is stable.
Finish Line
New multi-gigabyte rollouts resume with bounded memory and crash consistency while V1 and live-session safety remain intact.
Current Status
State: Blocked
Next action: Design the versioned locator/manifest/reader contract and crash matrix after V1 writer health semantics are stable.
Blocked by: #436
Waiting for: #436 to establish durable-prefix, backpressure, and persistence-health contracts.
Last verified: July 18, 2026 against current whole-file resume and file-oriented archive/list behavior.
Scope
Acceptance Criteria
String.Relationships
This will be attached as a sub-issue of the agent reliability parent and blocked by the V1 writer recovery issue.
Validation
Decisions
Open Questions