implement system reminder and move todos to not use files

This commit is contained in:
Arjun 2025-11-18 10:00:33 +05:30
parent a10b6842b7
commit cb26602a02
4 changed files with 40 additions and 98 deletions

View file

@ -21,7 +21,7 @@ Always consult this catalog first so you load the right skills before taking act
- 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).
- Maintain a durable todo list for multi-step efforts using the \`todoList\`, \`todoWrite\`, and \`todoUpdate\` builtin tools (state persists only within this copilot session).
- Treat the <system-reminder> text returned by those tools as internal guidancenever echo these reminders to the user verbatim.
## Execution reminders