mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-06-02 22:26:57 -05:00
14 lines
269 B
JSON
14 lines
269 B
JSON
{
|
|
"hooks": {
|
|
"SessionStart": [
|
|
{ "hooks": [{ "type": "command", "command": "beans prime" }] }
|
|
],
|
|
"PreCompact": [
|
|
{ "hooks": [{ "type": "command", "command": "beans prime" }] }
|
|
]
|
|
},
|
|
"enabledPlugins": {
|
|
"code-review@claude-plugins-official": true
|
|
}
|
|
}
|