Files
math-research/.codex/hooks.json
T

39 lines
846 B
JSON

{
"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"
}
]
}
]
}
}