Commit 4f0b554
docs(governance): allow in-place refinement of accepted ADRs (refine vs. supersede) (#382)
* docs(governance): allow in-place refinement of accepted ADRs
Replace the strict-immutability rule in docs/decisions/README.md ("do not
edit the original") with the mainstream refine-in-place vs. supersede-on-
reversal model, and add the bookkeeping that makes in-place refinement
auditable.
- Distinguish lifecycle state (proposed/accepted/superseded/deprecated)
from the orthogonal mutability operation (refine vs. supersede).
- Add a boundary test: if the action a reader takes is unchanged it is a
refinement (edit in place); if a past reader would now act differently it
is a reversal (new superseding ADR).
- Add a parallel "Changing an accepted ADR" table (Refinement / Reversal /
Obsolescence).
- Add optional **Last-updated:** field (distinct from immutable **Date:** =
decision date) and a ## Changelog convention to the template.
- Cite precedent (Joel Parker Henderson; MADR last-updated date).
- Regenerate the Starlight mirror.
Removes the contradiction with ADR-012 ("existing ADRs are updated
incrementally") and unblocks the ADR-003 decomposition (#186).
Refs #380
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
* docs(governance): address PR #382 review nits (Henderson quote, MADR, Changelog)
- Henderson quote: restore verbatim two-sentence form ("In theory,
immutability is ideal. In practice, mutability has worked better for our
teams.").
- MADR: correct the claim — MADR uses a single `date` field ("last updated"),
not a last-updated date distinct from the decision date; note that this
standard's two-field design (immutable `Date:` + separate `Last-updated:`)
goes further.
- Changelog template: make "omit when first creating" explicit so a freshly
copied template doesn't ship a present-but-empty section.
- Regenerate Starlight mirror.
Refs #380
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
---------
Co-authored-by: bgagent <345885+scottschreckengaust@users.noreply.github.com>
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>1 parent 17eba2f commit 4f0b554
2 files changed
Lines changed: 54 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
44 | 51 | | |
45 | 52 | | |
| 53 | + | |
| 54 | + | |
46 | 55 | | |
47 | 56 | | |
48 | 57 | | |
| |||
56 | 65 | | |
57 | 66 | | |
58 | 67 | | |
59 | | - | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
60 | 86 | | |
61 | 87 | | |
62 | 88 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
48 | 55 | | |
49 | 56 | | |
| 57 | + | |
| 58 | + | |
50 | 59 | | |
51 | 60 | | |
52 | 61 | | |
| |||
60 | 69 | | |
61 | 70 | | |
62 | 71 | | |
63 | | - | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
64 | 90 | | |
65 | 91 | | |
66 | 92 | | |
| |||
0 commit comments