Changes
Deprecated
- Coordinator Agent -
coordinatorAgentandORCHESTRATOR_SISYPHUS_PROMPT_METADATAare deprecated and will be removed in v4.0.0. Backward-compatible stubs provided.
Fixed
- Documentation Consistency - Fixed misleading "Combine them" multi-skill documentation; clarified ralph includes ultrawork automatically
- Skill Count - Fixed documented skill count from 35 to 37
- Missing Agent Exports - Added 9 missing agent exports:
explore-high,security-reviewer,security-reviewer-low,build-fixer,build-fixer-low,tdd-guide,tdd-guide-low,code-reviewer,code-reviewer-low
Changed
- Agent Prompt Architecture - Migrated all 12 base agent prompts from hardcoded TypeScript to dynamic loading from
agents/*.mdfiles vialoadAgentPrompt()with path traversal security hardening - Public API -
loadAgentPrompt()exported from main entry point - Model Routing - Removed dead coordinator references and
isFixedTierAgent() - Task Decomposer - Renamed
requiresCoordinatortorequiresOrchestration
Added
- CI Validation Tests - Agent registry and prompt loading validation tests
Install/Update
npm install -g oh-my-claude-sisyphus@3.8.10Or reinstall the plugin:
claude /install-plugin oh-my-claudecodeFull Changelog: v3.8.9...v3.8.10