🐛 fix(adr): correct ADR 0018-0019 dates (2024 → 2026) — Tâche 6 Phase D

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) <noreply@anthropic.com>
This commit is contained in:
2026-05-02 23:28:34 +02:00
parent 88a934dfd2
commit 732eee7586
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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