Event Hooks

logs

2 events · 2 hooks

Install
1
Install the plugin
$
npx claudepluginhub jack-michaud/faire --plugin logs

Want just this hook?

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

Risk Indicators
Matches all tools
Source

Defined in hooks/hooks.json

Configuration
{
  "PreToolUse": [
    {
      "hooks": [
        {
          "type": "command",
          "command": "${CLAUDE_PLUGIN_ROOT}/scripts/pre_tool_use.py"
        }
      ],
      "matcher": "*"
    }
  ],
  "PostToolUse": [
    {
      "hooks": [
        {
          "type": "command",
          "command": "${CLAUDE_PLUGIN_ROOT}/scripts/post_tool_use.py"
        }
      ],
      "matcher": "*"
    }
  ]
}
Summary
{
  "riskFlags": {
    "touchesBash": false,
    "matchAllTools": true,
    "touchesFileWrites": false
  },
  "typeStats": {
    "command": 2
  },
  "eventStats": {
    "PreToolUse": 1,
    "PostToolUse": 1
  },
  "originCounts": {
    "absolutePaths": 0,
    "pluginScripts": 2,
    "projectScripts": 0
  },
  "timeoutStats": {
    "commandsWithoutTimeout": 2
  }
}
Stats
Stars5
Forks0
Last CommitDec 7, 2025
Actions

Similar Hooks