aidex_tree
Retrieve indexed file structures from codebases with filtering by directory, depth, or file statistics to enable efficient code navigation.
Instructions
Get the indexed file tree. Optionally filter by subdirectory, limit depth, or include statistics per file.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to project with .aidex directory | |
| subpath | No | Subdirectory to list (default: project root) | |
| depth | No | Maximum depth to traverse (default: unlimited) | |
| include_stats | No | Include item/method/type counts per file |