Skip to main content
Monitor a running feature loop without spawning a new one. Shows live progress, activity feed, and diff stats. In an interactive terminal, wiggum monitor opens the TUI automatically. In CI or non-TTY environments, it falls back to headless streaming output.

Flags

string
required
Name of the feature to monitor. Must have an active loop running.
number
default:"5"
Refresh interval in seconds for polling loop status.
boolean
default:"false"
Use the bash monitor script instead of the built-in monitor.
boolean
default:"false"
Force headless streaming output even in a TTY terminal. Skips the TUI.

Routing behavior

The monitor command routes to different outputs based on your environment:

Examples