Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:27:59 +08:00
commit 96f735d5dd
21 changed files with 6447 additions and 0 deletions

18
hooks/hooks.json Normal file
View File

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