2026-02-04 17:13:58 +01:00
|
|
|
{
|
|
|
|
|
"hooks": {
|
|
|
|
|
"SessionStart": [
|
|
|
|
|
{ "hooks": [{ "type": "command", "command": "beans prime" }] }
|
|
|
|
|
],
|
|
|
|
|
"PreCompact": [
|
|
|
|
|
{ "hooks": [{ "type": "command", "command": "beans prime" }] }
|
2026-03-20 22:11:39 +01:00
|
|
|
],
|
2026-03-21 10:45:58 +01:00
|
|
|
"PreToolUse": [
|
2026-03-20 22:11:39 +01:00
|
|
|
{
|
|
|
|
|
"matcher": "Bash",
|
|
|
|
|
"hooks": [
|
|
|
|
|
{
|
|
|
|
|
"type": "command",
|
2026-03-21 10:45:58 +01:00
|
|
|
"command": ".claude/guard-branch.sh",
|
|
|
|
|
"statusMessage": "Checking branch protection..."
|
2026-03-20 22:11:39 +01:00
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
2026-02-04 17:13:58 +01:00
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|