Skip to main content
wiggum monitor <feature> [options]
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

feature
string
required
Name of the feature to monitor. Must have an active loop running.
--interval
number
default:"5"
Refresh interval in seconds for polling loop status.
--bash
boolean
default:"false"
Use the bash monitor script instead of the built-in monitor.
--stream
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:
ConditionOutput
--bash flagBash monitor script
--stream flagHeadless streaming
Interactive TTY (not CI)TUI with live dashboard
Non-TTY or CIHeadless streaming

Examples

wiggum
# then type /monitor add-dark-mode in the TUI