get_session_brief
Get a comprehensive project orientation at session start, including architecture summary, key symbols, and recent decisions, to quickly resume work without reading files manually.
Instructions
Generate a session bootstrap brief for agent orientation.
Returns: architecture summary, entry points (most-called symbols), recent decisions from learning store, hot symbols from behaviour tracker, index health (symbol count, file count, last_indexed).
Claude: call this at the START of a session on an unfamiliar project, or when resuming after a long break. Gives you the full project map in one call — faster than reading files or running grep.
Do NOT call this repeatedly; call once at session start only.
repo_path: optional absolute path to the target repository.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_path | No |