generated from coulomb/repo-seed
Implement governance workflows and close WP-0008
This commit is contained in:
24
projects/coulomb-pricing/data/governance_policy.json
Normal file
24
projects/coulomb-pricing/data/governance_policy.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"policy_id": "coulomb-governance-v1",
|
||||
"max_self_serve_discount_pct": "10",
|
||||
"max_customer_visible_price_increase_pct": "15",
|
||||
"max_active_experiments": 2,
|
||||
"max_concurrent_candidate_rollouts": 1,
|
||||
"require_approval_for_candidate_rollout": true,
|
||||
"require_approval_for_approximate_provider_mapping": true,
|
||||
"block_unsupported_provider_artifacts": true,
|
||||
"drift_blocks_execution": true,
|
||||
"require_approval_for_price_change": true,
|
||||
"require_customer_notice_for_price_increase": true,
|
||||
"customer_notice_days": 30,
|
||||
"grandfather_existing_customers": true,
|
||||
"customer_visible_tuning_enabled": false,
|
||||
"customer_visible_tuning_requires_active_model": true,
|
||||
"communication_owner_role": "operator",
|
||||
"default_approver_role": "operator",
|
||||
"metadata": {
|
||||
"active_experiment_count": 0,
|
||||
"candidate_rollout_count": 0,
|
||||
"policy_scope": "coulomb-social-mvp"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user