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 3befe5fa7e
commit 8344997040
+21 -1
View File
@@ -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": {