session_start
Initialize a work session by retrieving previous summaries, relevant lessons, and tracking metrics to maintain context and focus.
Instructions
Single-call session briefing. Call this at the START of every session INSTEAD of multiple separate smart_recall/recall_best_solution calls. Returns: last session summary, recent lessons sorted by recency, relevant lessons for your focus area, open failures (topics with only failure outcomes), and brain health stats (lesson count, context count). Also saves a session start marker so session_end can compute duration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instance_id | Yes | UUID of the cache instance | |
| focus | No | Keywords for what you plan to work on today (e.g. "deploy infra api"). Used to surface relevant lessons at the top. |