Remove Codex hook configuration

This commit is contained in:
2026-06-08 15:01:36 -04:00
parent 3910bc9fb7
commit c27ad69024
-38
View File
@@ -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"
}
]
}
]
}
}