Files
larksuite-cli/internal/qualitygate/config/semantic/policy.json
2026-06-17 16:29:33 +08:00

26 lines
502 B
JSON

{
"schema_version": 1,
"default_enforcement": "observe",
"block_categories": [
"error_hint",
"default_output",
"naming",
"skill_quality"
],
"rollout_groups": [
{
"id": "changed-only",
"enforcement": "blocking",
"scope": {
"changed_only": true
},
"categories": [
"error_hint",
"skill_quality"
],
"owner": "cli-owner",
"reason": "first semantic blocking rollout only affects changed facts"
}
]
}