session_start_summary
Return the top-ranked lessons relevant to your current task. Prioritizes by relevance, severity, and recency to fit large brains when the full session exceeds context limits.
Instructions
Focused session briefing for large brains. Returns only the top-N most relevant lessons for the given focus topic, scored by relevance, recall count, severity, recency, and outcome. Ideal when session_start returns too many lessons to fit in context (1000+ lesson brains). Use session_start for the full briefing including handoffs, streak, roadmap, and team telepathy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| focus | Yes | The topic or task you are about to work on (e.g. "deploy infra", "api auth"). Used to score and rank lessons by relevance. | |
| top_n | No | Number of lessons to return (default 10, max 25). Lessons are ranked by relevance to focus. | |
| author | No | Your name or handle (optional). Same as session_start — used for team lesson filtering. | |
| instance_id | Yes | UUID of the cache instance |