save_session
Save session state without ending the session: record work summary, current task, next action, blockers, and notes to maintain context for later.
Instructions
Save session state without ending the session. Uses current project if project is not specified. Optionally declare 'embodiment' to record on SessionState.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | Notes | |
| author | No | Context author/role partition (omit for the default context) | |
| project | No | Project ID (uses current project if omitted) | |
| summary | No | Work summary | |
| blockers | No | List of blockers | |
| embodiment | No | Self-declared runtime form (ADR-2026-05-29-12). Optional. | |
| next_action | No | Next action to take | |
| current_task | No | Current task | |
| current_phase | No | Current phase |