chore: generate

This commit is contained in:
GitHub Action
2026-01-29 18:14:15 +00:00
parent f996e05b42
commit ae9199e101

View File

@@ -8994,6 +8994,9 @@
}, },
"doom_loop": { "doom_loop": {
"$ref": "#/components/schemas/PermissionActionConfig" "$ref": "#/components/schemas/PermissionActionConfig"
},
"skill": {
"$ref": "#/components/schemas/PermissionRuleConfig"
} }
}, },
"additionalProperties": { "additionalProperties": {
@@ -9506,6 +9509,19 @@
"required": ["template"] "required": ["template"]
} }
}, },
"skills": {
"description": "Additional skill folder paths",
"type": "object",
"properties": {
"paths": {
"description": "Additional paths to skill folders",
"type": "array",
"items": {
"type": "string"
}
}
}
},
"watcher": { "watcher": {
"type": "object", "type": "object",
"properties": { "properties": {