watchFiles
Track file changes (created, modified, deleted) by specifying a glob pattern. Each watcher requires a unique ID for later stopping.
Instructions
Watch glob pattern for file changes (created/modified/deleted). Use unwatchFiles to stop.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Unique ID for this watcher (used to unwatch later) | |
| pattern | Yes | Glob pattern to watch (e.g., '**/*.ts', 'src/**/*.{js,jsx}') |