npx claudepluginhub ajv009/drupal-devkit --plugin drupal-canvasDefined in hooks/hooks.json
{
"SessionStart": [
{
"hooks": [
{
"type": "command",
"async": false,
"command": "\"${CLAUDE_PLUGIN_ROOT}/hooks/run-hook.cmd\" session-start"
}
],
"matcher": "startup|clear|compact"
}
]
}"Runs the run-hook.cmd script with 'session-start' argument on SessionStart events matching 'startup|clear|compact'. Synchronous command execution, no bash or file writes."