Skip to content

Architecture Decision Records

This directory contains Architecture Decision Records documenting significant technical decisions.

ADRs document technical implementation decisions for specific architectural components. Each ADR focuses on a single decision and includes:

  • Context: The problem or constraint that led to this decision
  • Decision: What was chosen and why
  • Consequences: Trade-offs, pros, and cons
  • Alternatives: Other options that were considered
Terminal window
docz create adr "Your ADR Title"
  • Proposed: Under discussion, not yet approved
  • Accepted: Approved and being implemented or already implemented
  • Deprecated: No longer relevant or superseded
  • Superseded by ADR-XXXX: Replaced by another ADR
IDTitleStatusDateAuthorLink
ADR-0001Use HCL as the linter configuration formatProposed2026-04-18Donald Gifford0001-use-hcl-as-the-linter-configuration-format.md