//! tda use cases — orchestrate the domain core through the ports (spec §5, §10).
//!
//! Every mutation is a method on [`Services`]: build a command → `decide` →
//! `apply` → persist (task-local), or graph-validated structure ops.
pub use Aggregate;
pub use Export;
pub use QueryHit;
pub use ;
pub use Anchor;