# Architecture Decision Records This directory contains Architecture Decision Records (ADRs). Each ADR documents an architectural decision, its context, and its consequences. ## How to use ```bash coder-workflow adr new "" coder-workflow adr list coder-workflow adr status --status accepted coder-workflow adr graph ``` ## Status Definitions | Status | Meaning | | ---------- | --------------------------- | | Proposed | Under discussion | | Accepted | Agreed upon and implemented | | Deprecated | No longer recommended | | Superseded | Replaced by a newer ADR |