Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:58:16 +08:00
commit bfe8adc4e1
8 changed files with 397 additions and 0 deletions

26
hooks/hooks.json Normal file
View File

@@ -0,0 +1,26 @@
{
"hooks": {
"SessionStart": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/session-context.sh"
}
]
}
],
"UserPromptSubmit": [
{
"matcher": "/common:gh-pages",
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/gh-pages-context.sh"
}
]
}
]
}
}