veto_watch
Monitor a project directory for file changes. Returns a watch ID for polling events and stopping the watcher when finished.
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. |