Commit Graph

1 Commits

  • Add native PowerShell installer for Windows
    Features:
    - Automatic download of repository from GitHub
    - Full installation of all components (skills, agents, hooks, commands, plugins, scripts)
    - Claude Code detection and optional installation via npm
    - Dependency checking (Node.js, Git, Python, Ralph Orchestrator)
    - Automatic backup of existing configuration
    - Color-coded output for better user experience
    - Error handling with clear messages
    
    Usage:
      irm https://.../install-windows.ps1 | pwsh -ExecutionPolicy Bypass -
      OR right-click "Run with PowerShell"
    
    Updated README with PowerShell installer as Option 1 (recommended)
    Updated WordPress article with Windows PowerShell option
    
    Co-Authored-By: Claude <noreply@anthropic.com>