Architecture Decisions (ADR)

Architecture Decision Records capture the why behind key technical choices. They are intentionally short, but must be specific enough that a future contributor can understand:

flowchart LR
  Problem[Problem] --> Options[Options]
  Options --> Decision[Decision]
  Decision --> Consequences[Consequences]
  Consequences --> Code[Code + Tests]

Note: the GitHub Pages docs generator publishes every docs/ADR/*.md page automatically, but to make a page “visible” in the catalog/navigation you should also link it from this index.

ADR List