Global Hook Setup One-time setup for global Claude Code hooks. These hooks work across all projects. Purpose Installs 8 project-agnostic hooks that enforce DESIGN-v2 determinism: - State machine integrity - Git hygiene - Learning layer (outcome tracking) - Session checkpoints When to Use | Situation | Action | | --------- | ------ | | First time setup | Run full setup | | /.claude/hooks/ missing | Run full setup | | After updating hooks | Re-run setup | | Manual verification | Run verify script | Quick Check Expected output: Setup Steps 1. Install Hooks This creates: - directory - 8 hook file…