end_session
End the current AI working session and save its state for continuity. Record project, summary, notes, blockers, and next actions to preserve context across sessions.
Instructions
End the session and save state. Uses current project if project is not specified. Optionally declare 'embodiment' to record on the saved SessionState.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | Notes for the next session | |
| author | No | Context author/role partition (omit for the default context) | |
| project | No | Project ID (uses current project if omitted) | |
| summary | No | Work summary for this session | |
| blockers | No | List of blockers (obstacles) | |
| embodiment | No | Self-declared runtime form (ADR-2026-05-29-12). Optional. | |
| next_action | No | Next action to take |