Files
gh-warrenzhu050413-warren-c…/hooks/hooks.json
2025-11-30 09:05:19 +08:00

16 lines
270 B
JSON

{
"hooks": {
"UserPromptSubmit": [
{
"matcher": ".*",
"hooks": [
{
"type": "command",
"command": "python3 ${CLAUDE_PLUGIN_ROOT}/scripts/snippets/snippet_injector.py"
}
]
}
]
}
}