This folder contains the Architecture Decision Records (ADRs) for the MyBlog project.
ADRs capture significant design decisions: what was decided, why, what alternatives were considered, and what consequences follow.
| ID | Title | Status | Date |
|---|---|---|---|
| ADR-001 | Core Architecture Decisions for MyBlog | Accepted | 2026-04-17 |
ADRs in this project follow the Nygard ADR template:
- Context — Why this decision was needed
- Decision — What was decided
- Rationale — Why this option was chosen
- Alternatives considered — What else was on the table
- Consequences — Trade-offs and follow-on effects
- Copy the format from an existing ADR.
- Name it
ADR-NNN-short-title.md(zero-padded number). - Add a row to the table above.
- Set Status to
Proposeduntil the team accepts it.