//! Built-in plugins shipped with `clark-agent`.
//!
//! These cover safety-net concerns that every product variant needs and
//! that would otherwise have to be re-implemented per call-site. Each
//! plugin is a regular [`Plugin`](crate::plugin::Plugin) implementation —
//! nothing magic about its placement here.
pub use GracefulTurnLimit;
pub use OpeningGate;