handoff_save
Save project goals, decisions, and next steps into .handoff to preserve task state and resume long-running work across coding sessions.
Instructions
Save a long-task handoff pack into .handoff/. Prefer auto=true. Provide goal and up to 3 next_actions when possible. Never include API keys or tokens.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| auto | No | ||
| body | No | ||
| done | No | ||
| file | No | ||
| goal | No | ||
| link | No | ||
| root | No | . | |
| doing | No | ||
| blocked | No | ||
| command | No | ||
| summary | No | ||
| decision | No | ||
| question | No | ||
| memory_delta | No | ||
| next_actions | No | Up to 3 next steps for the following session | |
| allow_secrets | No |