Add tire chromatic transfer content

This commit is contained in:
2026-06-01 01:43:06 -04:00
parent 236a3f8288
commit f71852efd2
8 changed files with 848 additions and 52 deletions
+38
View File
@@ -0,0 +1,38 @@
{
"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"
}
]
}
]
}
}