Event Hooks

error-memory

1 event · 2 hooks

From error-memory
Install
1
Run in your terminal
$
npx claudepluginhub mwguerra/claude-code-plugins --plugin error-memory
Risk Indicators
Executes bash commands
Source

Defined in hooks/hooks.json

Configuration
{
  "PostToolUse": [
    {
      "hooks": [
        {
          "type": "command",
          "command": "bash \"${CLAUDE_PLUGIN_ROOT}/hooks/scripts/search-on-error.sh\"",
          "timeout": 5000
        }
      ],
      "matcher": "Bash",
      "description": "Check bash command output for errors and search memory"
    },
    {
      "hooks": [
        {
          "type": "command",
          "command": "bash \"${CLAUDE_PLUGIN_ROOT}/hooks/scripts/search-on-error.sh\"",
          "timeout": 5000
        }
      ],
      "matcher": "mcp__.*playwright.*",
      "description": "Check Playwright browser output for errors"
    }
  ]
}
Summary
{
  "riskFlags": {
    "touchesBash": true,
    "matchAllTools": false,
    "touchesFileWrites": false
  },
  "typeStats": {
    "command": 2
  },
  "eventStats": {
    "PostToolUse": 2
  },
  "originCounts": {
    "absolutePaths": 0,
    "pluginScripts": 2,
    "projectScripts": 0
  },
  "timeoutStats": {
    "commandsWithoutTimeout": 0
  }
}
Stats
Parent Repo Stars18
Parent Repo Forks5
Last CommitJan 28, 2026