Files
tw/config/evolution_policy.json

15 lines
270 B
JSON

{
"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
}
}