COSMIC's strongly-typed generic CRUD (`SaveHolonAsync<T>`, etc.) is a compelling ergonomics improvement. But what happens when a domain type needs to evolve — say, a field is renamed or a child collection is restructured? Is there a migration story, or does schema evolution fall entirely on the application?
# See - Migration Story