perf(todo-continuation): add cooldown and stagnation cap to prevent re-injection loops

This commit is contained in:
YeonGyu-Kim
2026-02-13 11:52:31 +09:00
parent a6372feaae
commit 10a60854dc
6 changed files with 186 additions and 3 deletions
@@ -38,6 +38,7 @@ export function createSessionStateStore(): SessionStateStore {
state.countdownInterval = undefined
}
state.inFlight = false
state.countdownStartedAt = undefined
}