diff --git a/.claude/settings.json b/.claude/settings.json new file mode 100644 index 00000000..1dbac45a --- /dev/null +++ b/.claude/settings.json @@ -0,0 +1,40 @@ +{ + "enabledPlugins": { + "beads@beads-marketplace": false + }, + "hooks": { + "SessionStart": [ + { + "matcher": "", + "hooks": [ + { + "type": "command", + "command": "gt prime" + } + ] + } + ], + "PreCompact": [ + { + "matcher": "", + "hooks": [ + { + "type": "command", + "command": "gt prime" + } + ] + } + ], + "UserPromptSubmit": [ + { + "matcher": "", + "hooks": [ + { + "type": "command", + "command": "gt mail check --inject" + } + ] + } + ] + } +}