Skip to content

v6.3.6 - Issue Workflow

Choose a tag to compare

@catlog22 catlog22 released this 27 Dec 03:51
· 193 commits to main since this release

🎯 Issue Workflow - Complete Issue Management System

This release introduces a comprehensive issue management workflow for structured problem-solving and task execution.

✨ New Features

Issue Management Commands

  • /issue:plan - Plan issues with AI-powered solution generation
  • /issue:queue - Generate execution queue from bound solutions
  • /issue:execute - Execute queue with orchestrated codex/gemini instances
  • /issue:manage - Interactive issue management interface
  • /issue:new - Create new issues with auto-generated IDs

Dashboard Issue Manager

  • Issue List View: View all issues with status, priority, and solution counts
  • Solution Detail Viewer: Parse and display solution JSON with expandable task cards
  • Queue Management: Create, refresh, and regenerate execution queues
  • Search & Filter: Find issues quickly with search functionality
  • Issue Creation: Create issues with auto-generated unique IDs (ISSUE-YYYYMMDD-XXX)

CLI Endpoints

  • ccw issue next - Fetch next ready task from queue
  • ccw issue complete <queue-id> - Mark task as completed
  • ccw issue fail <queue-id> - Mark task as failed
  • ccw issue queue list - View queue status
  • ccw issue retry - Retry failed tasks

Codex Integration

  • New /prompts:issue-execute for Codex sequential execution
  • Full lifecycle support: IMPLEMENT β†’ TEST β†’ VERIFY β†’ COMMIT
  • Git commit after each task completion
  • Endpoint-driven task fetching (no file reading)

πŸ“¦ Storage Format

  • JSONL-based storage for issues and solutions
  • Flat file structure for easy inspection and debugging
  • Queue JSON for execution order and dependencies

🌐 i18n Support

  • Full English and Chinese translations for all issue workflow UI

πŸ“š Documentation

  • Complete command reference in .claude/commands/issue/
  • Codex prompt in .codex/prompts/issue-execute.md

Full Changelog: v6.3.5...v6.3.6