From 367f0e81a6e31161cfabad039ddeb629e8e73315 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Wed, 24 Jun 2026 16:05:05 -0700 Subject: [PATCH] Remove openai codex hooks - the UX is bad and codex is good about triggering --- .codex-plugin/plugin.json | 1 - hooks/hooks-codex.json | 16 ---------------- 2 files changed, 17 deletions(-) delete mode 100644 hooks/hooks-codex.json diff --git a/.codex-plugin/plugin.json b/.codex-plugin/plugin.json index 7f8ae7b6..c98b525f 100644 --- a/.codex-plugin/plugin.json +++ b/.codex-plugin/plugin.json @@ -21,7 +21,6 @@ "workflow" ], "skills": "./skills/", - "hooks": "./hooks/hooks-codex.json", "interface": { "displayName": "Superpowers", "shortDescription": "Planning, TDD, debugging, and delivery workflows for coding agents", diff --git a/hooks/hooks-codex.json b/hooks/hooks-codex.json deleted file mode 100644 index 0719e534..00000000 --- a/hooks/hooks-codex.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "hooks": { - "SessionStart": [ - { - "matcher": "startup|clear|compact", - "hooks": [ - { - "type": "command", - "command": "\"${PLUGIN_ROOT}/hooks/run-hook.cmd\" session-start-codex", - "async": false - } - ] - } - ] - } -}