watch_file
Monitor files and directories for changes, with options for recursive watching, ignoring patterns, and skipping initial events to trigger workflows on updates.
Instructions
Watch file or directory for changes
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to watch | |
| ignored | No | Patterns to ignore | |
| recursive | No | Watch recursively | |
| ignoreInitial | No | Ignore initial events |