Remove beans hook

This commit is contained in:
Kalle 2026-01-21 17:19:13 +02:00
parent 55d87c05c1
commit c2f9aacae9

View File

@ -1,12 +1,4 @@
{
"hooks": {
"SessionStart": [
{ "hooks": [{ "type": "command", "command": "beans prime" }] }
],
"PreCompact": [
{ "hooks": [{ "type": "command", "command": "beans prime" }] }
]
},
"enabledPlugins": {
"code-review@claude-plugins-official": true
}