chore: generate
This commit is contained in:
@@ -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": {
|
||||||
|
|||||||
Reference in New Issue
Block a user