Files
gh-jnlei-claude-tools-plugi…/hooks/hooks.json
2025-11-30 08:28:04 +08:00

15 lines
229 B
JSON

{
"hooks": {
"PostToolUse": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/trigger-build-resolver.sh"
}
]
}
]
}
}