//! Branch registry, lifecycle management, and naming helpers.
/// Branch lifecycle operations.
/// Branch model aliases and metadata helpers.
/// Branch name validation and slug generation.
/// SQLite-backed branch registry storage.
pub use BranchLifecycle;
pub use BranchMetadata;
pub use NamingValidator;
pub use BranchStore;