From e0fb337a5f324e30f7600fc499887ab0ec8d6963 Mon Sep 17 00:00:00 2001 From: Gabriel Radureau Date: Sat, 9 May 2026 14:25:37 +0200 Subject: [PATCH] docs: place new ADR under doc/adr (singular) per convention MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The 20260509 ADR landed in docs/adr/ (plural) by mistake. Convention is doc/adr/ (alongside the existing 00_*, 01_*, … docs and the network-architecture/cicd-architecture ADRs that pre-existed there). Note : 20260407-*.md files in the typo'd docs/adr/ are still untracked (never committed) — separate cleanup task. --- {docs => doc}/adr/20260509-telegram-gateway-auth.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {docs => doc}/adr/20260509-telegram-gateway-auth.md (100%) diff --git a/docs/adr/20260509-telegram-gateway-auth.md b/doc/adr/20260509-telegram-gateway-auth.md similarity index 100% rename from docs/adr/20260509-telegram-gateway-auth.md rename to doc/adr/20260509-telegram-gateway-auth.md -- 2.49.1