@claude-flow/cli 3.7.0-alpha.10 → 3.7.0-alpha.11

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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@claude-flow/cli",
3
- "version": "3.7.0-alpha.10",
3
+ "version": "3.7.0-alpha.11",
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",
@@ -108,7 +108,7 @@
108
108
  "@claude-flow/codex": "^3.0.0-alpha.8",
109
109
  "@claude-flow/embeddings": "^3.0.0-alpha.12",
110
110
  "@claude-flow/guidance": "^3.0.0-alpha.1",
111
- "@claude-flow/memory": "workspace:3.0.0-alpha.14",
111
+ "@claude-flow/memory": "^3.0.0-alpha.14",
112
112
  "@claude-flow/plugin-gastown-bridge": "^0.1.3",
113
113
  "@claude-flow/security": "^3.0.0-alpha.1",
114
114
  "@ruvector/attention": "^0.1.32",