🎉 What's New in v3.4.1
🔄 Metadata Sync System
- Automated documentation synchronization - Keep all docs in sync automatically
scripts/sync-metadata.ts- Smart sync tool that reads package.json as single source of truth- npm scripts:
sync-metadata,sync-metadata:verify,sync-metadata:dry-run - Dynamically counts agents (32) and skills (40) from filesystem
- Comprehensive 528-line documentation in
docs/SYNC-SYSTEM.md
🆕 New Skills (3)
- build-fix - Fix TypeScript/build errors with minimal changes
- code-review - Comprehensive code review with severity ratings
- security-review - OWASP Top 10 vulnerability detection
📋 New Commands (5)
- cancel - Unified cancellation for all modes (autopilot, ralph, ultrawork, etc.)
- cancel-ecomode - Cancel ecomode (deprecated, use unified cancel)
- pipeline - Sequential agent chaining with built-in presets
- planner - Strategic planning with interview workflow
- swarm - N coordinated agents with atomic task claiming
📊 Analytics & HUD Improvements
- Token tracking and cost estimation system
- Session management with query engine
- omc-analytics CLI tool with 6 commands (stats, cost, sessions, agents, export, cleanup)
- HUD integration with analytics display
- Background task cleanup utilities
🐛 Fixed
Documentation Consistency (33 issues)
- ✅ Updated agent counts from 19/28 to 32 across all documentation
- ✅ Updated skill counts from 21/31/37 to 40 across all documentation
- ✅ Added v3.4.0 features section to docs/FULL-README.md
- ✅ Added comprehensive v3.3.x → v3.4.0 migration guide (220 lines)
- ✅ Fixed section titles ("The Twelve Agents" → "The 32 Specialized Agents")
- ✅ Documented unified cancel command with deprecation notices
- ✅ Fixed all cross-reference inconsistencies
Skill/Command Discrepancies (13 issues)
- ✅ Fixed mismatches between skills/ and commands/ directories
- ✅ All user-invocable skills now have matching command files
- ✅ Documented 5 internal/silent skills (frontend-ui-ux, git-master, orchestrate, omc-default, omc-default-global)
GitHub Metadata & Website
- ✅ Updated repository description to highlight all 5 execution modes
- ✅ Added topics: multi-agent-systems, parallel-execution, automation
- ✅ Updated oh-my-claudecode-website to v3.4.0 with all new features
📈 Stats
- 49 files changed, 6,132 insertions(+), 30 deletions(-)
- Skill count: 37 → 40
- Command count: 32 → 35
- Total agents: 32 (verified consistent)
🚀 Installation
npm install -g oh-my-claude-sisyphus@3.4.1Or update existing installation:
npm update -g oh-my-claude-sisyphus📚 Documentation
🙏 Credits
Built with ultrapilot parallel execution - 3-5x faster than sequential development!
Full Changelog: v3.4.0...v3.4.1