aidex_scan
Scan directories to identify projects with AiDex indexes, helping users discover which codebases are already indexed for efficient querying.
Instructions
Scan a directory tree to find all projects with AiDex indexes (.aidex directories). Use this to discover which projects are already indexed before using Grep/Glob - indexed projects should use aidex_query instead.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Root path to scan for .aidex directories | |
| max_depth | No | Maximum directory depth to scan (default: 10) |