2026-05-10
On where the event store belongs in the Slipwise architecture
Previously: The event store should live in the application layer because the application owns the domain.
Now: The event store should be a separate library because durability of the audit trail outweighs the coupling cost. The argument I lost was right.