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
@@ -17,3 +17,5 @@ export const TOAST_DURATION_MS = 900
export const COUNTDOWN_GRACE_PERIOD_MS = 500
export const ABORT_WINDOW_MS = 3000
export const CONTINUATION_COOLDOWN_MS = 30_000
export const MAX_UNCHANGED_CYCLES = 3