.dwf/ directory and recompiles automatically whenever a rule file changes. This keeps your editor config files always in sync without running devw compile manually.
What it watches
All.yml and .yaml files inside .dwf/, including:
.dwf/config.yml.dwf/rules/**/*.yml
Behavior
- Runs an initial compile on startup
- Watches
.dwf/for file changes (add, edit, delete) - Debounces rapid changes into a single recompile
- Prints per-bridge results after each compile
- Errors are printed but never stop the watch process
Ctrl+Cexits cleanly
Flags
| Flag | Description |
|---|---|
--tool claude | Recompile only a specific bridge |

