repo_overview
Get a high-level overview of a codebase: project name, file counts, package manager, config files, entry points, and framework detection. Run this first to quickly understand an unfamiliar repository.
Instructions
Summarize the entire repository in one call — run this FIRST on an unfamiliar codebase.
Returns: project name, file/LOC/symbol counts, detected package manager,
config files, entry points, test setup, notable frameworks, and a per-top-level
-package size map (files/LOC/classes/functions).
Do NOT use for finding a specific symbol or file — use find_symbol or
get_file_outline for that.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |