MACP reference runtime: a coordination kernel and gRPC server enforcing session boundaries, message validation, append-only history, modes, and governance policy.
//! Re-export of the session model, which now lives in `macp-core`.
//! Kept as `macp_runtime::session` for backward compatibility.
pubusemacp_core::session::*;