feat(tasks-todowrite-disabler): add strong emphasis to register tasks before working

Add warning that even trivial tasks must be registered with TaskCreate
before starting work - no direct work without task tracking.
This commit is contained in:
YeonGyu-Kim 2026-02-03 16:23:53 +09:00
parent a651e7f073
commit 3a823eb2a2

View File

@ -18,4 +18,13 @@ export const REPLACEMENT_MESSAGE = `TodoRead/TodoWrite are DISABLED because expe
CRITICAL: 1 task = 1 delegate_task. Fire independent tasks concurrently.
**STOP! DO NOT START WORKING DIRECTLY - NO MATTER HOW SMALL THE TASK!**
Even if the task seems trivial (1 line fix, simple edit, quick change), you MUST:
1. FIRST register it with TaskCreate
2. THEN mark it in_progress
3. ONLY THEN do the actual work
4. FINALLY mark it completed
**WHY?** Task tracking = visibility = accountability. Skipping registration = invisible work = chaos.
DO NOT retry TodoWrite. Convert to TaskCreate NOW.`