feat: add online evolution loop and 5% gray risk-policy rollout
This commit is contained in:
14
config/evolution_policy.json
Normal file
14
config/evolution_policy.json
Normal 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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user