feat: 更新版本号至 6.2.2,并添加 dist 目录到文件列表

This commit is contained in:
catlog22
2025-12-22 12:06:59 +08:00
parent 624f9f18b4
commit ba23244876
2 changed files with 3 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "claude-code-workflow",
"version": "6.2.1",
"version": "6.2.2",
"description": "Claude Code Workflow CLI - Dashboard viewer for workflow sessions and reviews",
"type": "module",
"main": "dist/index.js",

View File

@@ -1,6 +1,6 @@
{
"name": "claude-code-workflow",
"version": "6.2.0",
"version": "6.2.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",
@@ -40,6 +40,7 @@
},
"files": [
"ccw/bin/",
"ccw/dist/",
"ccw/src/",
"ccw/package.json",
".claude/agents/",