claude-flow 3.9.0 → 3.10.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",
3
- "version": "3.9.0",
3
+ "version": "3.10.0",
4
4
  "description": "Ruflo - Enterprise AI agent orchestration for Claude Code. Deploy 60+ specialized agents in coordinated swarms with self-learning, fault-tolerant consensus, vector memory, and MCP integration",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -1173,7 +1173,7 @@ function simplePersonalizedPageRank(seedNodeId, edges, topK, damping, iterations
1173
1173
  // ===== ADR-130 Phase 5: agentdb_graph-pathfinder =====
1174
1174
  export const agentdbGraphPathfinder = {
1175
1175
  name: 'agentdb_graph-pathfinder',
1176
- description: 'Multi-algorithm native graph pathfinder (ADR-130 Phase 5). Replaces the prompt-level loop in ruflo-knowledge-graph graph-navigator. Supports personalized-pagerank, dynamic-mincut, spectral-sparsify, temporal-centrality, connected-component-churn, and witness-chain-divergence algorithms, each with formal complexityBudget enforcement.',
1176
+ description: 'Multi-algorithm native graph pathfinder (ADR-130 Phase 5). Use when agentdb_graph-query k-hop is not enough pathfinder supports personalized-pagerank, dynamic-mincut, spectral-sparsify, temporal-centrality, connected-component-churn, and witness-chain-divergence. Prefer over prompt-level graph loops in ruflo-knowledge-graph graph-navigator when you need ranked paths with formal complexityBudget enforcement.',
1177
1177
  inputSchema: {
1178
1178
  type: 'object',
1179
1179
  properties: {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@claude-flow/cli",
3
- "version": "3.9.0",
3
+ "version": "3.10.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",