Files
gh-wielandbrendel-research-…/hooks/hooks.json
2025-11-30 09:06:16 +08:00

16 lines
286 B
JSON

{
"hooks": {
"UserPromptSubmit": [
{
"matcher": ".*",
"hooks": [
{
"type": "command",
"command": "uv run \"${CLAUDE_PLUGIN_ROOT}/scripts/init_project.py\"",
"timeout": 10
}
]
}
]
}
}