codebase_watch
Start or stop watching a project directory for file changes to automatically update the codebase index. Check watcher status as needed.
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. |