//! Host-only control on the existing socket or Windows named pipe.
//!
//! The first byte selects persistent framed CBOR or the legacy one-line JSON
//! exchange. Both formats dispatch through the same serialized host operations.
//--------------------------------------------------------------------------------------------------
// Re-Exports
//--------------------------------------------------------------------------------------------------
pub use RuntimeControlExecutor;
pub use ControlContext;
pub use spawn_control_listener;