{
  "hooks": {
    "SessionStart": [
      {
        "hooks": [
          {
            "type": "command",
            "command": "echo '🔧 AI Engineering System loaded. Key commands: /plan, /work, /review, /research'"
          }
        ]
      }
    ],
    "Stop": [
      {
        "hooks": [
          {
            "type": "command",
            "command": "$CLAUDE_PLUGIN_DIR/hooks/cooking-stop-hook.sh"
          }
        ]
      }
    ]
  }
}