update_session_progress
Update session progress by specifying current phase, task, completed task, and blockers. Optionally include embodiment for runtime form tracking.
Instructions
Update session progress (phase, task, blockers). Uses current project if project is not specified. Optionally declare 'embodiment' to record on SessionState.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| author | No | Context author/role partition (omit for the default context) | |
| project | No | Project ID (uses current project if omitted) | |
| blockers | No | List of blockers | |
| embodiment | No | Self-declared runtime form (ADR-2026-05-29-12). Optional. | |
| current_task | No | Current task | |
| current_phase | No | Current phase | |
| completed_task | No | Just completed task |