1// Modules that live in room-daemon — re-exported for backward compatibility.
2pub use room_daemon::{broker, history, paths, plugin, query, registry};
34// Modules that remain in room-cli.
5pub mod client;
6pub mod message;
7pub mod oneshot;
8pub mod tui;