feat: harden CASAN production install lifecycle

This commit is contained in:
thanhnv
2026-07-24 11:11:44 +07:00
parent c7671ab198
commit 114340c719
48 changed files with 1036 additions and 165 deletions
@@ -0,0 +1,20 @@
version: 1.0
description: CASAN production drift detection policy
golden_dir: apps/okr/domain/golden-runs
evidence_dir: docs/output/casan/level5-evidence
thresholds:
minimum_similarity: 0.85
maximum_length_delta_ratio: 0.30
actions:
pass: allow
warn: require_review
fail: block_or_fallback
metrics:
- similarity_ratio
- length_delta_ratio
- golden_hash
- candidate_hash