# CODE_REVIEW.md
Use this file to define merge-gating standards for this repo.
Only standards listed here are enforced.
### [CR-001] <Rule title>
- required: true
- applies_when: always
- pass_criteria: <exact pass condition>
- evidence_required: <file/line + why>
### [CR-002] <Rule title>
- required: true
- applies_when: when relevant files change
- pass_criteria: <exact pass condition>
- evidence_required: <file/line + why>
### [CR-003] <Rule title>
- required: false
- applies_when: optional/conditional case
- pass_criteria: <exact pass condition>
- evidence_required: <file/line + why>