From 90decd1fd461f2dcc3418734efc3fe62b5882b2d Mon Sep 17 00:00:00 2001 From: YeonGyu-Kim Date: Mon, 16 Mar 2026 13:53:43 +0900 Subject: [PATCH] chore(schema): regenerate schema after hook enum forward-compat change MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [OhMyOpenCode](https://github.com/code-yeongyu/oh-my-openagent) --- assets/oh-my-opencode.schema.json | 54 ++----------------------------- 1 file changed, 2 insertions(+), 52 deletions(-) diff --git a/assets/oh-my-opencode.schema.json b/assets/oh-my-opencode.schema.json index bcd929aa2..46babc30b 100644 --- a/assets/oh-my-opencode.schema.json +++ b/assets/oh-my-opencode.schema.json @@ -43,57 +43,7 @@ "disabled_hooks": { "type": "array", "items": { - "type": "string", - "enum": [ - "gpt-permission-continuation", - "todo-continuation-enforcer", - "context-window-monitor", - "session-recovery", - "session-notification", - "comment-checker", - "tool-output-truncator", - "question-label-truncator", - "directory-agents-injector", - "directory-readme-injector", - "empty-task-response-detector", - "think-mode", - "model-fallback", - "anthropic-context-window-limit-recovery", - "preemptive-compaction", - "rules-injector", - "background-notification", - "auto-update-checker", - "startup-toast", - "keyword-detector", - "agent-usage-reminder", - "non-interactive-env", - "interactive-bash-session", - "thinking-block-validator", - "ralph-loop", - "category-skill-reminder", - "compaction-context-injector", - "compaction-todo-preserver", - "claude-code-hooks", - "auto-slash-command", - "edit-error-recovery", - "json-error-recovery", - "delegate-task-retry", - "prometheus-md-only", - "sisyphus-junior-notepad", - "no-sisyphus-gpt", - "no-hephaestus-non-gpt", - "start-work", - "atlas", - "unstable-agent-babysitter", - "task-resume-info", - "stop-continuation-guard", - "tasks-todowrite-disabler", - "runtime-fallback", - "write-existing-file-guard", - "anthropic-effort", - "hashline-read-enhancer", - "read-image-resizer" - ] + "type": "string" } }, "disabled_commands": { @@ -3927,4 +3877,4 @@ } }, "additionalProperties": false -} +} \ No newline at end of file