add files

This commit is contained in:
김경종
2026-04-30 17:05:19 +09:00
parent f3e01b5a8c
commit 7e985ae94a
135 changed files with 41205 additions and 0 deletions
+40
View File
@@ -0,0 +1,40 @@
{
"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
}
]
}
]
}
}