fix(todo-continuation-enforcer): add compaction epoch state

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
YeonGyu-Kim
2026-03-24 20:36:22 +09:00
parent d2e566ba9d
commit 733676f1a9

View File

@@ -35,6 +35,8 @@ export interface SessionState {
stagnationCount: number
consecutiveFailures: number
recentCompactionAt?: number
recentCompactionEpoch?: number
acknowledgedCompactionEpoch?: number
}
export interface MessageInfo {