feat: add online evolution loop and 5% gray risk-policy rollout

This commit is contained in:
2026-02-28 22:03:30 +08:00
parent fec5aaf8f3
commit d497e8d42a
9 changed files with 948 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"publish_gate": {
"min_sample_count": 30,
"max_high_findings_rate": 0.08,
"max_ai_fail_rate": 5.0,
"max_transfer_rate": 45.0
},
"gray_release": {
"first_stage_percent": 5,
"second_stage_percent": 20,
"final_stage_percent": 100
}
}