codebase_update
Update an existing codebase index by re-indexing only changed files, keeping the index current without a full rescan. Runs synchronously; useful when file watcher is not active.
Instructions
Incrementally update an existing codebase index. Only re-indexes changed files. Runs synchronously. Usually not needed if file watcher is active.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | No | Absolute path to the project directory. | |
| extraExtensions | No | Comma-separated list of additional file extensions to index (e.g. '.tpl,.blade'). |