Summary
Add first-class Windows support for Ralph, enabling users to run Ralph natively on Windows without WSL2.
Background
PR #86 by @danielcrenna proposed comprehensive Windows support including:
- PowerShell/CMD wrappers for ralph commands
- Windows Terminal split-pane monitoring (alternative to tmux)
- Cross-platform platform utilities for OS/multiplexer detection
- Windows-specific installation scripts
Scope
This is a significant enhancement that requires architectural assessment before implementation:
- Platform abstraction layer - How to cleanly separate platform-specific code
- Testing strategy - CI/CD for Windows (GitHub Actions Windows runners)
- Dependency management - Windows equivalents for bash, jq, tmux
- Documentation - Windows-specific installation and usage guides
Prior Art
Priority
P3 - Enhancement (not blocking core functionality)
Labels
- enhancement
- platform: windows
Summary
Add first-class Windows support for Ralph, enabling users to run Ralph natively on Windows without WSL2.
Background
PR #86 by @danielcrenna proposed comprehensive Windows support including:
Scope
This is a significant enhancement that requires architectural assessment before implementation:
Prior Art
Priority
P3 - Enhancement (not blocking core functionality)
Labels