Skip to content

Architecture Decision Record (ADR) Log

This directory is the durable ADR log for framework-level architecture and operating decisions that affect how teams and agents execute work.

Use this log to preserve why decisions were made, what alternatives were considered, and what contributors should continue to follow over time.

Authoring guide:

  • docs/adr-template-guide.md

ADR index

Numbering convention

  • Use sequential, zero-padded numbering: 0001, 0002, 0003, ...
  • File naming pattern: NNNN-short-kebab-case-title.md
  • Never reuse a retired number; preserve historical continuity.

Status convention

  • Proposed — under discussion and not yet adopted.
  • Accepted — approved and currently in force.
  • Superseded — replaced by a newer ADR (link old and new ADRs).
  • Deprecated — no longer recommended, retained for historical context.