aidex_remove
Remove deleted files from the AiDex code indexing system to maintain accurate project references and prevent stale data in AI assistant contexts.
Instructions
Remove a file from the AiDex index. Use when a file has been deleted from the project.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to project with .aidex directory | |
| file | Yes | Relative path to the file to remove (e.g., "src/OldFile.cs") |