diff --git a/package.json b/package.json index 26f6c993..893016e6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "claude-code-workflow", - "version": "6.0.1", + "version": "6.0.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", @@ -41,6 +41,7 @@ "files": [ "ccw/bin/", "ccw/src/", + "ccw/package.json", ".claude/agents/", ".claude/commands/", ".claude/output-styles/",