Skip to content

Commit 8fd565f

Browse files
authored
fix: correct ADR dates to match actual commit dates (#124)
## Summary - Fixed incorrect years in ADRs 0001-0006 (changed from 2024 to 2025) - Added missing dates to ADRs 0008-0016 - All dates now accurately reflect when the ADRs were actually committed ## Details - ADRs 0001-0006: corrected from 2024-07-15 to 2025-07-14 - ADRs 0008-0016: added date of 2025-07-15 (when they were committed in PR #93) - ADRs 0007 and 0017 already had correct dates and were not modified This ensures the ADR documentation accurately reflects the project timeline.
1 parent 0017007 commit 8fd565f

15 files changed

+33
-33
lines changed

adr/0001-overall-architecture-pattern.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
- Status: accepted
44
- Deciders: John Wilger, Technical Architecture Team
5-
- Date: 2024-07-15
5+
- Date: 2025-07-14
66

77
## Context and Problem Statement
88

adr/0002-storage-solution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
- Status: accepted
44
- Deciders: John Wilger, Technical Architecture Team
5-
- Date: 2024-07-15
5+
- Date: 2025-07-14
66

77
## Context and Problem Statement
88

adr/0003-proxy-implementation-strategy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
- Status: accepted
44
- Deciders: John Wilger, Technical Architecture Team
5-
- Date: 2024-07-15
5+
- Date: 2025-07-14
66

77
## Context and Problem Statement
88

adr/0004-type-system-and-domain-modeling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
- Status: accepted
44
- Deciders: John Wilger, Technical Architecture Team
5-
- Date: 2024-07-15
5+
- Date: 2025-07-14
66

77
## Context and Problem Statement
88

adr/0005-testing-strategy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
- Status: accepted
44
- Deciders: John Wilger, Technical Architecture Team
5-
- Date: 2024-07-15
5+
- Date: 2025-07-14
66

77
## Context and Problem Statement
88

adr/0006-authentication-and-authorization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
- Status: accepted
44
- Deciders: John Wilger, Technical Architecture Team
5-
- Date: 2024-07-15
5+
- Date: 2025-07-14
66

77
## Context and Problem Statement
88

adr/0008-dual-path-architecture.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# ADR-0008: Dual-path Architecture (Hot Path vs Audit Path)
22

3-
## Status
4-
5-
Accepted
3+
- Status: accepted
4+
- Deciders: John Wilger, Technical Architecture Team
5+
- Date: 2025-07-15
66

77
## Context
88

adr/0009-ring-buffer-pattern.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# ADR-0009: Ring Buffer Pattern for Event Recording
22

3-
## Status
4-
5-
Accepted
3+
- Status: accepted
4+
- Deciders: John Wilger, Technical Architecture Team
5+
- Date: 2025-07-15
66

77
## Context
88

adr/0010-tiered-projection-strategy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# ADR-0010: Tiered Projection Strategy
22

3-
## Status
4-
5-
Accepted
3+
- Status: accepted
4+
- Deciders: John Wilger, Technical Architecture Team
5+
- Date: 2025-07-15
66

77
## Context
88

adr/0011-provider-abstraction-and-routing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# ADR-0011: Provider Abstraction and Routing
22

3-
## Status
4-
5-
Accepted
3+
- Status: accepted
4+
- Deciders: John Wilger, Technical Architecture Team
5+
- Date: 2025-07-15
66

77
## Context
88

0 commit comments

Comments
 (0)