todo_add
Create a persistent workspace todo saved to .pilot/todos.json, with priority, due date, tags, and optional description. Todos survive restarts and can be linked to learning observations.
Instructions
Create a persistent workspace todo in .pilot/todos.json. Todos survive Pilot restarts and can be linked to learning observations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| title | Yes | ||
| due_at | No | Optional ISO-8601 due date/time. | |
| priority | No | ||
| description | No |