From 8aec4c5cb3c7605c8d9c5137640f734561ac1440 Mon Sep 17 00:00:00 2001 From: YeonGyu-Kim Date: Fri, 20 Mar 2026 16:13:02 +0900 Subject: [PATCH] feat(hooks/todo-continuation-enforcer): enhance continuation message with skeptical verification guidance --- src/hooks/todo-continuation-enforcer/constants.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/hooks/todo-continuation-enforcer/constants.ts b/src/hooks/todo-continuation-enforcer/constants.ts index 5829ea867..30244ce9a 100644 --- a/src/hooks/todo-continuation-enforcer/constants.ts +++ b/src/hooks/todo-continuation-enforcer/constants.ts @@ -10,7 +10,8 @@ Incomplete tasks remain in your todo list. Continue working on the next pending - Proceed without asking for permission - Mark each task complete when finished -- Do not stop until all tasks are done` +- Do not stop until all tasks are done +- If you believe all work is already complete, the system is questioning your completion claim. Critically re-examine each todo item from a skeptical perspective, verify the work was actually done correctly, and update the todo list accordingly.` export const COUNTDOWN_SECONDS = 2 export const TOAST_DURATION_MS = 900