aidex_update
Update the AiDex code index for a specific file after editing to maintain accurate search results for AI assistants.
Instructions
Re-index a single file. Use after editing a file to update the AiDex index. If the file is new, it will be added to the index. If unchanged (same hash), no update is performed.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to project with .aidex directory | |
| file | Yes | Relative path to the file to update (e.g., "src/Core/Engine.cs") |