docs(adr): drop the Status section#72
Merged
Merged
Conversation
A per-ADR Proposed/Accepted line goes stale and adds nothing — the record exists because we made the call. Supersession and deprecation already live where readers look: the superseding ADR names what it replaces (Decision / Related) and the Index annotates the superseded entry. Removes Status from the template, the guide, and all existing ADRs; no supersession info is lost. Signed-off-by: willbot <w.a.madden+machine@gmail.com> Signed-off-by: Will Madden <madden@prisma.io>
wmadden
approved these changes
Jul 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Drop the
Statussection from ADRsA per-ADR
Proposed / Acceptedline goes stale (most just say "Accepted" forever) and adds nothing — the record exists because we made the call. This removes theStatussection as a convention and retroactively from every existing ADR.Where supersession/deprecation lives instead (already true today, now the only place it lives):
No supersession information is lost — the five ADRs whose
Statuscarried real relationship narrative (0014, 0025, 0026, 0027, 0028) already mirror it in theirRelatedsections and the Index.Changes
Statussection removed.Status; where supersession is recorded) and syncs the section list to the template.Statussection stripped (10 insertions, 139 deletions).Docs only; behaviour unchanged.
Note
ADR-0029 lives on the in-review secrets branch (#70), not
main, so itsStatusisn't touched here — it'll be dropped on that branch (or as a fast-follow once #70 merges) to comply.🤖 Generated with Claude Code