Files
2025-11-30 08:44:32 +08:00

15 lines
322 B
JSON

{
"hooks": [
{
"event": "PreToolUse",
"command": "echo 'About to use tool: ${TOOL_NAME}'",
"description": "Log before tool execution"
},
{
"event": "PostToolUse",
"command": "echo 'Finished using tool: ${TOOL_NAME}'",
"description": "Log after tool execution"
}
]
}