docs/7-DEVELOPMENT/decisions/README.md
The project's decision log: short, dated, immutable records of structural decisions. They answer "why is it like this?" months later, and prevent settled discussions from being reopened without knowing they were settled.
Two kinds, same format:
ADR-NNN-slug.mdPDR-NNN-slug.mdThe current rules distilled from these records live in VISION.md (product identity + posture) and design-principles.md (engineering practices). Records are the memory; those pages are the law.
Superseded by ADR-NNN in its Status line — never editing history.# ADR-NNN: <Title>
- **Status**: Accepted | Superseded by ADR-NNN
- **Date**: YYYY-MM
- **Related**: #issue, other records
## Context
What was the situation and the forces at play? (2-5 sentences)
## Decision
What we decided, stated as a rule someone can follow.
## Alternatives considered
What else was on the table and why it lost. (bullets)
## Consequences
What this makes easier, what it makes harder, what to watch. (bullets)
| Record | Title | Status |
|---|---|---|
| ADR-001 | SurrealDB as the database | Accepted |
| ADR-002 | Delegate platform/media support to focused external libraries | Accepted |
| ADR-003 | Migrate the UI from Streamlit to Next.js | Accepted |
| ADR-004 | Long-running work runs on background workers | Accepted |
| PDR-001 | Single-user first; don't preclude multi-user | Accepted |
| PDR-002 | Provider-agnostic core by default | Accepted |