The layer map
- Domains never import each other. Cross-domain effects travel over the EventBus (ADR-011): the SMTP crate emits
EmailIngested, the calendar crate subscribes fortext/calendarparts — neither knows the other’s types. - Everything reaches storage through the same traits, with
tenant_idmandatory on every call (ADR-015).
The crate pages
These four are the load-bearing walls; further crate pages are added as they are written. For the operator-facing view of the same machinery, see the Operator Manual; for the API surface, the Developer section.