mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-06-21 20:18:11 +02:00
implement todolist
This commit is contained in:
parent
36530c2ccd
commit
a10b6842b7
3 changed files with 202 additions and 2 deletions
|
|
@ -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 guidance—never 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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue