//! Pluggable authorization gate for verb dispatch.
//!
//! The runtime consults a [`Gate`] impl before dispatching each verb. The default
//! [`AllowAllGate`] is permissive. For production enforcement, plug a Rego-backed
//! or capability-witness-backed impl into `RuntimeConfig.gate`.
//! Wire types validate invariants at construction and deserialization boundaries.
pub use ActorRef;
pub use ;
pub use GateContext;
pub use GateDecision;
pub use ;
pub use ;
pub use Obligation;
pub use GateRequest;