From ba23244876ca21600f5b0ce818e807eb76dc6d3f Mon Sep 17 00:00:00 2001 From: catlog22 Date: Mon, 22 Dec 2025 12:06:59 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7=E8=87=B3=206.2.2=EF=BC=8C=E5=B9=B6=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=20dist=20=E7=9B=AE=E5=BD=95=E5=88=B0=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ccw/package.json | 2 +- package.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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/",