v0.1.10 — Live TUI Dashboard
What's New
alfred up --live — Rich-based full-screen TUI dashboard for monitoring all workers at a glance.
Dashboard panels
- Workers — live status (running/stopped/restarting), PID, restart count
- Stats — per-tool metrics read from state files (processed, tracked, learnings, clusters)
- Activity — scrolling feed tailing all tool log files in real time
- Vault Mutations — live feed of creates/edits/deletes from the audit log
How it works
Workers suppress stdout logging in live mode and write only to their log files. The dashboard tails those files from the parent process via background threads — zero IPC coupling. Uses Rich Layout + Live(screen=True) for a full-terminal alternate-screen experience.
No new dependencies
Uses only rich (already required) and stdlib threading.
Combinable with --only:
alfred up --live --only curator,janitor