{ "hooks": { "UserPromptSubmit": [ { "hooks": [ { "type": "command", "command": "\"${CLAUDE_PLUGIN_ROOT}/scripts/beardrive-sync.sh\"", "timeout": 30, "statusMessage": "beardrive: pulling latest files" } ] } ], "PostToolUse": [ { "matcher": "Read", "hooks": [ { "type": "command", "command": "\"${CLAUDE_PLUGIN_ROOT}/scripts/beardrive-read.sh\"", "async": true } ] } ], "Stop": [ { "hooks": [ { "type": "command", "command": "\"${CLAUDE_PLUGIN_ROOT}/scripts/beardrive-sync.sh\"", "async": true } ] } ] } }