//! `smos-domain` — pure domain layer of the SMOS memory OS.
//!
//! This crate is intentionally IO-free: no tokio, no axum, no reqwest, no
//! SurrealDB. Entities, value objects, and pure domain logic live here.
//! Adapters and the application layer build on top of these types in later
//! slices.
//!
//! See `ТРЕБОВАНИЯ.md` for the canonical specification.
// Re-export commonly-used types at the crate root for ergonomic call sites.
pub use ;
pub use ;
pub use DomainError;
pub use ;