//! `plan_mode` and `update_plan` plugins.
//!
//! These ship as an optional first-party plugin crate rather than being
//! bundled into `lash` core. Embedders register them explicitly via
//! `plugin_factories.push(Arc::new(PlanModePluginFactory::new(...)))` etc.
pub use ;
pub use ;