start_session
Create a new coding session with project path and task to store context, enabling resumable handoff between AI assistants.
Instructions
Create a new cross-assistant coding session for resumable handoff context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | Current task objective. | |
| notes | No | ||
| status | No | in_progress | |
| next_steps | No | ||
| current_step | No | ||
| project_path | Yes | Absolute or project path. | |
| error_context | No | ||
| files_created | No | ||
| files_modified | No | ||
| source_assistant | No | Assistant currently handling the task. | unknown |
| initial_progress_summary | No |