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:
YeonGyu-Kim
2026-04-28 19:07:01 +09:00
parent daca5e690c
commit 22a7398ebd

View File

@@ -68,7 +68,8 @@
"refactor",
"start-work",
"stop-continuation",
"remove-ai-slops"
"remove-ai-slops",
"hyperplan"
]
}
},
@@ -5969,6 +5970,25 @@
],
"additionalProperties": false
},
"keyword_detector": {
"type": "object",
"properties": {
"disabled_keywords": {
"type": "array",
"items": {
"type": "string",
"enum": [
"ultrawork",
"search",
"analyze",
"team",
"hyperplan"
]
}
}
},
"additionalProperties": false
},
"babysitting": {
"type": "object",
"properties": {