// Always-on background process that monitors file system events and triggers specialized agents for hyper-automation.
| name | watcher-daemon |
| description | Always-on background process that monitors file system events and triggers specialized agents for hyper-automation. |
| version | 1.0.0 |
| tags | ["automation","monitoring","event-driven"] |
Runs a background process to watch file system events and trigger specialized agents. This is the "Nervous System" of the hyper-automated environment.
| Event | Pattern | Action Agent | Priority |
|---|---|---|---|
| Change | src/components/*.astro | astro-islands-optimizer | Low (Async) |
| Change | src/pages/*.astro | astro-seo-validator | Medium |
| Error | build.log | error-analyzer | High |
| Timer | 0 0 * * * (Daily) | dependency-updater | Low |
# Start the python watcher script (mock command for agent)
python .claude/scripts/watcher.py --start
When an event is detected:
.gemini/events.logadaptive-meta-orchestrator for routing rulesIf an action fails, the Watcher triggers the meta-orchestrator with the error context.
npm install) are debounced.