diff --git a/.claude/settings.json b/.claude/settings.json index 15a2cb1b..6057ec89 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -1,4 +1,17 @@ { "enabledMcpjsonServers": ["astro-docs"], - "enableAllProjectMcpServers": true + "enableAllProjectMcpServers": true, + "hooks": { + "SessionStart": [ + { + "hooks": [ + { + "type": "command", + "command": "npx -y gh-setup-hooks", + "timeout": 120 + } + ] + } + ] + } }