veto_watch
Starts a file watcher on a project directory, returning a watch ID. Combine with poll and stop tools to collect and manage file-change events.
Instructions
Starts a file watcher on a project directory. Returns a watch_id. Call veto_watch_poll to collect file-change events with recommended agents. Call veto_watch_stop when done.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_dir | Yes | Absolute path to the project directory to watch. |