Files
core/bible-local/decisions/README.md
2026-03-15 16:29:24 +03:00

19 lines
565 B
Markdown

# Architecture Decision Records
Use this directory to capture architecture decisions and significant updates.
## Required
- Every architecture decision must be recorded in the Bible.
- If a decision replaces an older one, update the older document in the same change.
- Keep entries short, explicit, and linked to the affected architecture files.
- Use `bible-local/architecture/...` and `bible-local/docs/...` paths when referencing affected documents.
## Minimal Entry Template
- Date (`YYYY-MM-DD`)
- Decision
- Context
- Consequences
- Supersedes (if any)