claude-code-workflow 6.2.3 → 6.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/ccw/package.json +1 -1
  2. package/package.json +5 -2
package/ccw/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-code-workflow",
3
- "version": "6.2.3",
3
+ "version": "6.2.4",
4
4
  "description": "Claude Code Workflow CLI - Dashboard viewer for workflow sessions and reviews",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-code-workflow",
3
- "version": "6.2.3",
3
+ "version": "6.2.4",
4
4
  "description": "JSON-driven multi-agent development framework with intelligent CLI orchestration (Gemini/Qwen/Codex), context-first architecture, and automated workflow execution",
5
5
  "type": "module",
6
6
  "main": "ccw/src/index.js",
@@ -28,6 +28,8 @@
28
28
  "node": ">=16.0.0"
29
29
  },
30
30
  "dependencies": {
31
+ "@modelcontextprotocol/sdk": "^1.0.4",
32
+ "better-sqlite3": "^11.7.0",
31
33
  "boxen": "^7.1.0",
32
34
  "chalk": "^5.3.0",
33
35
  "commander": "^11.0.0",
@@ -36,7 +38,8 @@
36
38
  "gradient-string": "^2.0.2",
37
39
  "inquirer": "^9.2.0",
38
40
  "open": "^9.1.0",
39
- "ora": "^7.0.0"
41
+ "ora": "^7.0.0",
42
+ "zod": "^4.1.13"
40
43
  },
41
44
  "files": [
42
45
  "ccw/bin/",