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