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