get_repo_map
Retrieve a JSON index of repository files and functions for a given root path, optionally scoped to a directory prefix, to identify relevant files before exploring.
Instructions
Return the JSON repo index for root_path, optionally scoped to dir_prefix. Call this before exploring.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| root_path | Yes | ||
| dir_prefix | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |