codebase_update
Update an existing codebase index incrementally, re-indexing only changed files synchronously for immediate refresh of manual snapshots or catch-up.
Instructions
Incrementally update an existing codebase index. Only re-indexes changed files. Runs synchronously. Use it to refresh a manual/off snapshot, or whenever an immediate catch-up is needed.
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'). |