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:
@@ -35,6 +35,8 @@ export interface SessionState {
|
|||||||
stagnationCount: number
|
stagnationCount: number
|
||||||
consecutiveFailures: number
|
consecutiveFailures: number
|
||||||
recentCompactionAt?: number
|
recentCompactionAt?: number
|
||||||
|
recentCompactionEpoch?: number
|
||||||
|
acknowledgedCompactionEpoch?: number
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface MessageInfo {
|
export interface MessageInfo {
|
||||||
|
|||||||
Reference in New Issue
Block a user