@claude-flow/cli 3.5.64 → 3.5.66

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/cli",
3
- "version": "3.5.64",
3
+ "version": "3.5.66",
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",
@@ -100,20 +100,21 @@
100
100
  "semver": "^7.6.0"
101
101
  },
102
102
  "optionalDependencies": {
103
- "agentdb": "^3.0.0-alpha.11",
104
103
  "@claude-flow/aidefence": "^3.0.2",
105
104
  "@claude-flow/codex": "^3.0.0-alpha.8",
106
105
  "@claude-flow/embeddings": "^3.0.0-alpha.12",
107
106
  "@claude-flow/guidance": "^3.0.0-alpha.1",
108
107
  "@claude-flow/memory": "^3.0.0-alpha.12",
109
108
  "@claude-flow/plugin-gastown-bridge": "^0.1.3",
110
- "agentic-flow": "^3.0.0-alpha.1",
111
- "@ruvector/attention": "^0.1.4",
109
+ "@ruvector/attention": "^0.1.32",
110
+ "@ruvector/attention-darwin-arm64": "0.1.32",
112
111
  "@ruvector/learning-wasm": "^0.1.29",
113
112
  "@ruvector/router": "^0.1.30",
114
- "@ruvector/rvagent-wasm": "^0.1.0",
115
113
  "@ruvector/ruvllm-wasm": "^2.0.2",
116
- "@ruvector/sona": "^0.1.5"
114
+ "@ruvector/rvagent-wasm": "^0.1.0",
115
+ "@ruvector/sona": "^0.1.5",
116
+ "agentdb": "^3.0.0-alpha.11",
117
+ "agentic-flow": "^3.0.0-alpha.1"
117
118
  },
118
119
  "publishConfig": {
119
120
  "access": "public",