AI
AIGIT · AI 工具站
aigit.cc
首页
精品推荐
AI成品工具
提示词
返回 last30days-skill
hooks.json
根目录
/
hooks
/
hooks.json
1
{
2
"hooks": {
3
"SessionStart": [
4
{
5
"matcher": "",
6
"hooks": [
7
{
8
"type": "command",
9
"command": "bash \"${CLAUDE_PLUGIN_ROOT:-${extensionPath:-.}}/hooks/scripts/check-config.sh\""
10
}
11
]
12
}
13
]
14
}
15
}
16
16 lines
JSON