remove files

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