From ea6cb8440fa18702bb82045ee22990189887795e Mon Sep 17 00:00:00 2001 From: catlog22 Date: Sat, 24 Jan 2026 14:52:09 +0800 Subject: [PATCH] chore: bump version to 6.3.47 - Update ccw-coordinator.md with clarified CLI execution format - Command-first prompt structure: /workflow: -y - Simplified documentation with universal prompt template - Clarify that -y is a prompt parameter, not a ccw cli parameter --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6356548f..bca326ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "claude-code-workflow", - "version": "6.3.46", + "version": "6.3.47", "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",