Changes:
- Windows PowerShell installers now tried BEFORE ecosystem detection
- Fixes taplo trying cargo (slow/fails) instead of PowerShell (fast/works)
Priority order on Windows:
1. System package manager (winget/choco)
2. PowerShell installers (NEW: moved up!)
3. Ecosystem (cargo/gem/go) - fallback only
Why this matters:
- PowerShell: Download pre-built binaries (fast, reliable)
- Cargo/gem: Compile from source (slow, often fails/timeouts)
- taplo will now use PowerShell installer, not cargo
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>