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.
- package/.claude/commands/github/code-review-swarm.md +1 -1
- package/.claude/commands/github/release-manager.md +2 -2
- package/.claude/commands/github/release-swarm.md +1 -1
- package/.claude/commands/github/repo-architect.md +2 -2
- package/.claude/commands/github/swarm-pr.md +1 -1
- package/.claude/commands/github/workflow-automation.md +2 -2
- package/package.json +1 -1
- package/v3/@claude-flow/cli/package.json +1 -1
|
@@ -310,9 +310,9 @@ jobs:
|
|
|
310
310
|
release-validation:
|
|
311
311
|
runs-on: ubuntu-latest
|
|
312
312
|
steps:
|
|
313
|
-
- uses: actions/checkout@
|
|
313
|
+
- uses: actions/checkout@v4
|
|
314
314
|
- name: Setup Node.js
|
|
315
|
-
uses: actions/setup-node@
|
|
315
|
+
uses: actions/setup-node@v4
|
|
316
316
|
with:
|
|
317
317
|
node-version: '20'
|
|
318
318
|
- name: Install and Test
|
|
@@ -153,8 +153,8 @@ jobs:
|
|
|
153
153
|
test:
|
|
154
154
|
runs-on: ubuntu-latest
|
|
155
155
|
steps:
|
|
156
|
-
- uses: actions/checkout@
|
|
157
|
-
- uses: actions/setup-node@
|
|
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",
|
|
@@ -15,7 +15,7 @@ jobs:
|
|
|
15
15
|
swarm-analysis:
|
|
16
16
|
runs-on: ubuntu-latest
|
|
17
17
|
steps:
|
|
18
|
-
- uses: actions/checkout@
|
|
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@
|
|
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.
|
|
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.
|
|
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",
|