Event Hooks

agent-orchestrator

3 events · 3 hooks

From agent-orchestrator
Install
1
Run in your terminal
$
npx claudepluginhub l3digitalnet/claude-code-plugins --plugin agent-orchestrator
Risk Indicators
Modifies files
Source

Defined in hooks/hooks.json

Configuration
{
  "PreCompact": [
    {
      "hooks": [
        {
          "type": "command",
          "command": "bash ${CLAUDE_PLUGIN_ROOT}/scripts/on-pre-compact.sh"
        }
      ],
      "matcher": "auto"
    }
  ],
  "PreToolUse": [
    {
      "hooks": [
        {
          "type": "command",
          "command": "bash ${CLAUDE_PLUGIN_ROOT}/scripts/lead-write-guard.sh"
        }
      ],
      "matcher": "Write|Edit|MultiEdit|NotebookEdit|mcp__.*__(write|edit|create|update).*"
    }
  ],
  "PostToolUse": [
    {
      "hooks": [
        {
          "type": "command",
          "command": "bash ${CLAUDE_PLUGIN_ROOT}/scripts/read-counter.sh"
        }
      ],
      "matcher": "Read|View"
    }
  ]
}
Summary
{
  "riskFlags": {
    "touchesBash": false,
    "matchAllTools": false,
    "touchesFileWrites": true
  },
  "typeStats": {
    "command": 3
  },
  "eventStats": {
    "PreCompact": 1,
    "PreToolUse": 1,
    "PostToolUse": 1
  },
  "originCounts": {
    "absolutePaths": 0,
    "pluginScripts": 3,
    "projectScripts": 0
  },
  "timeoutStats": {
    "commandsWithoutTimeout": 3
  }
}
Stats
Parent Repo Stars3
Parent Repo Forks0
Last CommitFeb 16, 2026