From 7662e25c65e977b4b95e50a2afe1711b015b3573 Mon Sep 17 00:00:00 2001 From: Ty Date: Mon, 27 Jul 2026 16:09:13 +0000 Subject: [PATCH] structure: sync docs/adr/README.md --- docs/adr/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 docs/adr/README.md diff --git a/docs/adr/README.md b/docs/adr/README.md new file mode 100644 index 0000000..4e15a4e --- /dev/null +++ b/docs/adr/README.md @@ -0,0 +1,5 @@ +# Architecture Decision Records + +Product-level decisions currently live in [design/DECISIONS.md](../../design/DECISIONS.md). + +Formal ADRs may be added here at **build** if needed.