Files
Stock-trading-programming/.codex/hooks.json
T

16 lines
226 B
JSON

{
"hooks": {
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "python .claude/discord_notify.py",
"timeout": 30
}
]
}
]
}
}