Install the Claude Code Infrastructure via Setup Wizard
mainThe recommended way to integrate this infrastructure into your project is using the setup.ts wizard. It copies the .claude/ directory, detects your tech stack, configures your activation mode (Classic or AI-Enhanced), installs hook dependencies, and performs 8 health checks to verify the installation.
Requirements:
- Node.js 18+ (20+ recommended) and npm
- macOS, Linux, or WSL2 (hooks are bash scripts)
jq(only if enabling optional Stop hooks)
To run non-interactively (e.g., in a script), add the --yes flag.
# 1. Clone this repo
git clone https://github.com/diet103/claude-code-infrastructure-showcase.git
# 2. Run the setup wizard, pointing to YOUR project
cd claude-code-infrastructure-showcase
npx tsx setup.ts ~/my-project