Architectural decision records
June 3, 2026 ยท View on GitHub
Documents describing the various architectural decisions that have been made during the course of Lore development and the reasoning behind them.
ADRs are append-only and numbered sequentially. Filename pattern: NNNNN-<slug>.md. Required structure: Status, Context, Decision, Consequences.
Suggested starting points
- Documenting a new Architectural Decision? Start at the doc-standards walkthrough.
- ADR template. Copy this when starting a new ADR.
See docs/README.md for the full docs structure.