pub fn monitor_command() -> Result<()>Expand description
Launch the monitor TUI dashboard.
Displays real-time status of autom8 activity across all projects in a terminal user interface. Refresh interval is hardcoded to 100ms for responsive UI updates.
ยงReturns
Ok(())when the user exits the TUIErr(Autom8Error)if the TUI fails to initialize