From 22a7398ebd045350b64c1d36189d17bdc58243ca Mon Sep 17 00:00:00 2001 From: YeonGyu-Kim Date: Tue, 28 Apr 2026 19:07:01 +0900 Subject: [PATCH] assets: regenerate oh-my-opencode schema with hyperplan Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus --- assets/oh-my-opencode.schema.json | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/assets/oh-my-opencode.schema.json b/assets/oh-my-opencode.schema.json index c43861514..d47b555b9 100644 --- a/assets/oh-my-opencode.schema.json +++ b/assets/oh-my-opencode.schema.json @@ -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": {