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",
|
"name": "claude-code-workflow",
|
||||||
"version": "6.2.1",
|
"version": "6.2.2",
|
||||||
"description": "Claude Code Workflow CLI - Dashboard viewer for workflow sessions and reviews",
|
"description": "Claude Code Workflow CLI - Dashboard viewer for workflow sessions and reviews",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "claude-code-workflow",
|
"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",
|
"description": "JSON-driven multi-agent development framework with intelligent CLI orchestration (Gemini/Qwen/Codex), context-first architecture, and automated workflow execution",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "ccw/src/index.js",
|
"main": "ccw/src/index.js",
|
||||||
@@ -40,6 +40,7 @@
|
|||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"ccw/bin/",
|
"ccw/bin/",
|
||||||
|
"ccw/dist/",
|
||||||
"ccw/src/",
|
"ccw/src/",
|
||||||
"ccw/package.json",
|
"ccw/package.json",
|
||||||
".claude/agents/",
|
".claude/agents/",
|
||||||
|
|||||||
Reference in New Issue
Block a user