Skip to content

Release v11.4.3

Choose a tag to compare

@marcusgoll marcusgoll released this 14 Dec 21:08
· 20 commits to main since this release

[11.4.3] - 2025-12-14

🔧 Refactored

Command Organization & Worktree Centralization

  • Epic commands relocated: Moved epic.md and implement-epic.md from epic/ to core/ directory for consistency
  • Worktree handling centralized: Extracted inline worktree logic to dedicated skill (.claude/skills/worktree-context/SKILL.md)
    • Phase commands now delegate to skill instead of inline bash
    • ~60% reduction in command complexity
  • Help agent added: New help-agent.md for /help command support
  • Workflow detection enhanced: Updated patterns in workflow-detection skill

🐛 Fixed

  • Build validation: Updated requiredFiles paths for relocated epic commands
  • Project references: Corrected non-existent project-architect agent references
  • Meta references: Fixed stale state.yaml path references in context.md
  • Infrastructure: Removed references to non-existent workflow-auditor agent
  • Deployment workflow: Repaired broken command references
  • Constitution paths: Corrected path references and cleaned up orphaned commands

🗑️ Chores

  • Archived commands cleanup: Deleted 44 files (~90% reduction in archived commands)