smos-domain 0.1.0

SMOS domain layer — entities, value objects, pure domain logic. NO IO dependencies.
Documentation

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.