| title | Backend Architecture (moved) |
|---|---|
| description | This page has moved. The canonical backend architecture explanation now lives at backend-architecture.md. |
This page has moved. The backend is documented as hexagonal ports and adapters with direct hexser dispatch — there is no CQRS bus (the dead src/cqrs/ scaffold was removed in ADR-089). The canonical, current explanation is:
That page covers the 9 ports, 12 adapters, the 44 hexser handlers (19 DirectiveHandler + 25 QueryHandler), the eight-crate workspace dependency DAG, and where the actor system fits.
- Backend Architecture — the canonical page
- Actor Hierarchy
- Governing decisions: ADR-089 — CQRS Dead Bus Removal · ADR-090 — Hexagonal Crate Modularisation