chore(claude): add session start hook to run gh-setup-hooks (#700)

This commit is contained in:
rahim
2026-03-03 17:22:23 -08:00
committed by GitHub
parent 286243746e
commit 8bdd4ce7fa
+14 -1
View File
@@ -1,4 +1,17 @@
{
"enabledMcpjsonServers": ["astro-docs"],
"enableAllProjectMcpServers": true
"enableAllProjectMcpServers": true,
"hooks": {
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "npx -y gh-setup-hooks",
"timeout": 120
}
]
}
]
}
}