memo_set
Save current conversation context for handoff to another session or agent, and retrieve it later with a short ID.
Instructions
Save the current conversation context for handoff to another session or agent. Returns a short ID for retrieval.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | Yes | What the user is trying to accomplish | |
| files | No | Important file paths that were modified or are relevant | |
| context | No | Any other important context | |
| pending | No | Remaining tasks that still need to be done | |
| completed | Yes | Tasks and changes that have been completed | |
| decisions | No | Key technical decisions made and their reasoning |