reindex_changed_files
Update a codebase's semantic index by only processing changed files. Auto-detects modifications with Merkle trees or re-indexes specified files instead of a full rebuild.
Instructions
Incrementally re-index only changed files (fast). Uses Merkle trees to auto-detect changes, or re-indexes specific files if provided. Much faster than full re-index.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to codebase root directory | |
| files | No | Specific files to re-index (optional, auto-detects if not provided) |