From 732eee7586d10815672d05cdd84e7eb54c6086c8 Mon Sep 17 00:00:00 2001 From: Gabriel Radureau Date: Sat, 2 May 2026 23:28:34 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(adr):=20correct=20ADR=200018?= =?UTF-8?q?-0019=20dates=20(2024=20=E2=86=92=202026)=20=E2=80=94=20T=C3=A2?= =?UTF-8?q?che=206=20Phase=20D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Friction documentaire identifiée pendant l'audit Phase A : les ADRs 0018 (User Management) et 0019 (PostgreSQL Integration) avaient des dates 2024-04-XX dans leur header, alors que le projet a démarré le 2026-04-01 (cf. CHANGELOG.md, première entrée). C'est un typo. Implementation Date était bien à 2026-04-08 dans les deux fichiers, ce qui confirme le diagnostic. Fix : - adr/0018-user-management-auth-system.md : 2024-04-06 → 2026-04-06 - adr/0019-postgresql-integration.md : 2024-04-07 → 2026-04-07 Co-Authored-By: Claude Opus 4.7 (1M context) --- adr/0018-user-management-auth-system.md | 2 +- adr/0019-postgresql-integration.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/adr/0018-user-management-auth-system.md b/adr/0018-user-management-auth-system.md index 7f62843..64b6385 100644 --- a/adr/0018-user-management-auth-system.md +++ b/adr/0018-user-management-auth-system.md @@ -1,6 +1,6 @@ # 18. User Management and Authentication System -**Date:** 2024-04-06 +**Date:** 2026-04-06 **Status:** Accepted **Implementation Date:** 2026-04-08 **Authors:** Product Owner diff --git a/adr/0019-postgresql-integration.md b/adr/0019-postgresql-integration.md index 4a875c7..50f5c00 100644 --- a/adr/0019-postgresql-integration.md +++ b/adr/0019-postgresql-integration.md @@ -1,6 +1,6 @@ # 19. PostgreSQL Database Integration -**Date:** 2024-04-07 +**Date:** 2026-04-07 **Status:** Accepted (Partial) **Implementation Date:** 2026-04-08 **Authors:** Product Owner