Event Hooks

blueprints

1 event · 3 hooks

From blueprints
Install
1
Run in your terminal
$
npx claudepluginhub thebushidocollective/han --plugin blueprints
Source

Defined in hooks/hooks.json

Configuration
{
  "SessionStart": [
    {
      "hooks": [
        {
          "type": "command",
          "command": "han blueprints sync-index",
          "timeout": 10
        }
      ]
    },
    {
      "hooks": [
        {
          "type": "command",
          "command": "han hook reference hooks/blueprint-system-info.md --must-read-first \"blueprint system available\"",
          "timeout": 5
        }
      ]
    },
    {
      "hooks": [
        {
          "type": "command",
          "command": "han hook reference hooks/ensure-blueprints.md --must-read-first \"blueprints documentation requirements\"",
          "timeout": 5
        }
      ]
    }
  ]
}
Summary
{
  "riskFlags": {
    "touchesBash": false,
    "matchAllTools": false,
    "touchesFileWrites": false
  },
  "typeStats": {
    "command": 3
  },
  "eventStats": {
    "SessionStart": 3
  },
  "originCounts": {
    "absolutePaths": 0,
    "pluginScripts": 0,
    "projectScripts": 0
  },
  "timeoutStats": {
    "commandsWithoutTimeout": 0
  }
}
Stats
Parent Repo Stars106
Parent Repo Forks13
Last CommitFeb 18, 2026