Decisions¶
We use Architecture Decision Records (ADR) to record architecture decisions, whether the decision concerns architecture, code, project setup or something else. In this repository, architecture decisions are those that impact the whole Opal solution. Architecture decisions within particular components are contained in their corresponding repository. Read more about the benefits of ADRs and when to write them.
The ADRs live in docs/development/architecture/decisions/ and follow the Markdown Architecture Decision Record (MADR) format in version 4.0.0.
We recommend the use of the tool adrs to help manage ADRs.
The following table shows all ADRs:
| ID | Date | Decision | Status |
|---|---|---|---|
| 0001 | 2026-03-18 | Use Markdown Architectural Decision Records | Accepted |