repo_map
Get oriented in any repository by generating a lightweight map with directory tree, file count, and likely entrypoints/manifests. Use it as a first step before diving into code.
Instructions
Build a lightweight repository map: directory tree, file count, and likely entrypoints/manifests. Use this first to orient before reading files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| root | No | Absolute or relative path to the repository root. Defaults to REPO_CONTEXT_ROOT or cwd. | |
| max_depth | No | Maximum directory depth (default 6). | |
| max_entries | No | Maximum files to include (default 400). |