Use authoritative ADR directory

This commit is contained in:
2026-08-15 23:46:34 -04:00
parent 184816b1c4
commit 4a04de1e9c
2 changed files with 12 additions and 10 deletions
+3 -3
View File
@@ -1,8 +1,8 @@
# ADR Format
ADRs live in `docs/adr/` and use sequential numbering: `0001-slug.md`, `0002-slug.md`, etc.
ADRs live in `docs/authoritative/adr/` and use sequential numbering: `0001-slug.md`, `0002-slug.md`, etc.
Create the `docs/adr/` directory lazily — only when the first ADR is needed.
Create the `docs/authoritative/adr/` directory lazily — only when the first ADR is needed.
## Template
@@ -24,7 +24,7 @@ Only include these when they add genuine value. Most ADRs won't need them.
## Numbering
Scan `docs/adr/` for the highest existing number and increment by one.
Scan `docs/authoritative/adr/` for the highest existing number and increment by one.
## When to offer an ADR