diff --git a/.claude/settings.json b/.claude/settings.json deleted file mode 100644 index 21668ce7..00000000 --- a/.claude/settings.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "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" - } - ] - } - ] - } -}