diff --git a/ccw/package.json b/ccw/package.json index d0deb291..bcd7f161 100644 --- a/ccw/package.json +++ b/ccw/package.json @@ -1,6 +1,6 @@ { "name": "claude-code-workflow", - "version": "6.2.1", + "version": "6.2.2", "description": "Claude Code Workflow CLI - Dashboard viewer for workflow sessions and reviews", "type": "module", "main": "dist/index.js", diff --git a/package.json b/package.json index 7c674303..53f83c87 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "claude-code-workflow", - "version": "6.2.0", + "version": "6.2.2", "description": "JSON-driven multi-agent development framework with intelligent CLI orchestration (Gemini/Qwen/Codex), context-first architecture, and automated workflow execution", "type": "module", "main": "ccw/src/index.js", @@ -40,6 +40,7 @@ }, "files": [ "ccw/bin/", + "ccw/dist/", "ccw/src/", "ccw/package.json", ".claude/agents/",