Event Hooks

beads-compound

4 events · 4 hooks

Install
1
Install the plugin
$
npx claudepluginhub roberto-mello/lavra --plugin beads-compound

Want just this hook?

Add to a custom plugin, then install with one command.

Risk Indicators
Executes bash commands
Source

Defined in hooks/hooks.json

Configuration
{
  "PostToolUse": [
    {
      "hooks": [
        {
          "type": "command",
          "async": true,
          "command": "${CLAUDE_PLUGIN_ROOT}/hooks/memory-capture.sh"
        }
      ],
      "matcher": "Bash"
    }
  ],
  "SessionStart": [
    {
      "hooks": [
        {
          "type": "command",
          "async": true,
          "command": "${CLAUDE_PLUGIN_ROOT}/hooks/auto-recall.sh"
        }
      ]
    }
  ],
  "SubagentStop": [
    {
      "hooks": [
        {
          "type": "command",
          "command": "${CLAUDE_PLUGIN_ROOT}/hooks/subagent-wrapup.sh"
        }
      ]
    }
  ],
  "TeammateIdle": [
    {
      "hooks": [
        {
          "type": "command",
          "command": "${CLAUDE_PLUGIN_ROOT}/hooks/teammate-idle-check.sh"
        }
      ]
    }
  ]
}
Summary
{
  "riskFlags": {
    "touchesBash": true,
    "matchAllTools": false,
    "touchesFileWrites": false
  },
  "typeStats": {
    "command": 4
  },
  "eventStats": {
    "PostToolUse": 1,
    "SessionStart": 1,
    "SubagentStop": 1,
    "TeammateIdle": 1
  },
  "originCounts": {
    "absolutePaths": 0,
    "pluginScripts": 4,
    "projectScripts": 0
  },
  "timeoutStats": {
    "commandsWithoutTimeout": 4
  }
}
Stats
Stars23
Forks0
Last CommitFeb 17, 2026
Actions

Similar Hooks