Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 688 Bytes

File metadata and controls

29 lines (16 loc) · 688 Bytes

Architecture Decision Records

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.

Format

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?