CLI commands
docs →Project
| watchfire init | Initialize project in current dir. docs |
| watchfire status | Snapshot of project, daemon, active sessions. docs |
| watchfire define | Edit project definition in $EDITOR. |
| watchfire configure | Walk through every project setting. |
| watchfire update | Update all components to the latest release. |
| watchfire version | Show version of every component. |
Tasks
| watchfire task list | List tasks (alias task ls). Add --deleted for soft-deleted. |
| watchfire task add | Create a new task interactively. |
| watchfire task <n> | Edit task by number, interactively. |
| watchfire task delete <n> | Soft-delete (alias task rm). |
| watchfire task restore <n> | Un-soft-delete. |
Run agents
| watchfire run | Chat mode (no task). |
| watchfire run <n> | Execute one task in an isolated worktree. |
| watchfire run all | Drain every ready task sequentially. |
| watchfire wildfire | Autonomous Execute → Refine → Generate loop (alias fire). |
| watchfire generate | Generate project definition (alias gen). |
| watchfire plan | Generate tasks from definition. |
Daemon & ops
| watchfire daemon start | Start watchfired (usually automatic). |
| watchfire daemon status | Host, port, PID, uptime, active sessions. |
| watchfire daemon stop | SIGTERM — kills every session across projects. |
| watchfire integrations list | List configured outbound adapters. |
| watchfire metrics backfill | Rebuild per-task metrics files. |
| watchfire settings | Manage per-project settings non-interactively. |