Skip to content

Architecture Decision Records

Architecture Decision Records (ADRs) capture important architectural decisions along with their context and consequences.

Status Legend

Status Description
Draft Under initial development, not yet ready for review
Proposed Ready for review and discussion
Accepted Approved for implementation
Rejected Evaluated but not accepted
Deprecated No longer relevant or recommended
Superseded Replaced by a newer ADR

ADR Index

Date Title Status
2025-12-19 Prompt Modularization Accepted
2026-01-02 Langfuse Folder Hierarchy Accepted
2026-01-31 Unified Configuration System Proposed
2026-03-17 LLM Routing Architecture Draft
2026-03-18 Headless AI Sections Draft

Creating a New ADR

  1. Copy the ADR template
  2. Name the file: YYYY-MM-DD-short-title.md
  3. Fill in all sections
  4. Set status to Draft or Proposed
  5. Add entry to this index
  6. Submit for review