v0.1.11 — Fix live dashboard flickering and crash loop
Bugfix for alfred up --live (v0.1.10).
Fixed
- Flickering/stdout leaking: Parent process no longer sets up a stdout logging handler in live mode; child processes redirect stdout/stderr to
/dev/nullimmediately after fork to catch stray prints and uncaught tracebacks - Rapid restart loop: Dashboard now enforces a 5-second cooldown between crash detection and restart (matching the original monitor loop), preventing transient failures from burning through all 5 restart attempts in seconds