@claude-flow/cli 3.5.21 → 3.5.23

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 (49) hide show
  1. package/README.md +9 -7
  2. package/dist/src/commands/hooks.d.ts.map +1 -1
  3. package/dist/src/commands/hooks.js +698 -55
  4. package/dist/src/commands/hooks.js.map +1 -1
  5. package/dist/src/commands/init.d.ts.map +1 -1
  6. package/dist/src/commands/init.js +3 -1
  7. package/dist/src/commands/init.js.map +1 -1
  8. package/dist/src/commands/neural.d.ts.map +1 -1
  9. package/dist/src/commands/neural.js +11 -5
  10. package/dist/src/commands/neural.js.map +1 -1
  11. package/dist/src/index.d.ts +1 -1
  12. package/dist/src/index.d.ts.map +1 -1
  13. package/dist/src/index.js +2 -0
  14. package/dist/src/index.js.map +1 -1
  15. package/dist/src/mcp-tools/coordination-tools.d.ts.map +1 -1
  16. package/dist/src/mcp-tools/coordination-tools.js +191 -12
  17. package/dist/src/mcp-tools/coordination-tools.js.map +1 -1
  18. package/dist/src/mcp-tools/hive-mind-tools.d.ts.map +1 -1
  19. package/dist/src/mcp-tools/hive-mind-tools.js +224 -23
  20. package/dist/src/mcp-tools/hive-mind-tools.js.map +1 -1
  21. package/dist/src/mcp-tools/memory-tools.d.ts.map +1 -1
  22. package/dist/src/mcp-tools/memory-tools.js +1 -0
  23. package/dist/src/mcp-tools/memory-tools.js.map +1 -1
  24. package/dist/src/memory/ewc-consolidation.d.ts +24 -0
  25. package/dist/src/memory/ewc-consolidation.d.ts.map +1 -1
  26. package/dist/src/memory/ewc-consolidation.js +59 -0
  27. package/dist/src/memory/ewc-consolidation.js.map +1 -1
  28. package/dist/src/memory/intelligence.d.ts +53 -0
  29. package/dist/src/memory/intelligence.d.ts.map +1 -1
  30. package/dist/src/memory/intelligence.js +225 -0
  31. package/dist/src/memory/intelligence.js.map +1 -1
  32. package/dist/src/memory/memory-initializer.d.ts +7 -0
  33. package/dist/src/memory/memory-initializer.d.ts.map +1 -1
  34. package/dist/src/memory/memory-initializer.js +27 -1
  35. package/dist/src/memory/memory-initializer.js.map +1 -1
  36. package/dist/src/ruvector/index.d.ts +4 -0
  37. package/dist/src/ruvector/index.d.ts.map +1 -1
  38. package/dist/src/ruvector/index.js +12 -0
  39. package/dist/src/ruvector/index.js.map +1 -1
  40. package/dist/src/services/ruvector-training.d.ts +9 -1
  41. package/dist/src/services/ruvector-training.d.ts.map +1 -1
  42. package/dist/src/services/ruvector-training.js +223 -39
  43. package/dist/src/services/ruvector-training.js.map +1 -1
  44. package/dist/src/services/worker-daemon.d.ts +4 -0
  45. package/dist/src/services/worker-daemon.d.ts.map +1 -1
  46. package/dist/src/services/worker-daemon.js +33 -5
  47. package/dist/src/services/worker-daemon.js.map +1 -1
  48. package/dist/tsconfig.tsbuildinfo +1 -1
  49. package/package.json +1 -1
package/README.md CHANGED
@@ -25,7 +25,7 @@
25
25
 
26
26
  </div>
27
27
 
28
- > **Why Ruflo?** Claude Flow is now Ruflo — named by Ruv, who loves Rust, flow states, and building things that feel inevitable. The "Ru" is the Ruv. The "flo" is the flow. Underneath, WASM kernels written in Rust power the policy engine, embeddings, and proof system. 5,800 commits later, the alpha is over. This is v3.5.
28
+ > **Why Ruflo?** Claude Flow is now Ruflo — named by Ruv, who loves Rust, flow states, and building things that feel inevitable. The "Ru" is the Ruv. The "flo" is the flow. Underneath, WASM kernels written in Rust power the policy engine, embeddings, and proof system. 5,900+ commits later, the alpha is over. This is v3.5.
29
29
 
30
30
  ## Getting into the Flow
