repo_map
Retrieve a high-level structural map of a repository, including languages, hub files, and top entry points. Use it at session start to understand codebase layout and identify where to investigate.
Instructions
Retrieve a high-level structural map of the repository: languages, hub files, and top entry points. Read-only, deterministic, zero side effects. When to use: call this first at session start to understand codebase layout and identify entry points before detailed queries. Use when deciding where to investigate. When NOT to use: do not use to search code (use repo_search) or inspect call graphs (use repo_neighbours). Output: markdown summary of languages, hub files, and entry points.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||