Skip to content

Architecture decision records

This project tracks significant architectural decisions as ADRs. Each record captures the context, the decision, the reasoning, and the trade-offs.

ADRDecisionDateStatus
001Multi-stage AI analysis pipeline2026-02-24Accepted
002Provider-agnostic AI interface2026-02-26Accepted
003Architecture model adapter system2026-02-27Accepted
004Template-based prompt system2026-02-24Accepted
005Layered configuration with Zod2026-02-25Accepted
006Structured error hierarchy2026-02-27Accepted
007Multi-platform VCS abstraction2026-02-26Accepted
008Monorepo workspace structure2026-02-25Accepted
009Docker and GitHub Action deployment2026-02-24Accepted
010Local diff check command2026-03-07Accepted
  1. Find the next number by checking the table above.
  2. Create a new file in this directory: NNN-kebab-case-title.md.
  3. Use the Michael Nygard format with sections for Context, Decision, Rationale, and Consequences.
  4. Add the record to the table above.