npx claudepluginhub maxwell-thom/kantban-plugin --plugin kantbanDefined in hooks/hooks.json
{
"SessionStart": [
{
"hooks": [
{
"type": "command",
"async": true,
"command": "node \"${CLAUDE_PLUGIN_ROOT}/hooks/scripts/session-context.cjs\""
}
],
"matcher": ""
}
]
}"Runs setup-container.sh script on SessionStart to initialize a container environment for the coding session. No bash execution or file writes."