Architecture Decision Records
This directory contains Architecture Decision Records (ADRs) for the fnirsi-ps-control project.
Each ADR documents a significant architectural or process decision: the context that motivated it, the decision taken, and its consequences.
Format
# ADR-NNN: Title
**Status:** Accepted | Proposed | Deprecated | Superseded by ADR-XXX
**Date:** YYYY-MM-DD
## Context
## Decision
## Consequences
Decision Log
| ADR | Title | Status | Date |
|---|---|---|---|
| ADR-001 | Use ARC42 for architecture documentation | Accepted | 2026-04-05 |
| ADR-002 | Architecture documentation is human-authored | Accepted | 2026-04-05 |
| ADR-003 | Vibe-coding using Claude Code | Accepted | 2026-04-05 |
| ADR-004 | Using Git for version control | Accepted | 2026-04-05 |
| ADR-005 | Using GitHub for project hosting | Accepted | 2026-04-05 |
| ADR-006 | Using GitHub Actions for CI verification | Accepted | 2026-04-05 |
| ADR-007 | Using conventional commits | Accepted | 2026-04-05 |
| ADR-008 | Using semantic release (Python-based) | Accepted | 2026-04-05 |