Files
gh-balabis-plugins-concise-…/hooks/hooks.json
2025-11-29 17:59:36 +08:00

15 lines
226 B
JSON

{
"hooks": {
"UserPromptSubmit": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/prompt-concise.sh"
}
]
}
]
}
}