mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-05 01:50:27 +08:00
feat: 更新版本号至 6.2.2,并添加 dist 目录到文件列表
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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/",
|
||||
|
||||
Reference in New Issue
Block a user