This directory contains Architecture Decision Records (ADRs) for the project. ADRs are short documents that capture important architectural decisions. Each ADR describes the context of a decision, the decision itself, and the consequences of the decision.
Each ADR is a Markdown file with the following sections:
- Status: The current status of the ADR (e.g., Proposed, Accepted, Deprecated, Superseded).
- Context: The context and problem that the ADR is trying to solve.
- Decision: The decision that was made.
- Consequences: The consequences of the decision, both positive and negative.
ADRs are numbered sequentially, starting from 001. The format is ADR-XXX.md, where XXX is the zero-padded number of the ADR.