From 6a2909c68604392afa0219441773fdece90f432a Mon Sep 17 00:00:00 2001 From: Steve Yegge Date: Mon, 22 Dec 2025 18:01:44 -0800 Subject: [PATCH] Add Claude Code settings for zoey crew worker --- .claude/settings.json | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 .claude/settings.json 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" + } + ] + } + ] + } +}