palinode_session_init
Initialize a new conversation session by retrieving the project scope, including recent snapshots, core memories, decisions, and action items.
Instructions
Session-start context: call this FIRST in a new conversation. Returns the resolved project scope with recent session snapshots, core memories, recent decisions, and open action items as a bounded digest.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Working directory used to resolve the project scope. Defaults to the server process CWD when omitted. | |
| project | No | Explicit project slug or entity ref; overrides cwd resolution. |