Implement governance workflows and close WP-0008

This commit is contained in:
codex
2026-07-03 01:27:37 +02:00
parent a76e57ba89
commit a9a55e19f1
11 changed files with 1177 additions and 74 deletions

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