repo_map
Map files to symbols in large codebases, using filters to find relevant code with fewer tokens.
Instructions
Project code map: files ↔ symbols. For 100+ file codebases. focused+relevantEntities for token efficiency.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dir | No | Subdirectory to map (default: workspace_dir) | |
| focused | No | Limit output ~2000 tokens. Combine with relevantEntities. | |
| relevantFiles | No | Only include these files (rel to root) | |
| workspace_dir | Yes | REQUIRED: project root (abs). reindex first if new. | |
| relevantEntities | No | Only include files that contain these top-level symbols (e.g. ["spawnFixer", "agentLoop"]) |