mirror of
https://github.com/larksuite/cli.git
synced 2026-07-08 10:08:02 +08:00
26 lines
502 B
JSON
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"
|
|
}
|
|
]
|
|
}
|