@claude-flow/cli 3.42.5 → 3.44.0

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.42.5",
3
+ "version": "3.44.0",
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",
@@ -143,12 +143,16 @@
143
143
  },
144
144
  "peerDependencies": {
145
145
  "@metaharness/router": "^0.4.0",
146
+ "@ruvector/typesafe": "^0.1.0",
146
147
  "metaharness": "^0.4.1"
147
148
  },
148
149
  "peerDependenciesMeta": {
149
150
  "@metaharness/router": {
150
151
  "optional": true
151
152
  },
153
+ "@ruvector/typesafe": {
154
+ "optional": true
155
+ },
152
156
  "metaharness": {
153
157
  "optional": true
154
158
  }