index_repo
Walk a code repository to extract a structural index of functions, classes, imports, and dependencies up to 3 levels deep.
Instructions
Walk a repo (Python + JavaScript/TypeScript) and return an aggregated structural index: every function, class, import and dependency. Max depth 3; skips pycache, .git, venv, node_modules.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Repo path (relative to --root or absolute). |