codebase_update
Incrementally update a codebase index by re-indexing only changed files. Use this tool when automatic file watching 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'). |