Event Hooks

docs

2 events · 3 hooks

From docs
Install
1
Run in your terminal
$
npx claudepluginhub bae-changhyun/cc-plugins-bch --plugin docs
Source

Defined in hooks/hooks.json

Configuration
{
  "Stop": [
    {
      "hooks": [
        {
          "type": "command",
          "command": "${CLAUDE_PLUGIN_ROOT}/scripts/notify.sh 'complete' '작업이 완료되었습니다'",
          "timeout": 5
        }
      ],
      "matcher": ""
    }
  ],
  "Notification": [
    {
      "hooks": [
        {
          "type": "command",
          "command": "${CLAUDE_PLUGIN_ROOT}/scripts/notify.sh 'permission' '권한 승인이 필요합니다'",
          "timeout": 5
        }
      ],
      "matcher": "permission_prompt"
    },
    {
      "hooks": [
        {
          "type": "command",
          "command": "${CLAUDE_PLUGIN_ROOT}/scripts/notify.sh 'idle' '입력을 기다리고 있습니다'",
          "timeout": 5
        }
      ],
      "matcher": "idle_prompt"
    }
  ]
}
Summary
{
  "riskFlags": {
    "touchesBash": false,
    "matchAllTools": false,
    "touchesFileWrites": false
  },
  "typeStats": {
    "command": 3
  },
  "eventStats": {
    "Stop": 1,
    "Notification": 2
  },
  "originCounts": {
    "absolutePaths": 0,
    "pluginScripts": 3,
    "projectScripts": 0
  },
  "timeoutStats": {
    "commandsWithoutTimeout": 0
  }
}
Stats
Parent Repo Stars3
Parent Repo Forks0
Last CommitJan 8, 2026