npx claudepluginhub lledellebell/glean --plugin glean-coreDefined in hooks/hooks.json
{
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "node ${CLAUDE_PLUGIN_ROOT}/hooks/auto-harvest.js"
}
]
}
],
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "node ${CLAUDE_PLUGIN_ROOT}/hooks/review-reminder.js"
}
]
}
]
}"Runs bun install --production for dependencies on SessionStart, then executes progress-hooks.ts on SessionStart and Stop."