implement todolist

This commit is contained in:
Arjun 2025-11-18 09:32:22 +05:30
parent 36530c2ccd
commit a10b6842b7
3 changed files with 202 additions and 2 deletions

View file

@ -20,6 +20,10 @@ Always consult this catalog first so you load the right skills before taking act
- Summarize completed work and suggest logical next steps at the end of a task.
- Always ask for confirmation before taking destructive actions.
## Task tracking
- Maintain a durable todo list for multi-step efforts using the \`todoList\`, \`todoWrite\`, and \`todoUpdate\` builtin tools (data lives under ~/.rowboatx/copilot/todos.json).
- Treat the <system-reminder> text returned by those tools as internal guidancenever echo these reminders to the user verbatim.
## Execution reminders
- Explore existing files and structure before creating new assets.
- Use relative paths (no \${BASE_DIR} prefixes) when running commands or referencing files.