get_project_overview
Retrieve a compact project overview including file tree, line counts, classes, and exports to orient yourself in an unfamiliar codebase.
Instructions
Get a compact map of the project: file tree with line counts, all classes/types, and all exports. Call this early in a session to orient yourself in an unfamiliar codebase. Much cheaper than reading individual files. Auto-runs reindex_project if no index exists yet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | No | Project root path. If omitted, auto-detects from cwd. |