Add Claude Code settings for zoey crew worker

This commit is contained in:
Steve Yegge
2025-12-22 18:01:44 -08:00
parent 808c33b7a0
commit 6a2909c686

40
.claude/settings.json Normal file
View File

@@ -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"
}
]
}
]
}
}