deck-orchestrator 0.1.1

Central mpsc hub coordinating LLM/MCP/store/sandbox tasks (ono-sendai)
Documentation

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).