{ "hooks": { "SessionStart": [ { "matcher": "startup|resume|clear|compact", "hooks": [ { "type": "command", "command": "node \"${PLUGIN_ROOT}/hooks/session-start.mjs\"", "timeout": 3, "statusMessage": "Loading Brewcode context" } ] } ], "UserPromptSubmit": [ { "hooks": [ { "type": "command", "command": "node \"${PLUGIN_ROOT}/hooks/forced-eval.mjs\"", "timeout": 2, "statusMessage": "Checking Brewcode skills" } ] } ] } }