{ "enabledPlugins": { "beads@beads-marketplace": false }, "hooks": { "SessionStart": [ { "matcher": "", "hooks": [ { "type": "command", "command": "bash ~/.claude/hooks/session-start.sh && gt nudge deacon session-started" } ] } ], "PreCompact": [ { "matcher": "", "hooks": [ { "type": "command", "command": "bash ~/.claude/hooks/session-start.sh" } ] } ], "UserPromptSubmit": [ { "matcher": "", "hooks": [ { "type": "command", "command": "gt mail check --inject" } ] } ], "Stop": [ { "matcher": "", "hooks": [ { "type": "command", "command": "gt costs record" } ] } ] } }