@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@
|
|
580
|
+
- uses: actions/checkout@v4
|
|
581
581
|
- name: Setup Node.js
|
|
582
|
-
uses: actions/setup-node@
|
|
582
|
+
uses: actions/setup-node@v4
|
|
583
583
|
with:
|
|
584
584
|
node-version: '20'
|
|
585
585
|
- name: Install and Test
|
|
@@ -184,8 +184,8 @@ jobs:
|
|
|
184
184
|
test:
|
|
185
185
|
runs-on: ubuntu-latest
|
|
186
186
|
steps:
|
|
187
|
-
- uses: actions/checkout@
|
|
188
|
-
- uses: actions/setup-node@
|
|
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",
|
|
@@ -320,7 +320,7 @@ jobs:
|
|
|
320
320
|
swarm-analysis:
|
|
321
321
|
runs-on: ubuntu-latest
|
|
322
322
|
steps:
|
|
323
|
-
- uses: actions/checkout@
|
|
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@
|
|
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.
|
|
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",
|