//! Schema and seed installation pipelines.
//!
//! Split into two cohesive halves:
//! - `module` — installation from on-disk
//! [`systemprompt_models::modules::Module`] descriptors used by the legacy
//! loader path.
//! - `extension` — installation from compile-time-registered
//! [`systemprompt_extension::Extension`] instances (the modern path).
pub use ;
pub use ;