From 549e6e70e45bce0e340017da7f9fea9a9389f340 Mon Sep 17 00:00:00 2001 From: catlog22 Date: Tue, 13 Jan 2026 16:01:08 +0800 Subject: [PATCH] chore: bump version to 6.3.24 Co-Authored-By: Claude Opus 4.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b20e0e43..f62338d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "claude-code-workflow", - "version": "6.3.23", + "version": "6.3.24", "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",