codebase_watch
Start or stop watching a project directory for changes, updating the index with an initial incremental sync and then debounced updates.
Instructions
Start/stop watching a project directory for file changes and automatically update the index. When starting, first runs an incremental update to catch any changes made since the last session, then keeps the index up to date via debounced file system watching.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | start/stop watching, or get status of watchers. | |
| projectPath | No | Absolute path to the project directory. |