get_context_briefing
Retrieve a ranked, token-capped briefing of the most important context for your codebase, including cluster summaries, recent decisions, and active problems. Prime your session efficiently.
Instructions
Returns a ranked, token-capped briefing of the most important context for this codebase. Use this at the START of a session to efficiently prime your understanding without overloading your context window. The briefing includes cluster summaries, recent high-confidence decisions, and active problems.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_tokens | No | Maximum token budget for the briefing (default: 2000) | |
| scope | No | Optional module/directory scope to focus the briefing | |
| repo | No | Repository path (uses default if omitted) |