macp-runtime 0.4.0

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