start_session
Create a new reasoning session to bootstrap structured analysis, optionally setting mode, stages, and overrides.
Instructions
Create a new session. Bootstraps the data store on first use.
Without `mode`, returns a mode-required directive payload. With a
valid `mode`, the session is created with that mode already set and
the tool proceeds immediately -- no separate `set_session_mode`
call needed. `stages` accepts a JSON array or a comma/newline
list; `overrides` a JSON object or its string form (tolerant input,
Task 13).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | ||
| stages | No | ||
| question | Yes | ||
| overrides | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||