Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Architecture Decision Records

This directory records architectural decisions that would be hard to infer from code alone.

ADRs are intentionally short. They explain what was decided and why; detailed implementation guidance belongs in the architecture documents.

Status

Every ADR carries one explicit status:

  • proposed: direction under evaluation; do not treat it as canonical shipped behavior without current code/product evidence.
  • accepted: the current decision. It can describe implemented direction that has not yet appeared in a public release.
  • superseded: historical context replaced by a newer ADR, which the record must link.

ADR status describes decision maturity, not release status.

Records