fix: 添加 ccw/package.json 到发布文件列表

This commit is contained in:
catlog22
2025-12-07 22:59:43 +08:00
parent 5dca69fbec
commit 0f469e225b

View File

@@ -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/",