+
Architecture Decision Records (ADRs) and significant operational decisions.+ + Append-only. Never delete, only supersede. + + --- + +
+
None currently + +
+
| Date | ID | Title | Decider | Status | + |------|-----|-------|---------|--------| + + --- + +
+
# ADR-XXX: Title +
+
## Status +
- Proposed / Accepted / Deprecated / Superseded by ADR-YYY +
+
## Context +
What is the issue that we are seeing? +
What is the forcing function? +
+
## Decision +
What is the change that we are proposing or have agreed to? +
+
## Consequences +
What becomes easier or more difficult to do? +
What are the trade-offs? +
+
## Related +
- Links to related ADRs +
- Links to documentation +
``` +
+
--- +
+
## Naming +
+
`adr-{XXX}-{short-title}.md` +
+
Example: `adr-001-wiki-structure.md`