Architecture
System-wide architectural views. The conventions tree describes the rules (DDD layering, ports and adapters); this tree describes the shape of the running system.
C4 model
- Context — system boundary and external actors.
- Containers — deployable units and their responsibilities.
- Components — internal structure of significant containers.
- Code — key class-level diagrams where helpful.
Related
- Bounded contexts — per-context overview.
- Applications — per-app overview.
- ADR-001 — canonical documentation structure.
- ADR-002 — system documentation layout.
