Watchfire
Commands

watchfire status

Show current project status including active agents and task progress.

watchfire status

Show current project status including active agents, task progress, and daemon connection.

Usage

watchfire status

Description

watchfire status displays a summary of the current project's state. It connects to the daemon and reports on active agent sessions, task progress, and connection details.

Output

The status output includes:

FieldDescription
Project nameName of the current project
Daemon connectionWhether the daemon is running and reachable
Active agentsCurrently running agent sessions for this project
Task summaryCount of tasks by status (draft, ready, done)

Notes

  • Requires being inside a Watchfire project directory
  • The daemon must be running to retrieve full status information
  • For daemon-specific status (host, port, PID, uptime), use watchfire daemon status

Examples

# Show project status
watchfire status

On this page