Files
PDFToMD/.codex/hooks.json
T
김경종 7e985ae94a add files
2026-04-30 17:05:19 +09:00

41 lines
1003 B
JSON

{
"hooks": {
"PreToolUse": [
{
"matcher": "Bash",
"hooks": [
{
"type": "command",
"command": "python \".codex/hooks/pre_tool_use_policy.py\"",
"statusMessage": "Checking risky shell command"
}
]
}
],
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "python \".codex/hooks/stop_continue.py\"",
"statusMessage": "Running Harness validation",
"timeout": 300
},
{
"type": "command",
"command": "python \".codex/hooks/handoff_policy.py\"",
"statusMessage": "Checking PLAN/PROGRESS handoff",
"timeout": 60
},
{
"type": "command",
"command": "python \".codex/hooks/drift_policy.py\"",
"statusMessage": "Checking documentation drift",
"timeout": 60
}
]
}
]
}
}