Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:28:04 +08:00
commit bd1bce2771
4 changed files with 73 additions and 0 deletions

14
hooks/hooks.json Normal file
View File

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