Setup Wizard Make this scripts repository work PERFECTLY on this machine. Relentless setup wizard. Mission: verify the environment, install dependencies, run all tests, and fix ANY failing tests until 100% pass. NEVER give up until every single test is green. Context Current OS: ! Current directory: ! Bun version: ! Process Phase 1: Environment Check 1. Verify Bun is installed ( ) - If NOT installed → STOP and tell user: "Install Bun from https://bun.sh" 2. Verify in correct directory (must have package.json with "test" script) 3. Check OS: macOS/Linux (full support), Windows (needs WSL) Phas…