2026-07-07 14:05:36 -07:00
|
|
|
{
|
|
|
|
|
"hooks": {
|
|
|
|
|
"UserPromptSubmit": [
|
|
|
|
|
{
|
|
|
|
|
"hooks": [
|
|
|
|
|
{
|
|
|
|
|
"type": "command",
|
2026-07-07 15:02:40 -07:00
|
|
|
"command": "\"${CLAUDE_PLUGIN_ROOT}/scripts/beardrive-sync.sh\"",
|
2026-07-07 14:05:36 -07:00
|
|
|
"timeout": 30,
|
2026-07-07 15:02:40 -07:00
|
|
|
"statusMessage": "beardrive: pulling latest files"
|
2026-07-07 14:05:36 -07:00
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
],
|
2026-07-11 14:54:32 -07:00
|
|
|
"PostToolUse": [
|
|
|
|
|
{
|
2026-07-13 15:05:05 -07:00
|
|
|
"matcher": "Read|Grep|Bash",
|
2026-07-11 14:54:32 -07:00
|
|
|
"hooks": [
|
|
|
|
|
{
|
|
|
|
|
"type": "command",
|
|
|
|
|
"command": "\"${CLAUDE_PLUGIN_ROOT}/scripts/beardrive-read.sh\"",
|
|
|
|
|
"async": true
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
],
|
2026-07-07 14:05:36 -07:00
|
|
|
"Stop": [
|
|
|
|
|
{
|
|
|
|
|
"hooks": [
|
|
|
|
|
{
|
|
|
|
|
"type": "command",
|
2026-07-07 15:02:40 -07:00
|
|
|
"command": "\"${CLAUDE_PLUGIN_ROOT}/scripts/beardrive-sync.sh\"",
|
2026-07-07 14:05:36 -07:00
|
|
|
"async": true
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|