Expand description
Command-side domain primitives.
This module defines the building blocks for aggregates: state reconstruction
(Apply) and command handling (Handle). The #[derive(Aggregate)] macro
lives here to keep domain ergonomics in one spot.