🚀 Parallel Execution Revolution
This release introduces multiple parallel execution modes, major consolidations, and new infrastructure modules.
Highlights
New Execution Modes
- Ultrapilot: Parallel autopilot with up to 5 concurrent workers (3-5x faster execution)
- Swarm: N coordinated agents with atomic task claiming for high-throughput tasks
- Pipeline: Sequential agent chaining with data passing and branching logic
- Ecomode: Token-efficient parallel execution using Haiku/Sonnet routing
Unified Cancel
Smart cancellation that auto-detects which mode is active (autopilot, ralph, ultrawork, ecomode, ultraqa, swarm, ultrapilot, pipeline) and handles dependency-aware cleanup.
New Modules
| Module | Purpose |
|---|---|
verification
| Reusable verification protocols (BUILD, TEST, LINT, FUNCTIONALITY, ARCHITECT, TODO, ERROR_FREE) |
state-manager
| Standardized state file management with auto-migration |
task-decomposer
| Task decomposition for parallel execution with file ownership |
ultrapilot
| Worker orchestration and coordination |
Consolidations
| Before | After |
|---|---|
| 4 ralph-* directories | 1 unified src/hooks/ralph/
|
| 3 recovery modules | 1 unified src/hooks/recovery/
|
| 10 autopilot files | 7 files |
| 2 migration docs | 1 comprehensive MIGRATION.md |
Stats
- Skills: 37 total (7 new: cancel, ultrapilot, swarm, pipeline, ecomode, cancel-ecomode, mcp-setup)
- Agents: 30 total (1 new: explore-high for complex architectural search)
- Tests: 612 passing
- Files changed: 133 files, +9,690 lines, -2,418 lines
Installation
npx oh-my-claudecode installFull Changelog
See CHANGELOG.md for complete details.