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 canonical error type, which now lives in `macp-core`.
//! Kept as `macp_runtime::error` for backward compatibility.
pubusemacp_core::error::*;