claude-code-workflow 7.1.0 → 7.2.0

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.
@@ -8,8 +8,8 @@
8
8
  <link rel="preconnect" href="https://fonts.googleapis.com" />
9
9
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
10
10
  <title>CCW Dashboard</title>
11
- <script type="module" crossorigin src="/assets/index-ClyNgM0h.js"></script>
12
- <link rel="stylesheet" crossorigin href="/assets/index-C-yxOLJx.css">
11
+ <script type="module" crossorigin src="/assets/index-CRvBZ2ek.js"></script>
12
+ <link rel="stylesheet" crossorigin href="/assets/index-D4zkLHXS.css">
13
13
  </head>
14
14
  <body class="font-sans bg-background text-foreground antialiased">
15
15
  <div id="root"></div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-code-workflow",
3
- "version": "7.1.0",
3
+ "version": "7.2.0",
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/dist/index.js",