claude-flow 3.5.0 → 3.5.1
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "claude-flow",
|
|
3
|
-
"version": "3.5.
|
|
3
|
+
"version": "3.5.1",
|
|
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.5.
|
|
3
|
+
"version": "3.5.1",
|
|
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",
|
|
@@ -85,19 +85,19 @@
|
|
|
85
85
|
"vitest": "^4.0.16"
|
|
86
86
|
},
|
|
87
87
|
"dependencies": {
|
|
88
|
-
"@claude-flow/aidefence": "^3.0.2",
|
|
89
|
-
"@claude-flow/guidance": "^3.0.0-alpha.1",
|
|
90
88
|
"@claude-flow/mcp": "^3.0.0-alpha.8",
|
|
91
89
|
"@claude-flow/shared": "^3.0.0-alpha.1",
|
|
92
90
|
"@noble/ed25519": "^2.1.0",
|
|
93
|
-
"agentic-flow": "^3.0.0-alpha.1",
|
|
94
91
|
"semver": "^7.6.0"
|
|
95
92
|
},
|
|
96
93
|
"optionalDependencies": {
|
|
94
|
+
"@claude-flow/aidefence": "^3.0.2",
|
|
97
95
|
"@claude-flow/codex": "^3.0.0-alpha.8",
|
|
98
96
|
"@claude-flow/embeddings": "^3.0.0-alpha.12",
|
|
97
|
+
"@claude-flow/guidance": "^3.0.0-alpha.1",
|
|
99
98
|
"@claude-flow/memory": "^3.0.0-alpha.11",
|
|
100
99
|
"@claude-flow/plugin-gastown-bridge": "^0.1.3",
|
|
100
|
+
"agentic-flow": "^3.0.0-alpha.1",
|
|
101
101
|
"@ruvector/attention": "^0.1.4",
|
|
102
102
|
"@ruvector/learning-wasm": "^0.1.29",
|
|
103
103
|
"@ruvector/router": "^0.1.27",
|