assets: regenerate oh-my-opencode schema with hyperplan
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
@@ -68,7 +68,8 @@
|
|||||||
"refactor",
|
"refactor",
|
||||||
"start-work",
|
"start-work",
|
||||||
"stop-continuation",
|
"stop-continuation",
|
||||||
"remove-ai-slops"
|
"remove-ai-slops",
|
||||||
|
"hyperplan"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -5969,6 +5970,25 @@
|
|||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
},
|
},
|
||||||
|
"keyword_detector": {
|
||||||
|
"type": "object",
|
||||||
|
"properties": {
|
||||||
|
"disabled_keywords": {
|
||||||
|
"type": "array",
|
||||||
|
"items": {
|
||||||
|
"type": "string",
|
||||||
|
"enum": [
|
||||||
|
"ultrawork",
|
||||||
|
"search",
|
||||||
|
"analyze",
|
||||||
|
"team",
|
||||||
|
"hyperplan"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"additionalProperties": false
|
||||||
|
},
|
||||||
"babysitting": {
|
"babysitting": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
|
|||||||
Reference in New Issue
Block a user