claude-flow 3.7.0-alpha.74 → 3.7.0-alpha.75

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.
@@ -243,7 +243,7 @@ jobs:
243
243
  swarm-review:
244
244
  runs-on: ubuntu-latest
245
245
  steps:
246
- - uses: actions/checkout@v3
246
+ - uses: actions/checkout@v4
247
247
  with:
248
248
  fetch-depth: 0
249
249
 
@@ -310,9 +310,9 @@ jobs:
310
310
  release-validation:
311
311
  runs-on: ubuntu-latest
312
312
  steps:
313
- - uses: actions/checkout@v3
313
+ - uses: actions/checkout@v4
314
314
  - name: Setup Node.js
315
- uses: actions/setup-node@v3
315
+ uses: actions/setup-node@v4
316
316
  with:
317
317
  node-version: '20'
318
318
  - name: Install and Test
@@ -273,7 +273,7 @@ jobs:
273
273
  release-swarm:
274
274
  runs-on: ubuntu-latest
275
275
  steps:
276
- - uses: actions/checkout@v3
276
+ - uses: actions/checkout@v4
277
277
  with:
278
278
  fetch-depth: 0
279
279
 
@@ -153,8 +153,8 @@ jobs:
153
153
  test:
154
154
  runs-on: ubuntu-latest
155
155
  steps:
156
- - uses: actions/checkout@v3
157
- - uses: actions/setup-node@v3
156
+ - uses: actions/checkout@v4
157
+ - uses: actions/setup-node@v4
158
158
  with: { node-version: '20' }
159
159
  - run: npm install && npm test`,
160
160
  message: "ci: Standardize integration workflow across repositories",
@@ -44,7 +44,7 @@ jobs:
44
44
  swarm-handler:
45
45
  runs-on: ubuntu-latest
46
46
  steps:
47
- - uses: actions/checkout@v3
47
+ - uses: actions/checkout@v4
48
48
  - name: Handle Swarm Command
49
49
  run: |
50
50
  if [[ "${{ github.event.comment.body }}" == /swarm* ]]; then
@@ -15,7 +15,7 @@ jobs:
15
15
  swarm-analysis:
16
16
  runs-on: ubuntu-latest
17
17
  steps:
18
- - uses: actions/checkout@v3
18
+ - uses: actions/checkout@v4
19
19
 
20
20
  - name: Initialize Swarm
21
21
  uses: ruvnet/swarm-action@v1
@@ -63,7 +63,7 @@ jobs:
63
63
  detect-and-build:
64
64
  runs-on: ubuntu-latest
65
65
  steps:
66
- - uses: actions/checkout@v3
66
+ - uses: actions/checkout@v4
67
67
 
68
68
  - name: Detect Languages
69
69
  id: detect
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-flow",
3
- "version": "3.7.0-alpha.74",
3
+ "version": "3.7.0-alpha.75",
4
4
  "description": "Ruflo - Enterprise AI agent orchestration for Claude Code. Deploy 60+ specialized agents in coordinated swarms with self-learning, fault-tolerant consensus, vector memory, and MCP integration",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@claude-flow/cli",
3
- "version": "3.7.0-alpha.74",
3
+ "version": "3.7.0-alpha.75",
4
4
  "type": "module",
5
5
  "description": "Ruflo CLI - Enterprise AI agent orchestration with 60+ specialized agents, swarm coordination, MCP server, self-learning hooks, and vector memory for Claude Code",
6
6
  "main": "dist/src/index.js",