//! Consensus integration: the plug-in contract, outcome application, and the
//! conversation-side opening/voting/bridge machinery.
//!
//! `plugin` defines the [`ConsensusPlugin`] trait and its associated types.
//! `dispatch` applies a resolved consensus outcome ([`apply_consensus_result`]).
//! `voting` submits and votes, `events` applies outcomes drained from the
//! event bus, and `bridge` holds the stateless consensus-library adapters
//! both use.
pub
pub use ;
pub use ;
pub use CreatorVote;