//! Identity domain services
//!
//! Provisions, rotates, and manages developer, CI, and agent identities.
/// Identity errors
/// Local signer-identity resolution (root + delegate machines)
/// Identity provisioning workflows
/// Identity registration on remote registries
/// Identity-replacement authorization (`init --force` requires explicit confirmation)
/// Identity key rotation
/// Identity services
/// Apply a co-authored shared-KEL rotation received from a paired device
/// Identity types and configuration
/// Witness-set declaration anchored in the identity's KEL
pub use *;
pub use *;