From 35f6584fb23f52d90d630bdd9181669a6dd7b698 Mon Sep 17 00:00:00 2001 From: didericis Date: Thu, 28 May 2026 22:00:55 -0400 Subject: [PATCH] docs(decisions): drop hand-maintained index from README Per review on PR #97: an index that lists every ADR is a sync burden. The files in docs/decisions/ are the index. Co-Authored-By: Claude Opus 4.8 --- docs/decisions/README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/decisions/README.md b/docs/decisions/README.md index 3b4cf03..1e8778e 100644 --- a/docs/decisions/README.md +++ b/docs/decisions/README.md @@ -50,7 +50,5 @@ PRDs, research notes, issues/PRs. Forge links are convenience pointers; the reasoning above must stand without them. ``` -## Index - -- [ADR 0001](0001-merge-prs-with-rebase.md) — merge PRs with rebase, not merge commits. -- [ADR 0002](0002-agent-identity-claimed-not-vouched.md) — agent-set git identity is claimed, not vouched. +The records are the index: `ls docs/decisions/` or skim the titles. +No hand-maintained list to keep in sync.