veto_watch
Start monitoring a project directory for file changes and receive a watch ID to manage event collection and cleanup.
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. |