Architecture Decision Records
We use ADRs to document significant architectural decisions for the Lola project. See use-adrs.md for the full convention, naming rules, and how to create, update, and deprecate ADRs.
Quick Start
This copies the template to docs/adr/topic-name.md. Fill in the sections and
open a pull request.
ADR Statuses
| Status | Meaning |
|---|---|
| Proposed | Under discussion, not yet accepted |
| Accepted | Approved and in effect |
| Deprecated | No longer relevant |
Template Changes
If the template needs to change, describe what changed and why here in this file,
apply the change to template.md, and open a pull request for Core Maintainer
approval.