@claude-flow/cli 3.38.18 → 3.38.19

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.
@@ -1 +1 @@
1
- 3.38.17
1
+ 3.38.18
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "manifest": {
3
- "version": "3.38.18",
3
+ "version": "3.38.19",
4
4
  "files": {
5
5
  "auto-memory-hook.mjs": "85fe05c757421c52137c0bc8545a0896bab6b4714538c2a11d1d0835bfcc8c1c",
6
6
  "hook-handler.cjs": "dae295fb9ae2626b89899c19a20cc911541af82b52d2eeb9b214d618b96e9a86",
@@ -8,6 +8,6 @@
8
8
  "statusline.cjs": "0457fe53f8cd2c56458ff178392536a5868efd1a573665fa43bc01d2d95ca677"
9
9
  }
10
10
  },
11
- "signature": "mCgWatESKDtDdtMeVGaKXIvB/oXdqJQZKmQSBUfHHYRO2IpcfDPxNSMfu0KWVpcsfKovu+LnGIaeMWzVwBdNCQ==",
11
+ "signature": "5S+Xkm6C/esSRRBwK6dMHJb3cZpmDex5iYgaXTzD9+gmb7SsbivX2rdU3LuNXh7aGl0aelQpyi/OHIGCHYkNBg==",
12
12
  "algorithm": "ed25519"
13
13
  }
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "schemaVersion": 1,
3
3
  "generation": 5,
4
- "generatedAt": "2026-08-22T16:23:54.994Z",
5
- "gitSha": "c3132764",
4
+ "generatedAt": "2026-08-22T16:29:46.759Z",
5
+ "gitSha": "127a6546",
6
6
  "catalog": {
7
7
  "agents": 165,
8
8
  "tools": 397,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@claude-flow/cli",
3
- "version": "3.38.18",
3
+ "version": "3.38.19",
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",
@@ -124,11 +124,12 @@
124
124
  "toml": "^3.0.0",
125
125
  "ws": "^8.21.0",
126
126
  "yaml": "^2.8.0",
127
- "zod": "^3.22.0"
127
+ "zod": "^3.22.0",
128
+ "@claude-flow/memory": "^3.0.0-alpha.23"
128
129
  },
129
130
  "optionalDependencies": {
130
131
  "@agntcy/slim-bindings": "2.0.0-alpha.5",
131
- "@claude-flow/memory": "^3.0.0-alpha.22",
132
+ "@claude-flow/memory": "^3.0.0-alpha.23",
132
133
  "@metaharness/darwin": "~0.9.0",
133
134
  "@metaharness/flywheel": "~0.1.10",
134
135
  "@metaharness/radio": "~0.1.0",