Event Hooks

taskie

1 event · 1 hook

Install
1
Install the plugin
$
npx claudepluginhub ipletnjov-tw/taskie --plugin taskie

Want just this hook?

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

Source

Defined in hooks/hooks.json

Configuration
{
  "Stop": [
    {
      "hooks": [
        {
          "type": "command",
          "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/validate-ground-rules.sh",
          "timeout": 30,
          "statusMessage": "Validating plan structure..."
        }
      ]
    }
  ]
}
Summary
{
  "riskFlags": {
    "touchesBash": false,
    "matchAllTools": false,
    "touchesFileWrites": false
  },
  "typeStats": {
    "command": 1
  },
  "eventStats": {
    "Stop": 1
  },
  "originCounts": {
    "absolutePaths": 0,
    "pluginScripts": 1,
    "projectScripts": 0
  },
  "timeoutStats": {
    "commandsWithoutTimeout": 0
  }
}
Stats
Stars3
Forks0
Last CommitFeb 7, 2026
Actions

Similar Hooks