claude-flow 3.7.0-alpha.63 → 3.7.0-alpha.65

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.7.0-alpha.63",
3
+ "version": "3.7.0-alpha.65",
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.63",
3
+ "version": "3.7.0-alpha.65",
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",
@@ -104,14 +104,14 @@
104
104
  "semver": "^7.6.0",
105
105
  "yaml": "^2.8.0",
106
106
  "@claude-flow/memory": "^3.0.0-alpha.17",
107
- "@claude-flow/embeddings": "^3.0.0-alpha.42",
107
+ "@claude-flow/embeddings": "^3.0.0-alpha.44",
108
108
  "@claude-flow/security": "^3.0.0-alpha.8",
109
109
  "@claude-flow/swarm": "^3.0.0-alpha.8"
110
110
  },
111
111
  "optionalDependencies": {
112
112
  "@claude-flow/aidefence": "^3.0.2",
113
113
  "@claude-flow/codex": "^3.0.0-alpha.8",
114
- "@claude-flow/embeddings": "^3.0.0-alpha.42",
114
+ "@claude-flow/embeddings": "^3.0.0-alpha.44",
115
115
  "@claude-flow/guidance": "^3.0.0-alpha.1",
116
116
  "@claude-flow/memory": "^3.0.0-alpha.17",
117
117
  "@claude-flow/plugin-gastown-bridge": "^0.1.3",