redcon_repo_map
Get a ranked map of files with class and function signatures and line numbers, fitted to a token budget, replacing the need to open files individually to understand code structure.
Instructions
Repo map: top ranked files plus their class/function signatures with line numbers, fitted under a token budget. Use when you need code structure across many files at once - one call replaces opening files one by one to learn their shape. Unlike redcon_overview it emits actual signatures, not just paths. Degrades to a path-only listing when the redcon[symbols] extra is missing rather than failing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | No | . | |
| task | Yes | ||
| budget | No | ||
| top_files | No |