Skip to content
This repository was archived by the owner on Jun 18, 2026. It is now read-only.

v6.3.39 - CCW Loop-B & Config Improvements

Choose a tag to compare

@catlog22 catlog22 released this 22 Jan 15:40
· 775 commits to main since this release

What's New

🚀 New Features

  • CCW Loop-B Hybrid Orchestrator Skill - New coordinator + specialized workers architecture

    • Supports three execution modes: Interactive / Auto / Parallel
    • Specialized workers: init, develop, debug, validate, complete
    • Batch wait API for parallel execution
    • Unified state management at .workflow/.loop/
  • Intelligent Cleanup Command - Refactored for clarity and efficiency

    • Mainline detection
    • Stale artifact discovery
    • Safe execution mode
  • User Config Priority - User configuration now takes priority over default tools

    • No longer merges default tools into user config
    • Cleaner configuration management

🐛 Bug Fixes

  • envFile Support - Fixed envFile preservation in config handling

    • Include envFile in getFullConfigResponse API response
    • Preserve envFile in ensureToolTags merge function
  • Loop State Path - Unified all loop state paths to .workflow/.loop/

    • Resolves API compatibility issues
    • Consistent path across ccw-loop and ccw-loop-b skills
  • Git Bash Install - Changed default for multi-line prompt fix to false

📁 Files Changed

New Skills:

  • .codex/skills/ccw-loop-b/ - Hybrid orchestrator skill
  • .codex/agents/ccw-loop-b-*.md - 5 specialized worker agents

Updated (16 files):

  • All ccw-loop and ccw-loop-b files now use .workflow/.loop/ path

Full Changelog: v6.3.38...v6.3.39