codebase_update
Refreshes the codebase index by re-indexing only files that changed, maintaining an up-to-date index with minimal overhead.
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'). |