Architecture Decision Records (ADRs)¶
Records of significant architecture and technology decisions at Feoda.
What Is an ADR?¶
An Architecture Decision Record captures a decision — the context, the alternatives considered, the decision made, and the consequences. ADRs help the team understand why things are the way they are.
How to Add an ADR¶
- Copy the decision-record.md template.
- Number it sequentially:
adr-001-[topic].md,adr-002-[topic].md, etc. - Fill in all sections.
- Submit for review and approval.
ADR Index¶
| # | Title | Status | Date |
|---|---|---|---|
| — | No ADRs yet | — | — |
ADRs will be added as architecture decisions are made.