Architecture Decisions

Architecture Decision Records capture decisions that future maintainers should understand without relying on oral history.

Use concise records. Focus on context, decision, consequences, and follow-up work. Avoid copying secrets, IDs, or environment-specific values.

Records

Template

# ADR NNNN: Title

Status: Accepted | Proposed | Superseded

Date: YYYY-MM-DD

## Context

## Decision

## Consequences

## Follow-Up