todo_save
Save a snapshot of todo items with their status and context to persist task progress across development sessions.
Instructions
Save a new todo snapshot
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| todos | Yes | List of todo items | |
| project_path | No | Project path (defaults to current directory) | |
| context | No | Description of what you're working on | |
| session_context_id | No | Link to existing context ID |