Files

17 lines
322 B
JSON

{
"description": "General development hooks for code quality",
"hooks": {
"PreToolUse": [
{
"matcher": "Bash",
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/scripts/enforce_rg_over_grep.py"
}
]
}
]
}
}