Event Hooks

zellij-workflow

9 events · 11 hooks

From zellij-workflow
Install
1
Run in your terminal
$
npx claudepluginhub dapi/claude-code-marketplace --plugin zellij-workflow
Risk Indicators
Matches all tools
Source

Defined in hooks/hooks.json

Configuration
{
  "Stop": [
    {
      "hooks": [
        {
          "type": "command",
          "command": "zellij-tab-status '○' || true"
        }
      ],
      "matcher": ""
    }
  ],
  "PreCompact": [
    {
      "hooks": [
        {
          "type": "command",
          "command": "zellij-tab-status '◌' || true"
        }
      ],
      "matcher": ""
    }
  ],
  "SessionEnd": [
    {
      "hooks": [
        {
          "type": "command",
          "command": "zellij-tab-status '○' || true"
        }
      ],
      "matcher": "clear"
    },
    {
      "hooks": [
        {
          "type": "command",
          "command": "zellij-tab-status --clear || true"
        }
      ],
      "matcher": "logout|prompt_input_exit|bypass_permissions_disabled|other"
    }
  ],
  "PostToolUse": [
    {
      "hooks": [
        {
          "type": "command",
          "command": "zellij-tab-status '◉' || true"
        }
      ],
      "matcher": ""
    }
  ],
  "SessionStart": [
    {
      "hooks": [
        {
          "type": "command",
          "command": "zellij-tab-status '◉' || true"
        }
      ],
      "matcher": "resume|compact"
    },
    {
      "hooks": [
        {
          "type": "command",
          "command": "zellij-tab-status '○' || true"
        }
      ],
      "matcher": "startup|clear"
    }
  ],
  "SubagentStart": [
    {
      "hooks": [
        {
          "type": "command",
          "command": "zellij-tab-status '◉' || true"
        }
      ],
      "matcher": ""
    }
  ],
  "UserPromptSubmit": [
    {
      "hooks": [
        {
          "type": "command",
          "command": "zellij-tab-status '◉' || true"
        }
      ],
      "matcher": ""
    }
  ],
  "PermissionRequest": [
    {
      "hooks": [
        {
          "type": "command",
          "command": "zellij-tab-status '✋' || true"
        }
      ],
      "matcher": ""
    }
  ],
  "PostToolUseFailure": [
    {
      "hooks": [
        {
          "type": "command",
          "command": "zellij-tab-status '◉' || true"
        }
      ],
      "matcher": ""
    }
  ]
}
Summary
{
  "riskFlags": {
    "touchesBash": false,
    "matchAllTools": true,
    "touchesFileWrites": false
  },
  "typeStats": {
    "command": 11
  },
  "eventStats": {
    "Stop": 1,
    "PreCompact": 1,
    "SessionEnd": 2,
    "PostToolUse": 1,
    "SessionStart": 2,
    "SubagentStart": 1,
    "UserPromptSubmit": 1,
    "PermissionRequest": 1,
    "PostToolUseFailure": 1
  },
  "originCounts": {
    "absolutePaths": 0,
    "pluginScripts": 0,
    "projectScripts": 0
  },
  "timeoutStats": {
    "commandsWithoutTimeout": 11
  }
}
Stats
Parent Repo Stars7
Parent Repo Forks0
Last CommitFeb 23, 2026