Files
gh-starburst997-claude-plug…/hooks/hooks.json
2025-11-30 08:58:16 +08:00

27 lines
489 B
JSON

{
"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"
}
]
}
]
}
}