{ "hooks": { "UserPromptSubmit": [ { "type": "command", "command": ".agents/hooks/user-prompt-submit.sh", "timeout": 5 } ], "SessionStart": [ { "type": "command", "command": ".agents/hooks/session-start.sh", "timeout": 10 } ], "PreToolUse": [ { "type": "command", "command": ".agents/hooks/pre-tool-use.sh", "timeout": 5 } ], "PostToolUse": [ { "type": "command", "command": ".agents/hooks/post-tool-use.sh", "timeout": 5 } ], "PreCompact": [ { "type": "command", "command": ".agents/hooks/pre-compact.sh", "timeout": 10 } ], "Stop": [ { "type": "command", "command": ".agents/hooks/stop.sh", "timeout": 5 } ] } }