Skip to main content
Watches your .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

  1. Runs an initial compile on startup
  2. Watches .dwf/ for file changes (add, edit, delete)
  3. Debounces rapid changes into a single recompile
  4. Prints per-bridge results after each compile
  5. Errors are printed but never stop the watch process
  6. Ctrl+C exits cleanly

Flags

Output

On change

On error

Examples