1 line
625 B
JSON
1 line
625 B
JSON
{"content": "{\n \"description\": \"Show notification before any Bash command execution for security awareness. This hook displays a simple echo message '🔔 About to run bash command...' before Claude executes any bash command, giving you visibility into when system commands are about to run. Useful for monitoring and auditing command execution.\",\n \"hooks\": {\n \"PreToolUse\": [\n {\n \"matcher\": \"Bash\",\n \"hooks\": [\n {\n \"type\": \"command\",\n \"command\": \"echo '🔔 About to run bash command...'\"\n }\n ]\n }\n ]\n }\n}"} |