memo_start_session
Initialize a tracked session at the start of a task to enable capture, grounding, and transcript lookup. Pass an existing session ID to continue or omit to create a new one.
Instructions
Start a new session for this client.
Write tool. Creates or refreshes a tracked session checkpoint used by
capture, grounding, and transcript lookup. Call once at the beginning
of a task or conversation. Pass session_id to continue a known
session; omit it to create one. Pass cwd to bind the session to a
project directory; omit it to use the current process directory.
Do not use this to save memories directly; call memo_save or
memo_save_text for durable content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Current working directory (defaults to current directory). | |
| session_id | No | Optional session ID (auto-generated if not provided). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||