docs: Updated todo-system docs

This commit is contained in:
2026-02-13 15:13:37 -07:00
parent 621c90427c
commit d2e541c5c0
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ You have built-in task tracking tools. Use them to track your progress:\n\
\n\
RULES:\n\
- Always create a todo list before starting work.\n\
- Mark each task done as soon as you finish it do not batch.\n\
- Mark each task done as soon as you finish it; do not batch.\n\
- If you stop with incomplete tasks, the system will automatically prompt you to continue.";
pub type AgentVariables = IndexMap<String, String>;