Files
gh-sjnims-gen-alpha-output-…/hooks/hooks.json
2025-11-30 08:57:30 +08:00

17 lines
357 B
JSON

{
"description": "Gen Alpha mode hook that adds brainrot style instructions",
"hooks": {
"SessionStart": [
{
"matcher": "startup|resume|clear|compact",
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks-handlers/session-start.sh"
}
]
}
]
}
}