31
31
 
@@ -161,6 +161,8 @@ curl -fsSL https://cdn.jsdelivr.net/gh/ruvnet/claude-flow@main/scripts/install.s
161
161
  npx ruflo@latest init --wizard
162
162
  ```
163
163
 
164
+ > **New to Ruflo?** You don't need to learn 259 MCP tools or 26 CLI commands. After running `init`, just use Claude Code normally — the hooks system automatically routes tasks to the right agents, learns from successful patterns, and coordinates multi-agent work in the background. The advanced tools exist for fine-grained control when you need it.
165
+
164
166
  ---
165
167
  ### Key Capabilities
166
168
 
@@ -697,12 +699,12 @@ claude mcp add ruflo -- npx -y ruflo@latest mcp start
697
699
  claude mcp list
698
700
  ```
699
701
 
700
- Once added, Claude Code can use all 175+ ruflo MCP tools directly:
702
+ Once added, Claude Code can use all 259 ruflo MCP tools directly:
701
703
  - `swarm_init` - Initialize agent swarms
702
704
  - `agent_spawn` - Spawn specialized agents
703
705
  - `memory_search` - Search patterns with HNSW vector search
704
706
  - `hooks_route` - Intelligent task routing
705
- - And 170+ more tools...
707
+ - And 255+ more tools...
706
708
 
707
709
  ---
708
710
  ## What is it exactly? Agents that learn, build and work perpetually.
@@ -752,7 +754,7 @@ Ruflo v3 introduces **self-learning neural capabilities** that no other agent or
752
754
 
753
755
  | Feature | Ruflo v3 | CrewAI | LangGraph | AutoGen | Manus |
754
756
  |---------|----------------|--------|-----------|---------|-------|
755
- | **MCP Integration** | ✅ Native (170+ tools) | ⛔ | ⛔ | ⛔ | ⛔ |
757
+ | **MCP Integration** | ✅ Native (259 tools) | ⛔ | ⛔ | ⛔ | ⛔ |
756
758
  | **Skills System** | ✅ 42+ pre-built | ⛔ | ⛔ | ⛔ | Limited |
757
759
  | **Stream Pipelines** | ✅ JSON chains | ⛔ | Via code | ⛔ | ⛔ |
758
760
  | **Pair Programming** | ✅ Driver/Navigator | ⛔ | ⛔ | ⛔ | ⛔ |
@@ -2158,7 +2160,7 @@ npx ruflo@v3alpha worker status
2158
2160
  | `agentConfigs` | 15 V3 agent configurations | Agent testing |
2159
2161
  | `memoryEntries` | Patterns, rules, embeddings | Memory testing |
2160
2162
  | `swarmConfigs` | V3 default, minimal, mesh, hierarchical | Swarm testing |
2161
- | `mcpTools` | 175+ tool definitions | MCP testing |
2163
+ | `mcpTools` | 259 tool definitions | MCP testing |
2162
2164
 
2163
2165
  </details>
2164
2166
 
@@ -5018,9 +5020,9 @@ npx agentic-flow mcp stdio
5018
5020
  </details>
5019
5021
 
5020
5022
  <details>
5021
- <summary>🔧 <strong>MCP Tools</strong> — 213+ Integration Tools</summary>
5023
+ <summary>🔧 <strong>MCP Tools</strong> — 259 Integration Tools</summary>
5022
5024
 
5023
- Agentic-flow exposes 213+ MCP tools for integration:
5025
+ Agentic-flow exposes 259 MCP tools for integration:
5024
5026
 
5025
5027
  | Category | Tools | Examples |
5026
5028
  |----------|-------|----------|
@@ -1 +1 @@
1
- {"version":3,"file":"hooks.d.ts","sourceRoot":"","sources":["../../../src/commands/hooks.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,EAAE,OAAO,EAAiC,MAAM,aAAa,CAAC;AAy2I1E,eAAO,MAAM,YAAY,EAAE,OA0G1B,CAAC;AAEF,eAAe,YAAY,CAAC"}
1
+ {"version":3,"file":"hooks.d.ts","sourceRoot":"","sources":["../../../src/commands/hooks.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,EAAE,OAAO,EAAiC,MAAM,aAAa,CAAC;AAqgK1E,eAAO,MAAM,YAAY,EAAE,OA0G1B,CAAC;AAEF,eAAe,YAAY,CAAC"}