deck-orchestrator — the mpsc hub.
Owns the tokio::sync::mpsc channels that connect the TUI to the LLM,
MCP, store and sandbox tasks. The TUI sends [Command]s in; each task
emits [Event]s out; a broadcast channel fans events to anyone who
subscribes (TUI, log file, future remote dashboard).