What's Changed
- feat: add ralph plan and ralph task commands for SOP-driven sessions by @mikeyobrien in #63
- feat(adapters): add GitHub Copilot CLI backend support by @mikeyobrien in #64
New Commands
# Start an interactive PDD planning session
ralph plan "build a REST API"
# Generate code task files from descriptions
ralph task "add authentication"New Backend: Copilot CLI
GitHub Copilot CLI is now supported as a backend:
cli:
backend: copilotInstallation
cargo install ralph-cli
# or
npm install -g @ralph-orchestrator/ralphFull Changelog: v2.0.7...v2.0.8