modify documents

This commit is contained in:
NINI
2026-04-28 01:30:16 +09:00
parent 246d164827
commit 949e0ab13c
137 changed files with 5172 additions and 1154 deletions
+30
View File
@@ -0,0 +1,30 @@
{
"hooks": {
"PreToolUse": [
{
"matcher": "Bash|shell_command",
"hooks": [
{
"type": "command",
"command": "python .codex/hooks/pre_tool_guard.py",
"timeout": 10,
"statusMessage": "Checking shell command safety"
}
]
}
],
"Stop": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "python .codex/hooks/stop_validate.py",
"timeout": 60,
"statusMessage": "Validating document harness files"
}
]
}
]
}
}