Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 436 Bytes

File metadata and controls

8 lines (6 loc) · 436 Bytes
# Architecture Decision Records (ADRs) This directory stores all major architectural decisions for the cas-platform repository. ## Rules (Governed by Documentation Specialist Persona) 1. Any major technical decision or new dependency MUST be documented here. 2. Document the Context, Decision, and Consequences before implementing. 3. Name files sequentially: 001-record-architecture-decisions.md, 002-use-azure-functions.md, etc.