Expand description
Index repair command implementation
Provides tools to detect and fix common index issues:
- Orphaned symbols (files no longer exist)
- Dangling references (symbols reference non-existent dependencies)
Note: Repair now uses the unified graph for detection and recommends rebuilding the index for fixes.
Functionsยง
- run_
repair - Repair corrupted index by detecting issues and recommending fixes