From eeb90949ce2ed3adfa7225ab6fc9e33095b7c964 Mon Sep 17 00:00:00 2001 From: catlog22 Date: Fri, 16 Jan 2026 14:09:09 +0800 Subject: [PATCH] chore: bump version to 6.3.32 - Fix: Dashboard project overview display issue (#80) - Refactor: Update project structure to use project-tech.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1ccbd908..ed1cf4fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "claude-code-workflow", - "version": "6.3.31", + "version": "6.3.32", "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",