Files
gh-thc1006-telecom-ops-clau…/hooks/hooks.json
2025-11-30 09:01:38 +08:00

15 lines
240 B
JSON

{
"hooks": {
"PostToolUse": [
{
"matcher": "*",
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/kpt-render.sh"
}
]
}
]
}
}