//! API-first core: shared types, DTOs, service traits, configuration. pub mod config; pub mod types; pub mod services;