reindex
Re-index the codebase after edits to refresh the project map. Use force=true for a full rescan when the index seems stale.
Instructions
Re-index the codebase after edits. Usually unnecessary — map and query auto-refresh via git diff. Use force=true for a full rescan when the index seems stale.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paths | No | Specific file paths to re-index. Omit to auto-detect changes. | |
| force | No | Full rescan, ignoring cache. Use when the index seems stale. |