@claude-flow/cli 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.
@@ -577,9 +577,9 @@ jobs:
577
577
  release-validation:
578
578
  runs-on: ubuntu-latest
579
579
  steps:
580
- - uses: actions/checkout@v3
580
+ - uses: actions/checkout@v4
581
581
  - name: Setup Node.js
582
- uses: actions/setup-node@v3
582
+ uses: actions/setup-node@v4
583
583
  with:
584
584
  node-version: '20'
585
585
  - name: Install and Test
@@ -312,7 +312,7 @@ jobs:
312
312
  release-swarm:
313
313
  runs-on: ubuntu-latest
314
314
  steps:
315
- - uses: actions/checkout@v3
315
+ - uses: actions/checkout@v4
316
316
  with:
317
317
  fetch-depth: 0
318
318
 
@@ -184,8 +184,8 @@ jobs:
184
184
  test:
185
185
  runs-on: ubuntu-latest
186
186
  steps:
187
- - uses: actions/checkout@v3
188
- - uses: actions/setup-node@v3
187
+ - uses: actions/checkout@v4
188
+ - uses: actions/setup-node@v4
189
189
  with: { node-version: '20' }
190
190
  - run: npm install && npm test`,
191
191
  message: "ci: Standardize integration workflow across repositories",
@@ -80,7 +80,7 @@ jobs:
80
80
  swarm-handler:
81
81
  runs-on: ubuntu-latest
82
82
  steps:
83
- - uses: actions/checkout@v3
83
+ - uses: actions/checkout@v4
84
84
  - name: Handle Swarm Command
85
85
  run: |
86
86
  if [[ "${{ github.event.comment.body }}" == /swarm* ]]; then
@@ -320,7 +320,7 @@ jobs:
320
320
  swarm-analysis:
321
321
  runs-on: ubuntu-latest
322
322
  steps:
323
- - uses: actions/checkout@v3
323
+ - uses: actions/checkout@v4
324
324
 
325
325
  - name: Initialize Swarm
326
326
  uses: ruvnet/swarm-action@v1
@@ -368,7 +368,7 @@ jobs:
368
368
  detect-and-build:
369
369
  runs-on: ubuntu-latest
370
370
  steps:
371
- - uses: actions/checkout@v3
371
+ - uses: actions/checkout@v4
372
372
 
373
373
  - name: Detect Languages
374
374
  id: detect
package/package.json CHANGED
@@ -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",