This directory contains Architecture Decision Records (ADRs) for the Armature schema. Each ADR documents a specific design decision: the context that motivated it, the decision made, and its consequences.
ADRs are numbered sequentially and never deleted. Superseded decisions are marked with a "Superseded by ADR-XXXX" status.
Each ADR follows the Nygard format:
# ADR-XXXX: Title
## Status
[Proposed | Accepted | Deprecated | Superseded by ADR-XXXX]
## Context
What situation or problem motivated this decision?
## Decision
What was decided?
## Consequences
What are the results — positive, negative, and neutral?