[COORD-012] Implement session rotation #152
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Objective
Implement session rotation that spawns fresh agents when context reaches 95% threshold.
Implementation Details
Build session rotation from Part 1:
Rotation process:
Prevents context exhaustion by starting fresh when compaction is insufficient.
Context Estimate
Difficulty
medium
Dependencies
Acceptance Criteria
Testing Requirements