From c27ad690243f7d15232f2fd184ddfaeeb9a0504c Mon Sep 17 00:00:00 2001 From: didericis Date: Mon, 8 Jun 2026 15:01:36 -0400 Subject: [PATCH] Remove Codex hook configuration --- .codex/hooks.json | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 .codex/hooks.json diff --git a/.codex/hooks.json b/.codex/hooks.json deleted file mode 100644 index e7e3f63..0000000 --- a/.codex/hooks.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "hooks": { - "PostToolUse": [ - { - "hooks": [ - { - "type": "command", - "command": "python3 /Users/didericis/Code/voice-control/codex/hooks/speak-narration.py" - } - ] - } - ], - "Stop": [ - { - "hooks": [ - { - "type": "command", - "command": "/Users/didericis/Code/voice-control/codex/hooks/thinking-cue.sh stop" - }, - { - "type": "command", - "command": "python3 /Users/didericis/Code/voice-control/codex/hooks/speak-response.py" - } - ] - } - ], - "UserPromptSubmit": [ - { - "hooks": [ - { - "type": "command", - "command": "/Users/didericis/Code/voice-control/codex/hooks/thinking-cue.sh start" - } - ] - } - ] - } -}