Design ​
Model typed application flows, runtime shape, connectors, and design-time boundaries.
- Data Architecture for types definition and input/output flows
- Architectural Decisions records the durable ownership rules and distinctions that should survive implementation changes.
Connectors and boundaries ​
- Await Boundaries for deferred external completion.
- Object Ingest And Publish for object-store and file-system input/output shells.
- JPA Query Connector for captured database reads that feed business decisions.
- Persistence Plugin for write-side business output storage.