13 lines
453 B
Markdown
13 lines
453 B
Markdown
# Architecture
|
|
|
|
This document defines the intended high-level architecture of this application and the
|
|
invariants that changes must preserve. Implemented component details belong in
|
|
[Internal Overview](../internal/overview.md) and its linked documents. The
|
|
reasoning behind significant architectural choices belongs in
|
|
[ADRs](../adr/).
|
|
|
|
## System Shape
|
|
|
|
This application is a small, dependency-light Go application for ...
|
|
|
|
TODO: Complete this document. |