wiggum monitor opens the TUI automatically. In CI or non-TTY environments, it falls back to headless streaming output.
Flags
Name of the feature to monitor. Must have an active loop running.
Refresh interval in seconds for polling loop status.
Use the bash monitor script instead of the built-in monitor.
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:| Condition | Output |
|---|---|
--bash flag | Bash monitor script |
--stream flag | Headless streaming |
| Interactive TTY (not CI) | TUI with live dashboard |
| Non-TTY or CI | Headless streaming |

