claude-flow 3.0.0-alpha.8 → 3.0.0-alpha.9

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 (922) hide show
  1. package/README.md +991 -900
  2. package/{v3/@claude-flow/cli/dist → dist}/src/commands/daemon.d.ts.map +1 -1
  3. package/{v3/@claude-flow/cli/dist → dist}/src/commands/daemon.js +182 -8
  4. package/dist/src/commands/daemon.js.map +1 -0
  5. package/{v3/@claude-flow/cli/dist → dist}/src/index.d.ts +1 -1
  6. package/{v3/@claude-flow/cli/dist → dist}/src/index.d.ts.map +1 -1
  7. package/{v3/@claude-flow/cli/dist → dist}/src/index.js +21 -0
  8. package/dist/src/index.js.map +1 -0
  9. package/{v3/@claude-flow/cli/dist → dist}/src/output.d.ts +16 -0
  10. package/dist/src/output.d.ts.map +1 -0
  11. package/{v3/@claude-flow/cli/dist → dist}/src/output.js +42 -0
  12. package/dist/src/output.js.map +1 -0
  13. package/dist/tsconfig.tsbuildinfo +1 -0
  14. package/package.json +13 -57
  15. package/src/commands/agent.ts +955 -0
  16. package/src/commands/config.ts +452 -0
  17. package/src/commands/daemon.ts +598 -0
  18. package/src/commands/hive-mind.ts +928 -0
  19. package/src/commands/hooks.ts +2603 -0
  20. package/src/commands/index.ts +118 -0
  21. package/src/commands/init.ts +597 -0
  22. package/src/commands/mcp.ts +753 -0
  23. package/src/commands/memory.ts +1161 -0
  24. package/src/commands/migrate.ts +447 -0
  25. package/src/commands/process.ts +695 -0
  26. package/src/commands/session.ts +891 -0
  27. package/src/commands/start.ts +457 -0
  28. package/src/commands/status.ts +736 -0
  29. package/src/commands/swarm.ts +648 -0
  30. package/src/commands/task.ts +792 -0
  31. package/src/commands/workflow.ts +742 -0
  32. package/src/config-adapter.ts +210 -0
  33. package/src/index.ts +427 -0
  34. package/src/infrastructure/in-memory-repositories.ts +310 -0
  35. package/src/init/claudemd-generator.ts +631 -0
  36. package/src/init/executor.ts +762 -0
  37. package/src/init/helpers-generator.ts +628 -0
  38. package/src/init/index.ts +60 -0
  39. package/src/init/mcp-generator.ts +83 -0
  40. package/src/init/settings-generator.ts +284 -0
  41. package/src/init/statusline-generator.ts +211 -0
  42. package/src/init/types.ts +447 -0
  43. package/src/mcp-client.ts +241 -0
  44. package/src/mcp-server.ts +577 -0
  45. package/src/mcp-tools/agent-tools.ts +466 -0
  46. package/src/mcp-tools/config-tools.ts +370 -0
  47. package/src/mcp-tools/hive-mind-tools.ts +521 -0
  48. package/src/mcp-tools/hooks-tools.ts +1888 -0
  49. package/src/mcp-tools/index.ts +16 -0
  50. package/src/mcp-tools/memory-tools.ts +270 -0
  51. package/src/mcp-tools/session-tools.ts +359 -0
  52. package/src/mcp-tools/swarm-tools.ts +105 -0
  53. package/src/mcp-tools/task-tools.ts +347 -0
  54. package/src/mcp-tools/types.ts +33 -0
  55. package/src/mcp-tools/workflow-tools.ts +573 -0
  56. package/src/output.ts +639 -0
  57. package/src/parser.ts +417 -0
  58. package/src/prompt.ts +619 -0
  59. package/src/services/index.ts +15 -0
  60. package/src/services/worker-daemon.ts +726 -0
  61. package/src/types.ts +287 -0
  62. package/.claude/.claude-flow/metrics/system-metrics.json +0 -2606
  63. package/.claude/agents/MIGRATION_SUMMARY.md +0 -222
  64. package/.claude/agents/README.md +0 -89
  65. package/.claude/agents/analysis/analyze-code-quality.md +0 -180
  66. package/.claude/agents/analysis/code-analyzer.md +0 -209
  67. package/.claude/agents/analysis/code-review/analyze-code-quality.md +0 -180
  68. package/.claude/agents/architecture/system-design/arch-system-design.md +0 -156
  69. package/.claude/agents/base-template-generator.md +0 -42
  70. package/.claude/agents/consensus/README.md +0 -253
  71. package/.claude/agents/consensus/byzantine-coordinator.md +0 -63
  72. package/.claude/agents/consensus/crdt-synchronizer.md +0 -997
  73. package/.claude/agents/consensus/gossip-coordinator.md +0 -63
  74. package/.claude/agents/consensus/performance-benchmarker.md +0 -851
  75. package/.claude/agents/consensus/quorum-manager.md +0 -823
  76. package/.claude/agents/consensus/raft-manager.md +0 -63
  77. package/.claude/agents/consensus/security-manager.md +0 -622
  78. package/.claude/agents/core/coder.md +0 -266
  79. package/.claude/agents/core/planner.md +0 -168
  80. package/.claude/agents/core/researcher.md +0 -190
  81. package/.claude/agents/core/reviewer.md +0 -326
  82. package/.claude/agents/core/tester.md +0 -319
  83. package/.claude/agents/custom/test-long-runner.md +0 -44
  84. package/.claude/agents/data/ml/data-ml-model.md +0 -193
  85. package/.claude/agents/database-specialist.yaml +0 -21
  86. package/.claude/agents/development/backend/dev-backend-api.md +0 -142
  87. package/.claude/agents/development/dev-backend-api.md +0 -345
  88. package/.claude/agents/devops/ci-cd/ops-cicd-github.md +0 -164
  89. package/.claude/agents/documentation/api-docs/docs-api-openapi.md +0 -174
  90. package/.claude/agents/flow-nexus/app-store.md +0 -88
  91. package/.claude/agents/flow-nexus/authentication.md +0 -69
  92. package/.claude/agents/flow-nexus/challenges.md +0 -81
  93. package/.claude/agents/flow-nexus/neural-network.md +0 -88
  94. package/.claude/agents/flow-nexus/payments.md +0 -83
  95. package/.claude/agents/flow-nexus/sandbox.md +0 -76
  96. package/.claude/agents/flow-nexus/swarm.md +0 -76
  97. package/.claude/agents/flow-nexus/user-tools.md +0 -96
  98. package/.claude/agents/flow-nexus/workflow.md +0 -84
  99. package/.claude/agents/github/code-review-swarm.md +0 -538
  100. package/.claude/agents/github/github-modes.md +0 -173
  101. package/.claude/agents/github/issue-tracker.md +0 -319
  102. package/.claude/agents/github/multi-repo-swarm.md +0 -553
  103. package/.claude/agents/github/pr-manager.md +0 -191
  104. package/.claude/agents/github/project-board-sync.md +0 -509
  105. package/.claude/agents/github/release-manager.md +0 -367
  106. package/.claude/agents/github/release-swarm.md +0 -583
  107. package/.claude/agents/github/repo-architect.md +0 -398
  108. package/.claude/agents/github/swarm-issue.md +0 -573
  109. package/.claude/agents/github/swarm-pr.md +0 -428
  110. package/.claude/agents/github/sync-coordinator.md +0 -452
  111. package/.claude/agents/github/workflow-automation.md +0 -635
  112. package/.claude/agents/goal/agent.md +0 -816
  113. package/.claude/agents/goal/code-goal-planner.md +0 -446
  114. package/.claude/agents/goal/goal-planner.md +0 -168
  115. package/.claude/agents/hive-mind/collective-intelligence-coordinator.md +0 -130
  116. package/.claude/agents/hive-mind/queen-coordinator.md +0 -203
  117. package/.claude/agents/hive-mind/scout-explorer.md +0 -242
  118. package/.claude/agents/hive-mind/swarm-memory-manager.md +0 -193
  119. package/.claude/agents/hive-mind/worker-specialist.md +0 -217
  120. package/.claude/agents/index.yaml +0 -17
  121. package/.claude/agents/neural/safla-neural.md +0 -74
  122. package/.claude/agents/optimization/README.md +0 -250
  123. package/.claude/agents/optimization/benchmark-suite.md +0 -665
  124. package/.claude/agents/optimization/load-balancer.md +0 -431
  125. package/.claude/agents/optimization/performance-monitor.md +0 -672
  126. package/.claude/agents/optimization/resource-allocator.md +0 -674
  127. package/.claude/agents/optimization/topology-optimizer.md +0 -808
  128. package/.claude/agents/payments/agentic-payments.md +0 -126
  129. package/.claude/agents/project-coordinator.yaml +0 -15
  130. package/.claude/agents/python-specialist.yaml +0 -21
  131. package/.claude/agents/reasoning/agent.md +0 -816
  132. package/.claude/agents/reasoning/goal-planner.md +0 -73
  133. package/.claude/agents/security-auditor.yaml +0 -20
  134. package/.claude/agents/sona/sona-learning-optimizer.md +0 -496
  135. package/.claude/agents/sparc/architecture.md +0 -472
  136. package/.claude/agents/sparc/pseudocode.md +0 -318
  137. package/.claude/agents/sparc/refinement.md +0 -525
  138. package/.claude/agents/sparc/specification.md +0 -276
  139. package/.claude/agents/specialized/mobile/spec-mobile-react-native.md +0 -226
  140. package/.claude/agents/sublinear/consensus-coordinator.md +0 -338
  141. package/.claude/agents/sublinear/matrix-optimizer.md +0 -185
  142. package/.claude/agents/sublinear/pagerank-analyzer.md +0 -299
  143. package/.claude/agents/sublinear/performance-optimizer.md +0 -368
  144. package/.claude/agents/sublinear/trading-predictor.md +0 -246
  145. package/.claude/agents/swarm/README.md +0 -190
  146. package/.claude/agents/swarm/adaptive-coordinator.md +0 -396
  147. package/.claude/agents/swarm/hierarchical-coordinator.md +0 -327
  148. package/.claude/agents/swarm/mesh-coordinator.md +0 -392
  149. package/.claude/agents/templates/automation-smart-agent.md +0 -205
  150. package/.claude/agents/templates/coordinator-swarm-init.md +0 -105
  151. package/.claude/agents/templates/github-pr-manager.md +0 -177
  152. package/.claude/agents/templates/implementer-sparc-coder.md +0 -259
  153. package/.claude/agents/templates/memory-coordinator.md +0 -187
  154. package/.claude/agents/templates/migration-plan.md +0 -746
  155. package/.claude/agents/templates/orchestrator-task.md +0 -139
  156. package/.claude/agents/templates/performance-analyzer.md +0 -199
  157. package/.claude/agents/templates/sparc-coordinator.md +0 -183
  158. package/.claude/agents/testing/production-validator.md +0 -395
  159. package/.claude/agents/testing/tdd-london-swarm.md +0 -244
  160. package/.claude/agents/testing/unit/tdd-london-swarm.md +0 -244
  161. package/.claude/agents/testing/validation/production-validator.md +0 -395
  162. package/.claude/agents/typescript-specialist.yaml +0 -21
  163. package/.claude/agents/v3/database-specialist.yaml +0 -21
  164. package/.claude/agents/v3/index.yaml +0 -17
  165. package/.claude/agents/v3/project-coordinator.yaml +0 -15
  166. package/.claude/agents/v3/python-specialist.yaml +0 -21
  167. package/.claude/agents/v3/test-architect.yaml +0 -20
  168. package/.claude/agents/v3/typescript-specialist.yaml +0 -21
  169. package/.claude/agents/v3/v3-integration-architect.md +0 -346
  170. package/.claude/agents/v3/v3-memory-specialist.md +0 -318
  171. package/.claude/agents/v3/v3-performance-engineer.md +0 -397
  172. package/.claude/agents/v3/v3-queen-coordinator.md +0 -98
  173. package/.claude/agents/v3/v3-security-architect.md +0 -174
  174. package/.claude/checkpoints/1767754460.json +0 -8
  175. package/.claude/commands/agents/README.md +0 -10
  176. package/.claude/commands/agents/agent-capabilities.md +0 -21
  177. package/.claude/commands/agents/agent-coordination.md +0 -28
  178. package/.claude/commands/agents/agent-spawning.md +0 -28
  179. package/.claude/commands/agents/agent-types.md +0 -26
  180. package/.claude/commands/analysis/COMMAND_COMPLIANCE_REPORT.md +0 -54
  181. package/.claude/commands/analysis/README.md +0 -9
  182. package/.claude/commands/analysis/bottleneck-detect.md +0 -162
  183. package/.claude/commands/analysis/performance-bottlenecks.md +0 -59
  184. package/.claude/commands/analysis/performance-report.md +0 -25
  185. package/.claude/commands/analysis/token-efficiency.md +0 -45
  186. package/.claude/commands/analysis/token-usage.md +0 -25
  187. package/.claude/commands/automation/README.md +0 -9
  188. package/.claude/commands/automation/auto-agent.md +0 -122
  189. package/.claude/commands/automation/self-healing.md +0 -106
  190. package/.claude/commands/automation/session-memory.md +0 -90
  191. package/.claude/commands/automation/smart-agents.md +0 -73
  192. package/.claude/commands/automation/smart-spawn.md +0 -25
  193. package/.claude/commands/automation/workflow-select.md +0 -25
  194. package/.claude/commands/claude-flow-help.md +0 -103
  195. package/.claude/commands/claude-flow-memory.md +0 -107
  196. package/.claude/commands/claude-flow-swarm.md +0 -205
  197. package/.claude/commands/coordination/README.md +0 -9
  198. package/.claude/commands/coordination/agent-spawn.md +0 -25
  199. package/.claude/commands/coordination/init.md +0 -44
  200. package/.claude/commands/coordination/orchestrate.md +0 -43
  201. package/.claude/commands/coordination/spawn.md +0 -45
  202. package/.claude/commands/coordination/swarm-init.md +0 -85
  203. package/.claude/commands/coordination/task-orchestrate.md +0 -25
  204. package/.claude/commands/flow-nexus/app-store.md +0 -124
  205. package/.claude/commands/flow-nexus/challenges.md +0 -120
  206. package/.claude/commands/flow-nexus/login-registration.md +0 -65
  207. package/.claude/commands/flow-nexus/neural-network.md +0 -134
  208. package/.claude/commands/flow-nexus/payments.md +0 -116
  209. package/.claude/commands/flow-nexus/sandbox.md +0 -83
  210. package/.claude/commands/flow-nexus/swarm.md +0 -87
  211. package/.claude/commands/flow-nexus/user-tools.md +0 -152
  212. package/.claude/commands/flow-nexus/workflow.md +0 -115
  213. package/.claude/commands/github/README.md +0 -11
  214. package/.claude/commands/github/code-review-swarm.md +0 -514
  215. package/.claude/commands/github/code-review.md +0 -25
  216. package/.claude/commands/github/github-modes.md +0 -147
  217. package/.claude/commands/github/github-swarm.md +0 -121
  218. package/.claude/commands/github/issue-tracker.md +0 -292
  219. package/.claude/commands/github/issue-triage.md +0 -25
  220. package/.claude/commands/github/multi-repo-swarm.md +0 -519
  221. package/.claude/commands/github/pr-enhance.md +0 -26
  222. package/.claude/commands/github/pr-manager.md +0 -170
  223. package/.claude/commands/github/project-board-sync.md +0 -471
  224. package/.claude/commands/github/release-manager.md +0 -338
  225. package/.claude/commands/github/release-swarm.md +0 -544
  226. package/.claude/commands/github/repo-analyze.md +0 -25
  227. package/.claude/commands/github/repo-architect.md +0 -367
  228. package/.claude/commands/github/swarm-issue.md +0 -482
  229. package/.claude/commands/github/swarm-pr.md +0 -285
  230. package/.claude/commands/github/sync-coordinator.md +0 -301
  231. package/.claude/commands/github/workflow-automation.md +0 -442
  232. package/.claude/commands/hive-mind/README.md +0 -17
  233. package/.claude/commands/hive-mind/hive-mind-consensus.md +0 -8
  234. package/.claude/commands/hive-mind/hive-mind-init.md +0 -18
  235. package/.claude/commands/hive-mind/hive-mind-memory.md +0 -8
  236. package/.claude/commands/hive-mind/hive-mind-metrics.md +0 -8
  237. package/.claude/commands/hive-mind/hive-mind-resume.md +0 -8
  238. package/.claude/commands/hive-mind/hive-mind-sessions.md +0 -8
  239. package/.claude/commands/hive-mind/hive-mind-spawn.md +0 -21
  240. package/.claude/commands/hive-mind/hive-mind-status.md +0 -8
  241. package/.claude/commands/hive-mind/hive-mind-stop.md +0 -8
  242. package/.claude/commands/hive-mind/hive-mind-wizard.md +0 -8
  243. package/.claude/commands/hive-mind/hive-mind.md +0 -27
  244. package/.claude/commands/hooks/README.md +0 -11
  245. package/.claude/commands/hooks/overview.md +0 -58
  246. package/.claude/commands/hooks/post-edit.md +0 -117
  247. package/.claude/commands/hooks/post-task.md +0 -112
  248. package/.claude/commands/hooks/pre-edit.md +0 -113
  249. package/.claude/commands/hooks/pre-task.md +0 -111
  250. package/.claude/commands/hooks/session-end.md +0 -118
  251. package/.claude/commands/hooks/setup.md +0 -103
  252. package/.claude/commands/memory/README.md +0 -9
  253. package/.claude/commands/memory/memory-persist.md +0 -25
  254. package/.claude/commands/memory/memory-search.md +0 -25
  255. package/.claude/commands/memory/memory-usage.md +0 -25
  256. package/.claude/commands/memory/neural.md +0 -47
  257. package/.claude/commands/monitoring/README.md +0 -9
  258. package/.claude/commands/monitoring/agent-metrics.md +0 -25
  259. package/.claude/commands/monitoring/agents.md +0 -44
  260. package/.claude/commands/monitoring/real-time-view.md +0 -25
  261. package/.claude/commands/monitoring/status.md +0 -46
  262. package/.claude/commands/monitoring/swarm-monitor.md +0 -25
  263. package/.claude/commands/optimization/README.md +0 -9
  264. package/.claude/commands/optimization/auto-topology.md +0 -62
  265. package/.claude/commands/optimization/cache-manage.md +0 -25
  266. package/.claude/commands/optimization/parallel-execute.md +0 -25
  267. package/.claude/commands/optimization/parallel-execution.md +0 -50
  268. package/.claude/commands/optimization/topology-optimize.md +0 -25
  269. package/.claude/commands/pair/README.md +0 -261
  270. package/.claude/commands/pair/commands.md +0 -546
  271. package/.claude/commands/pair/config.md +0 -510
  272. package/.claude/commands/pair/examples.md +0 -512
  273. package/.claude/commands/pair/modes.md +0 -348
  274. package/.claude/commands/pair/session.md +0 -407
  275. package/.claude/commands/pair/start.md +0 -209
  276. package/.claude/commands/sparc/analyzer.md +0 -52
  277. package/.claude/commands/sparc/architect.md +0 -53
  278. package/.claude/commands/sparc/ask.md +0 -97
  279. package/.claude/commands/sparc/batch-executor.md +0 -54
  280. package/.claude/commands/sparc/code.md +0 -89
  281. package/.claude/commands/sparc/coder.md +0 -54
  282. package/.claude/commands/sparc/debug.md +0 -83
  283. package/.claude/commands/sparc/debugger.md +0 -54
  284. package/.claude/commands/sparc/designer.md +0 -53
  285. package/.claude/commands/sparc/devops.md +0 -109
  286. package/.claude/commands/sparc/docs-writer.md +0 -80
  287. package/.claude/commands/sparc/documenter.md +0 -54
  288. package/.claude/commands/sparc/innovator.md +0 -54
  289. package/.claude/commands/sparc/integration.md +0 -83
  290. package/.claude/commands/sparc/mcp.md +0 -117
  291. package/.claude/commands/sparc/memory-manager.md +0 -54
  292. package/.claude/commands/sparc/optimizer.md +0 -54
  293. package/.claude/commands/sparc/orchestrator.md +0 -132
  294. package/.claude/commands/sparc/post-deployment-monitoring-mode.md +0 -83
  295. package/.claude/commands/sparc/refinement-optimization-mode.md +0 -83
  296. package/.claude/commands/sparc/researcher.md +0 -54
  297. package/.claude/commands/sparc/reviewer.md +0 -54
  298. package/.claude/commands/sparc/security-review.md +0 -80
  299. package/.claude/commands/sparc/sparc-modes.md +0 -174
  300. package/.claude/commands/sparc/sparc.md +0 -111
  301. package/.claude/commands/sparc/spec-pseudocode.md +0 -80
  302. package/.claude/commands/sparc/supabase-admin.md +0 -348
  303. package/.claude/commands/sparc/swarm-coordinator.md +0 -54
  304. package/.claude/commands/sparc/tdd.md +0 -54
  305. package/.claude/commands/sparc/tester.md +0 -54
  306. package/.claude/commands/sparc/tutorial.md +0 -79
  307. package/.claude/commands/sparc/workflow-manager.md +0 -54
  308. package/.claude/commands/sparc.md +0 -166
  309. package/.claude/commands/stream-chain/pipeline.md +0 -121
  310. package/.claude/commands/stream-chain/run.md +0 -70
  311. package/.claude/commands/swarm/README.md +0 -15
  312. package/.claude/commands/swarm/analysis.md +0 -95
  313. package/.claude/commands/swarm/development.md +0 -96
  314. package/.claude/commands/swarm/examples.md +0 -168
  315. package/.claude/commands/swarm/maintenance.md +0 -102
  316. package/.claude/commands/swarm/optimization.md +0 -117
  317. package/.claude/commands/swarm/research.md +0 -136
  318. package/.claude/commands/swarm/swarm-analysis.md +0 -8
  319. package/.claude/commands/swarm/swarm-background.md +0 -8
  320. package/.claude/commands/swarm/swarm-init.md +0 -19
  321. package/.claude/commands/swarm/swarm-modes.md +0 -8
  322. package/.claude/commands/swarm/swarm-monitor.md +0 -8
  323. package/.claude/commands/swarm/swarm-spawn.md +0 -19
  324. package/.claude/commands/swarm/swarm-status.md +0 -8
  325. package/.claude/commands/swarm/swarm-strategies.md +0 -8
  326. package/.claude/commands/swarm/swarm.md +0 -27
  327. package/.claude/commands/swarm/testing.md +0 -131
  328. package/.claude/commands/training/README.md +0 -9
  329. package/.claude/commands/training/model-update.md +0 -25
  330. package/.claude/commands/training/neural-patterns.md +0 -74
  331. package/.claude/commands/training/neural-train.md +0 -25
  332. package/.claude/commands/training/pattern-learn.md +0 -25
  333. package/.claude/commands/training/specialization.md +0 -63
  334. package/.claude/commands/truth/start.md +0 -143
  335. package/.claude/commands/verify/check.md +0 -50
  336. package/.claude/commands/verify/start.md +0 -128
  337. package/.claude/commands/workflows/README.md +0 -9
  338. package/.claude/commands/workflows/development.md +0 -78
  339. package/.claude/commands/workflows/research.md +0 -63
  340. package/.claude/commands/workflows/workflow-create.md +0 -25
  341. package/.claude/commands/workflows/workflow-execute.md +0 -25
  342. package/.claude/commands/workflows/workflow-export.md +0 -25
  343. package/.claude/config/v3-dependency-optimization.json +0 -266
  344. package/.claude/config/v3-performance-targets.json +0 -251
  345. package/.claude/helpers/README.md +0 -97
  346. package/.claude/helpers/adr-compliance.sh +0 -186
  347. package/.claude/helpers/auto-commit.sh +0 -178
  348. package/.claude/helpers/checkpoint-manager.sh +0 -251
  349. package/.claude/helpers/daemon-manager.sh +0 -252
  350. package/.claude/helpers/ddd-tracker.sh +0 -144
  351. package/.claude/helpers/github-safe.js +0 -106
  352. package/.claude/helpers/github-setup.sh +0 -28
  353. package/.claude/helpers/guidance-hook.sh +0 -13
  354. package/.claude/helpers/guidance-hooks.sh +0 -102
  355. package/.claude/helpers/health-monitor.sh +0 -108
  356. package/.claude/helpers/learning-hooks.sh +0 -329
  357. package/.claude/helpers/learning-optimizer.sh +0 -127
  358. package/.claude/helpers/learning-service.mjs +0 -1097
  359. package/.claude/helpers/metrics-db.mjs +0 -474
  360. package/.claude/helpers/pattern-consolidator.sh +0 -86
  361. package/.claude/helpers/perf-worker.sh +0 -160
  362. package/.claude/helpers/quick-start.sh +0 -19
  363. package/.claude/helpers/security-scanner.sh +0 -127
  364. package/.claude/helpers/setup-mcp.sh +0 -18
  365. package/.claude/helpers/standard-checkpoint-hooks.sh +0 -189
  366. package/.claude/helpers/swarm-comms.sh +0 -353
  367. package/.claude/helpers/swarm-hooks.sh +0 -761
  368. package/.claude/helpers/swarm-monitor.sh +0 -211
  369. package/.claude/helpers/sync-v3-metrics.sh +0 -245
  370. package/.claude/helpers/update-v3-progress.sh +0 -166
  371. package/.claude/helpers/v3-quick-status.sh +0 -58
  372. package/.claude/helpers/v3.sh +0 -111
  373. package/.claude/helpers/validate-v3-config.sh +0 -216
  374. package/.claude/helpers/worker-manager.sh +0 -170
  375. package/.claude/mcp.json +0 -13
  376. package/.claude/settings.json +0 -526
  377. package/.claude/settings.local.json +0 -10
  378. package/.claude/skills/.claude-flow/metrics/agent-metrics.json +0 -1
  379. package/.claude/skills/.claude-flow/metrics/performance.json +0 -87
  380. package/.claude/skills/.claude-flow/metrics/task-metrics.json +0 -10
  381. package/.claude/skills/agentdb-advanced/SKILL.md +0 -550
  382. package/.claude/skills/agentdb-learning/SKILL.md +0 -545
  383. package/.claude/skills/agentdb-memory-patterns/SKILL.md +0 -339
  384. package/.claude/skills/agentdb-optimization/SKILL.md +0 -509
  385. package/.claude/skills/agentdb-vector-search/SKILL.md +0 -339
  386. package/.claude/skills/agentic-jujutsu/SKILL.md +0 -645
  387. package/.claude/skills/flow-nexus-neural/SKILL.md +0 -738
  388. package/.claude/skills/flow-nexus-platform/SKILL.md +0 -1157
  389. package/.claude/skills/flow-nexus-swarm/SKILL.md +0 -610
  390. package/.claude/skills/github-code-review/SKILL.md +0 -1140
  391. package/.claude/skills/github-multi-repo/SKILL.md +0 -874
  392. package/.claude/skills/github-project-management/SKILL.md +0 -1277
  393. package/.claude/skills/github-release-management/SKILL.md +0 -1081
  394. package/.claude/skills/github-workflow-automation/SKILL.md +0 -1065
  395. package/.claude/skills/hive-mind-advanced/SKILL.md +0 -712
  396. package/.claude/skills/hooks-automation/SKILL.md +0 -1201
  397. package/.claude/skills/pair-programming/SKILL.md +0 -1202
  398. package/.claude/skills/performance-analysis/SKILL.md +0 -563
  399. package/.claude/skills/reasoningbank-agentdb/SKILL.md +0 -446
  400. package/.claude/skills/reasoningbank-intelligence/SKILL.md +0 -201
  401. package/.claude/skills/skill-builder/.claude-flow/metrics/agent-metrics.json +0 -1
  402. package/.claude/skills/skill-builder/.claude-flow/metrics/performance.json +0 -87
  403. package/.claude/skills/skill-builder/.claude-flow/metrics/task-metrics.json +0 -10
  404. package/.claude/skills/skill-builder/SKILL.md +0 -910
  405. package/.claude/skills/sparc-methodology/SKILL.md +0 -1115
  406. package/.claude/skills/stream-chain/SKILL.md +0 -563
  407. package/.claude/skills/swarm-advanced/SKILL.md +0 -973
  408. package/.claude/skills/swarm-orchestration/SKILL.md +0 -179
  409. package/.claude/skills/v3-cli-modernization/SKILL.md +0 -872
  410. package/.claude/skills/v3-core-implementation/SKILL.md +0 -797
  411. package/.claude/skills/v3-ddd-architecture/SKILL.md +0 -442
  412. package/.claude/skills/v3-integration-deep/SKILL.md +0 -241
  413. package/.claude/skills/v3-mcp-optimization/SKILL.md +0 -777
  414. package/.claude/skills/v3-memory-unification/SKILL.md +0 -174
  415. package/.claude/skills/v3-performance-optimization/SKILL.md +0 -390
  416. package/.claude/skills/v3-security-overhaul/SKILL.md +0 -82
  417. package/.claude/skills/v3-swarm-coordination/SKILL.md +0 -340
  418. package/.claude/skills/verification-quality/SKILL.md +0 -649
  419. package/.claude/skills/worker-benchmarks/skill.md +0 -135
  420. package/.claude/skills/worker-integration/skill.md +0 -154
  421. package/.claude/statusline-command.sh +0 -176
  422. package/.claude/statusline.mjs +0 -109
  423. package/.claude/statusline.sh +0 -375
  424. package/.claude-plugin/README.md +0 -720
  425. package/.claude-plugin/docs/INSTALLATION.md +0 -261
  426. package/.claude-plugin/docs/PLUGIN_SUMMARY.md +0 -361
  427. package/.claude-plugin/docs/QUICKSTART.md +0 -361
  428. package/.claude-plugin/docs/STRUCTURE.md +0 -128
  429. package/.claude-plugin/hooks/hooks.json +0 -74
  430. package/.claude-plugin/marketplace.json +0 -96
  431. package/.claude-plugin/plugin.json +0 -71
  432. package/.claude-plugin/scripts/install.sh +0 -234
  433. package/.claude-plugin/scripts/uninstall.sh +0 -36
  434. package/.claude-plugin/scripts/verify.sh +0 -108
  435. package/v3/@claude-flow/cli/README.md +0 -1186
  436. package/v3/@claude-flow/cli/dist/src/commands/daemon.js.map +0 -1
  437. package/v3/@claude-flow/cli/dist/src/index.js.map +0 -1
  438. package/v3/@claude-flow/cli/dist/src/output.d.ts.map +0 -1
  439. package/v3/@claude-flow/cli/dist/src/output.js.map +0 -1
  440. package/v3/@claude-flow/cli/dist/tsconfig.tsbuildinfo +0 -1
  441. package/v3/@claude-flow/cli/package.json +0 -29
  442. package/v3/@claude-flow/shared/README.md +0 -323
  443. package/v3/@claude-flow/shared/dist/core/config/defaults.d.ts +0 -41
  444. package/v3/@claude-flow/shared/dist/core/config/defaults.d.ts.map +0 -1
  445. package/v3/@claude-flow/shared/dist/core/config/defaults.js +0 -186
  446. package/v3/@claude-flow/shared/dist/core/config/defaults.js.map +0 -1
  447. package/v3/@claude-flow/shared/dist/core/config/index.d.ts +0 -8
  448. package/v3/@claude-flow/shared/dist/core/config/index.d.ts.map +0 -1
  449. package/v3/@claude-flow/shared/dist/core/config/index.js +0 -12
  450. package/v3/@claude-flow/shared/dist/core/config/index.js.map +0 -1
  451. package/v3/@claude-flow/shared/dist/core/config/loader.d.ts +0 -45
  452. package/v3/@claude-flow/shared/dist/core/config/loader.d.ts.map +0 -1
  453. package/v3/@claude-flow/shared/dist/core/config/loader.js +0 -222
  454. package/v3/@claude-flow/shared/dist/core/config/loader.js.map +0 -1
  455. package/v3/@claude-flow/shared/dist/core/config/schema.d.ts +0 -1134
  456. package/v3/@claude-flow/shared/dist/core/config/schema.d.ts.map +0 -1
  457. package/v3/@claude-flow/shared/dist/core/config/schema.js +0 -158
  458. package/v3/@claude-flow/shared/dist/core/config/schema.js.map +0 -1
  459. package/v3/@claude-flow/shared/dist/core/config/validator.d.ts +0 -92
  460. package/v3/@claude-flow/shared/dist/core/config/validator.d.ts.map +0 -1
  461. package/v3/@claude-flow/shared/dist/core/config/validator.js +0 -147
  462. package/v3/@claude-flow/shared/dist/core/config/validator.js.map +0 -1
  463. package/v3/@claude-flow/shared/dist/core/event-bus.d.ts +0 -31
  464. package/v3/@claude-flow/shared/dist/core/event-bus.d.ts.map +0 -1
  465. package/v3/@claude-flow/shared/dist/core/event-bus.js +0 -197
  466. package/v3/@claude-flow/shared/dist/core/event-bus.js.map +0 -1
  467. package/v3/@claude-flow/shared/dist/core/index.d.ts +0 -15
  468. package/v3/@claude-flow/shared/dist/core/index.d.ts.map +0 -1
  469. package/v3/@claude-flow/shared/dist/core/index.js +0 -19
  470. package/v3/@claude-flow/shared/dist/core/index.js.map +0 -1
  471. package/v3/@claude-flow/shared/dist/core/interfaces/agent.interface.d.ts +0 -200
  472. package/v3/@claude-flow/shared/dist/core/interfaces/agent.interface.d.ts.map +0 -1
  473. package/v3/@claude-flow/shared/dist/core/interfaces/agent.interface.js +0 -6
  474. package/v3/@claude-flow/shared/dist/core/interfaces/agent.interface.js.map +0 -1
  475. package/v3/@claude-flow/shared/dist/core/interfaces/coordinator.interface.d.ts +0 -310
  476. package/v3/@claude-flow/shared/dist/core/interfaces/coordinator.interface.d.ts.map +0 -1
  477. package/v3/@claude-flow/shared/dist/core/interfaces/coordinator.interface.js +0 -7
  478. package/v3/@claude-flow/shared/dist/core/interfaces/coordinator.interface.js.map +0 -1
  479. package/v3/@claude-flow/shared/dist/core/interfaces/event.interface.d.ts +0 -224
  480. package/v3/@claude-flow/shared/dist/core/interfaces/event.interface.d.ts.map +0 -1
  481. package/v3/@claude-flow/shared/dist/core/interfaces/event.interface.js +0 -46
  482. package/v3/@claude-flow/shared/dist/core/interfaces/event.interface.js.map +0 -1
  483. package/v3/@claude-flow/shared/dist/core/interfaces/index.d.ts +0 -10
  484. package/v3/@claude-flow/shared/dist/core/interfaces/index.d.ts.map +0 -1
  485. package/v3/@claude-flow/shared/dist/core/interfaces/index.js +0 -15
  486. package/v3/@claude-flow/shared/dist/core/interfaces/index.js.map +0 -1
  487. package/v3/@claude-flow/shared/dist/core/interfaces/memory.interface.d.ts +0 -298
  488. package/v3/@claude-flow/shared/dist/core/interfaces/memory.interface.d.ts.map +0 -1
  489. package/v3/@claude-flow/shared/dist/core/interfaces/memory.interface.js +0 -7
  490. package/v3/@claude-flow/shared/dist/core/interfaces/memory.interface.js.map +0 -1
  491. package/v3/@claude-flow/shared/dist/core/interfaces/task.interface.d.ts +0 -185
  492. package/v3/@claude-flow/shared/dist/core/interfaces/task.interface.d.ts.map +0 -1
  493. package/v3/@claude-flow/shared/dist/core/interfaces/task.interface.js +0 -6
  494. package/v3/@claude-flow/shared/dist/core/interfaces/task.interface.js.map +0 -1
  495. package/v3/@claude-flow/shared/dist/core/orchestrator/event-coordinator.d.ts +0 -35
  496. package/v3/@claude-flow/shared/dist/core/orchestrator/event-coordinator.d.ts.map +0 -1
  497. package/v3/@claude-flow/shared/dist/core/orchestrator/event-coordinator.js +0 -101
  498. package/v3/@claude-flow/shared/dist/core/orchestrator/event-coordinator.js.map +0 -1
  499. package/v3/@claude-flow/shared/dist/core/orchestrator/health-monitor.d.ts +0 -60
  500. package/v3/@claude-flow/shared/dist/core/orchestrator/health-monitor.d.ts.map +0 -1
  501. package/v3/@claude-flow/shared/dist/core/orchestrator/health-monitor.js +0 -166
  502. package/v3/@claude-flow/shared/dist/core/orchestrator/health-monitor.js.map +0 -1
  503. package/v3/@claude-flow/shared/dist/core/orchestrator/index.d.ts +0 -46
  504. package/v3/@claude-flow/shared/dist/core/orchestrator/index.d.ts.map +0 -1
  505. package/v3/@claude-flow/shared/dist/core/orchestrator/index.js +0 -64
  506. package/v3/@claude-flow/shared/dist/core/orchestrator/index.js.map +0 -1
  507. package/v3/@claude-flow/shared/dist/core/orchestrator/lifecycle-manager.d.ts +0 -56
  508. package/v3/@claude-flow/shared/dist/core/orchestrator/lifecycle-manager.d.ts.map +0 -1
  509. package/v3/@claude-flow/shared/dist/core/orchestrator/lifecycle-manager.js +0 -195
  510. package/v3/@claude-flow/shared/dist/core/orchestrator/lifecycle-manager.js.map +0 -1
  511. package/v3/@claude-flow/shared/dist/core/orchestrator/session-manager.d.ts +0 -83
  512. package/v3/@claude-flow/shared/dist/core/orchestrator/session-manager.d.ts.map +0 -1
  513. package/v3/@claude-flow/shared/dist/core/orchestrator/session-manager.js +0 -193
  514. package/v3/@claude-flow/shared/dist/core/orchestrator/session-manager.js.map +0 -1
  515. package/v3/@claude-flow/shared/dist/core/orchestrator/task-manager.d.ts +0 -49
  516. package/v3/@claude-flow/shared/dist/core/orchestrator/task-manager.d.ts.map +0 -1
  517. package/v3/@claude-flow/shared/dist/core/orchestrator/task-manager.js +0 -253
  518. package/v3/@claude-flow/shared/dist/core/orchestrator/task-manager.js.map +0 -1
  519. package/v3/@claude-flow/shared/dist/events/domain-events.d.ts +0 -282
  520. package/v3/@claude-flow/shared/dist/events/domain-events.d.ts.map +0 -1
  521. package/v3/@claude-flow/shared/dist/events/domain-events.js +0 -165
  522. package/v3/@claude-flow/shared/dist/events/domain-events.js.map +0 -1
  523. package/v3/@claude-flow/shared/dist/events/event-store.d.ts +0 -126
  524. package/v3/@claude-flow/shared/dist/events/event-store.d.ts.map +0 -1
  525. package/v3/@claude-flow/shared/dist/events/event-store.js +0 -416
  526. package/v3/@claude-flow/shared/dist/events/event-store.js.map +0 -1
  527. package/v3/@claude-flow/shared/dist/events/event-store.test.d.ts +0 -8
  528. package/v3/@claude-flow/shared/dist/events/event-store.test.d.ts.map +0 -1
  529. package/v3/@claude-flow/shared/dist/events/event-store.test.js +0 -293
  530. package/v3/@claude-flow/shared/dist/events/event-store.test.js.map +0 -1
  531. package/v3/@claude-flow/shared/dist/events/example-usage.d.ts +0 -10
  532. package/v3/@claude-flow/shared/dist/events/example-usage.d.ts.map +0 -1
  533. package/v3/@claude-flow/shared/dist/events/example-usage.js +0 -193
  534. package/v3/@claude-flow/shared/dist/events/example-usage.js.map +0 -1
  535. package/v3/@claude-flow/shared/dist/events/index.d.ts +0 -19
  536. package/v3/@claude-flow/shared/dist/events/index.d.ts.map +0 -1
  537. package/v3/@claude-flow/shared/dist/events/index.js +0 -20
  538. package/v3/@claude-flow/shared/dist/events/index.js.map +0 -1
  539. package/v3/@claude-flow/shared/dist/events/projections.d.ts +0 -177
  540. package/v3/@claude-flow/shared/dist/events/projections.d.ts.map +0 -1
  541. package/v3/@claude-flow/shared/dist/events/projections.js +0 -421
  542. package/v3/@claude-flow/shared/dist/events/projections.js.map +0 -1
  543. package/v3/@claude-flow/shared/dist/events/state-reconstructor.d.ts +0 -101
  544. package/v3/@claude-flow/shared/dist/events/state-reconstructor.d.ts.map +0 -1
  545. package/v3/@claude-flow/shared/dist/events/state-reconstructor.js +0 -263
  546. package/v3/@claude-flow/shared/dist/events/state-reconstructor.js.map +0 -1
  547. package/v3/@claude-flow/shared/dist/events.d.ts +0 -80
  548. package/v3/@claude-flow/shared/dist/events.d.ts.map +0 -1
  549. package/v3/@claude-flow/shared/dist/events.js +0 -249
  550. package/v3/@claude-flow/shared/dist/events.js.map +0 -1
  551. package/v3/@claude-flow/shared/dist/hooks/example-usage.d.ts +0 -42
  552. package/v3/@claude-flow/shared/dist/hooks/example-usage.d.ts.map +0 -1
  553. package/v3/@claude-flow/shared/dist/hooks/example-usage.js +0 -351
  554. package/v3/@claude-flow/shared/dist/hooks/example-usage.js.map +0 -1
  555. package/v3/@claude-flow/shared/dist/hooks/executor.d.ts +0 -100
  556. package/v3/@claude-flow/shared/dist/hooks/executor.d.ts.map +0 -1
  557. package/v3/@claude-flow/shared/dist/hooks/executor.js +0 -264
  558. package/v3/@claude-flow/shared/dist/hooks/executor.js.map +0 -1
  559. package/v3/@claude-flow/shared/dist/hooks/hooks.test.d.ts +0 -9
  560. package/v3/@claude-flow/shared/dist/hooks/hooks.test.d.ts.map +0 -1
  561. package/v3/@claude-flow/shared/dist/hooks/hooks.test.js +0 -322
  562. package/v3/@claude-flow/shared/dist/hooks/hooks.test.js.map +0 -1
  563. package/v3/@claude-flow/shared/dist/hooks/index.d.ts +0 -52
  564. package/v3/@claude-flow/shared/dist/hooks/index.d.ts.map +0 -1
  565. package/v3/@claude-flow/shared/dist/hooks/index.js +0 -51
  566. package/v3/@claude-flow/shared/dist/hooks/index.js.map +0 -1
  567. package/v3/@claude-flow/shared/dist/hooks/registry.d.ts +0 -133
  568. package/v3/@claude-flow/shared/dist/hooks/registry.d.ts.map +0 -1
  569. package/v3/@claude-flow/shared/dist/hooks/registry.js +0 -277
  570. package/v3/@claude-flow/shared/dist/hooks/registry.js.map +0 -1
  571. package/v3/@claude-flow/shared/dist/hooks/safety/bash-safety.d.ts +0 -105
  572. package/v3/@claude-flow/shared/dist/hooks/safety/bash-safety.d.ts.map +0 -1
  573. package/v3/@claude-flow/shared/dist/hooks/safety/bash-safety.js +0 -481
  574. package/v3/@claude-flow/shared/dist/hooks/safety/bash-safety.js.map +0 -1
  575. package/v3/@claude-flow/shared/dist/hooks/safety/file-organization.d.ts +0 -144
  576. package/v3/@claude-flow/shared/dist/hooks/safety/file-organization.d.ts.map +0 -1
  577. package/v3/@claude-flow/shared/dist/hooks/safety/file-organization.js +0 -328
  578. package/v3/@claude-flow/shared/dist/hooks/safety/file-organization.js.map +0 -1
  579. package/v3/@claude-flow/shared/dist/hooks/safety/git-commit.d.ts +0 -158
  580. package/v3/@claude-flow/shared/dist/hooks/safety/git-commit.d.ts.map +0 -1
  581. package/v3/@claude-flow/shared/dist/hooks/safety/git-commit.js +0 -450
  582. package/v3/@claude-flow/shared/dist/hooks/safety/git-commit.js.map +0 -1
  583. package/v3/@claude-flow/shared/dist/hooks/safety/index.d.ts +0 -17
  584. package/v3/@claude-flow/shared/dist/hooks/safety/index.d.ts.map +0 -1
  585. package/v3/@claude-flow/shared/dist/hooks/safety/index.js +0 -17
  586. package/v3/@claude-flow/shared/dist/hooks/safety/index.js.map +0 -1
  587. package/v3/@claude-flow/shared/dist/hooks/session-hooks.d.ts +0 -234
  588. package/v3/@claude-flow/shared/dist/hooks/session-hooks.d.ts.map +0 -1
  589. package/v3/@claude-flow/shared/dist/hooks/session-hooks.js +0 -334
  590. package/v3/@claude-flow/shared/dist/hooks/session-hooks.js.map +0 -1
  591. package/v3/@claude-flow/shared/dist/hooks/task-hooks.d.ts +0 -163
  592. package/v3/@claude-flow/shared/dist/hooks/task-hooks.d.ts.map +0 -1
  593. package/v3/@claude-flow/shared/dist/hooks/task-hooks.js +0 -326
  594. package/v3/@claude-flow/shared/dist/hooks/task-hooks.js.map +0 -1
  595. package/v3/@claude-flow/shared/dist/hooks/types.d.ts +0 -267
  596. package/v3/@claude-flow/shared/dist/hooks/types.d.ts.map +0 -1
  597. package/v3/@claude-flow/shared/dist/hooks/types.js +0 -62
  598. package/v3/@claude-flow/shared/dist/hooks/types.js.map +0 -1
  599. package/v3/@claude-flow/shared/dist/hooks/verify-exports.test.d.ts +0 -9
  600. package/v3/@claude-flow/shared/dist/hooks/verify-exports.test.d.ts.map +0 -1
  601. package/v3/@claude-flow/shared/dist/hooks/verify-exports.test.js +0 -93
  602. package/v3/@claude-flow/shared/dist/hooks/verify-exports.test.js.map +0 -1
  603. package/v3/@claude-flow/shared/dist/index.d.ts +0 -19
  604. package/v3/@claude-flow/shared/dist/index.d.ts.map +0 -1
  605. package/v3/@claude-flow/shared/dist/index.js +0 -46
  606. package/v3/@claude-flow/shared/dist/index.js.map +0 -1
  607. package/v3/@claude-flow/shared/dist/mcp/connection-pool.d.ts +0 -98
  608. package/v3/@claude-flow/shared/dist/mcp/connection-pool.d.ts.map +0 -1
  609. package/v3/@claude-flow/shared/dist/mcp/connection-pool.js +0 -364
  610. package/v3/@claude-flow/shared/dist/mcp/connection-pool.js.map +0 -1
  611. package/v3/@claude-flow/shared/dist/mcp/index.d.ts +0 -69
  612. package/v3/@claude-flow/shared/dist/mcp/index.d.ts.map +0 -1
  613. package/v3/@claude-flow/shared/dist/mcp/index.js +0 -84
  614. package/v3/@claude-flow/shared/dist/mcp/index.js.map +0 -1
  615. package/v3/@claude-flow/shared/dist/mcp/server.d.ts +0 -166
  616. package/v3/@claude-flow/shared/dist/mcp/server.d.ts.map +0 -1
  617. package/v3/@claude-flow/shared/dist/mcp/server.js +0 -593
  618. package/v3/@claude-flow/shared/dist/mcp/server.js.map +0 -1
  619. package/v3/@claude-flow/shared/dist/mcp/session-manager.d.ts +0 -136
  620. package/v3/@claude-flow/shared/dist/mcp/session-manager.d.ts.map +0 -1
  621. package/v3/@claude-flow/shared/dist/mcp/session-manager.js +0 -335
  622. package/v3/@claude-flow/shared/dist/mcp/session-manager.js.map +0 -1
  623. package/v3/@claude-flow/shared/dist/mcp/tool-registry.d.ts +0 -178
  624. package/v3/@claude-flow/shared/dist/mcp/tool-registry.d.ts.map +0 -1
  625. package/v3/@claude-flow/shared/dist/mcp/tool-registry.js +0 -439
  626. package/v3/@claude-flow/shared/dist/mcp/tool-registry.js.map +0 -1
  627. package/v3/@claude-flow/shared/dist/mcp/transport/http.d.ts +0 -104
  628. package/v3/@claude-flow/shared/dist/mcp/transport/http.d.ts.map +0 -1
  629. package/v3/@claude-flow/shared/dist/mcp/transport/http.js +0 -476
  630. package/v3/@claude-flow/shared/dist/mcp/transport/http.js.map +0 -1
  631. package/v3/@claude-flow/shared/dist/mcp/transport/index.d.ts +0 -102
  632. package/v3/@claude-flow/shared/dist/mcp/transport/index.d.ts.map +0 -1
  633. package/v3/@claude-flow/shared/dist/mcp/transport/index.js +0 -238
  634. package/v3/@claude-flow/shared/dist/mcp/transport/index.js.map +0 -1
  635. package/v3/@claude-flow/shared/dist/mcp/transport/stdio.d.ts +0 -104
  636. package/v3/@claude-flow/shared/dist/mcp/transport/stdio.d.ts.map +0 -1
  637. package/v3/@claude-flow/shared/dist/mcp/transport/stdio.js +0 -263
  638. package/v3/@claude-flow/shared/dist/mcp/transport/stdio.js.map +0 -1
  639. package/v3/@claude-flow/shared/dist/mcp/transport/websocket.d.ts +0 -133
  640. package/v3/@claude-flow/shared/dist/mcp/transport/websocket.d.ts.map +0 -1
  641. package/v3/@claude-flow/shared/dist/mcp/transport/websocket.js +0 -396
  642. package/v3/@claude-flow/shared/dist/mcp/transport/websocket.js.map +0 -1
  643. package/v3/@claude-flow/shared/dist/mcp/types.d.ts +0 -438
  644. package/v3/@claude-flow/shared/dist/mcp/types.d.ts.map +0 -1
  645. package/v3/@claude-flow/shared/dist/mcp/types.js +0 -54
  646. package/v3/@claude-flow/shared/dist/mcp/types.js.map +0 -1
  647. package/v3/@claude-flow/shared/dist/plugin-interface.d.ts +0 -544
  648. package/v3/@claude-flow/shared/dist/plugin-interface.d.ts.map +0 -1
  649. package/v3/@claude-flow/shared/dist/plugin-interface.js +0 -23
  650. package/v3/@claude-flow/shared/dist/plugin-interface.js.map +0 -1
  651. package/v3/@claude-flow/shared/dist/plugin-loader.d.ts +0 -139
  652. package/v3/@claude-flow/shared/dist/plugin-loader.d.ts.map +0 -1
  653. package/v3/@claude-flow/shared/dist/plugin-loader.js +0 -434
  654. package/v3/@claude-flow/shared/dist/plugin-loader.js.map +0 -1
  655. package/v3/@claude-flow/shared/dist/plugin-registry.d.ts +0 -183
  656. package/v3/@claude-flow/shared/dist/plugin-registry.d.ts.map +0 -1
  657. package/v3/@claude-flow/shared/dist/plugin-registry.js +0 -457
  658. package/v3/@claude-flow/shared/dist/plugin-registry.js.map +0 -1
  659. package/v3/@claude-flow/shared/dist/plugins/index.d.ts +0 -10
  660. package/v3/@claude-flow/shared/dist/plugins/index.d.ts.map +0 -1
  661. package/v3/@claude-flow/shared/dist/plugins/index.js +0 -10
  662. package/v3/@claude-flow/shared/dist/plugins/index.js.map +0 -1
  663. package/v3/@claude-flow/shared/dist/plugins/official/hive-mind-plugin.d.ts +0 -106
  664. package/v3/@claude-flow/shared/dist/plugins/official/hive-mind-plugin.d.ts.map +0 -1
  665. package/v3/@claude-flow/shared/dist/plugins/official/hive-mind-plugin.js +0 -241
  666. package/v3/@claude-flow/shared/dist/plugins/official/hive-mind-plugin.js.map +0 -1
  667. package/v3/@claude-flow/shared/dist/plugins/official/index.d.ts +0 -10
  668. package/v3/@claude-flow/shared/dist/plugins/official/index.d.ts.map +0 -1
  669. package/v3/@claude-flow/shared/dist/plugins/official/index.js +0 -10
  670. package/v3/@claude-flow/shared/dist/plugins/official/index.js.map +0 -1
  671. package/v3/@claude-flow/shared/dist/plugins/official/maestro-plugin.d.ts +0 -121
  672. package/v3/@claude-flow/shared/dist/plugins/official/maestro-plugin.d.ts.map +0 -1
  673. package/v3/@claude-flow/shared/dist/plugins/official/maestro-plugin.js +0 -355
  674. package/v3/@claude-flow/shared/dist/plugins/official/maestro-plugin.js.map +0 -1
  675. package/v3/@claude-flow/shared/dist/plugins/types.d.ts +0 -93
  676. package/v3/@claude-flow/shared/dist/plugins/types.d.ts.map +0 -1
  677. package/v3/@claude-flow/shared/dist/plugins/types.js +0 -9
  678. package/v3/@claude-flow/shared/dist/plugins/types.js.map +0 -1
  679. package/v3/@claude-flow/shared/dist/resilience/bulkhead.d.ts +0 -105
  680. package/v3/@claude-flow/shared/dist/resilience/bulkhead.d.ts.map +0 -1
  681. package/v3/@claude-flow/shared/dist/resilience/bulkhead.js +0 -206
  682. package/v3/@claude-flow/shared/dist/resilience/bulkhead.js.map +0 -1
  683. package/v3/@claude-flow/shared/dist/resilience/circuit-breaker.d.ts +0 -132
  684. package/v3/@claude-flow/shared/dist/resilience/circuit-breaker.d.ts.map +0 -1
  685. package/v3/@claude-flow/shared/dist/resilience/circuit-breaker.js +0 -233
  686. package/v3/@claude-flow/shared/dist/resilience/circuit-breaker.js.map +0 -1
  687. package/v3/@claude-flow/shared/dist/resilience/index.d.ts +0 -19
  688. package/v3/@claude-flow/shared/dist/resilience/index.d.ts.map +0 -1
  689. package/v3/@claude-flow/shared/dist/resilience/index.js +0 -19
  690. package/v3/@claude-flow/shared/dist/resilience/index.js.map +0 -1
  691. package/v3/@claude-flow/shared/dist/resilience/rate-limiter.d.ts +0 -168
  692. package/v3/@claude-flow/shared/dist/resilience/rate-limiter.d.ts.map +0 -1
  693. package/v3/@claude-flow/shared/dist/resilience/rate-limiter.js +0 -314
  694. package/v3/@claude-flow/shared/dist/resilience/rate-limiter.js.map +0 -1
  695. package/v3/@claude-flow/shared/dist/resilience/retry.d.ts +0 -91
  696. package/v3/@claude-flow/shared/dist/resilience/retry.d.ts.map +0 -1
  697. package/v3/@claude-flow/shared/dist/resilience/retry.js +0 -159
  698. package/v3/@claude-flow/shared/dist/resilience/retry.js.map +0 -1
  699. package/v3/@claude-flow/shared/dist/security/index.d.ts +0 -10
  700. package/v3/@claude-flow/shared/dist/security/index.d.ts.map +0 -1
  701. package/v3/@claude-flow/shared/dist/security/index.js +0 -12
  702. package/v3/@claude-flow/shared/dist/security/index.js.map +0 -1
  703. package/v3/@claude-flow/shared/dist/security/input-validation.d.ts +0 -73
  704. package/v3/@claude-flow/shared/dist/security/input-validation.d.ts.map +0 -1
  705. package/v3/@claude-flow/shared/dist/security/input-validation.js +0 -201
  706. package/v3/@claude-flow/shared/dist/security/input-validation.js.map +0 -1
  707. package/v3/@claude-flow/shared/dist/security/secure-random.d.ts +0 -92
  708. package/v3/@claude-flow/shared/dist/security/secure-random.d.ts.map +0 -1
  709. package/v3/@claude-flow/shared/dist/security/secure-random.js +0 -142
  710. package/v3/@claude-flow/shared/dist/security/secure-random.js.map +0 -1
  711. package/v3/@claude-flow/shared/dist/types/agent.types.d.ts +0 -137
  712. package/v3/@claude-flow/shared/dist/types/agent.types.d.ts.map +0 -1
  713. package/v3/@claude-flow/shared/dist/types/agent.types.js +0 -6
  714. package/v3/@claude-flow/shared/dist/types/agent.types.js.map +0 -1
  715. package/v3/@claude-flow/shared/dist/types/index.d.ts +0 -11
  716. package/v3/@claude-flow/shared/dist/types/index.d.ts.map +0 -1
  717. package/v3/@claude-flow/shared/dist/types/index.js +0 -17
  718. package/v3/@claude-flow/shared/dist/types/index.js.map +0 -1
  719. package/v3/@claude-flow/shared/dist/types/mcp.types.d.ts +0 -266
  720. package/v3/@claude-flow/shared/dist/types/mcp.types.d.ts.map +0 -1
  721. package/v3/@claude-flow/shared/dist/types/mcp.types.js +0 -7
  722. package/v3/@claude-flow/shared/dist/types/mcp.types.js.map +0 -1
  723. package/v3/@claude-flow/shared/dist/types/memory.types.d.ts +0 -236
  724. package/v3/@claude-flow/shared/dist/types/memory.types.d.ts.map +0 -1
  725. package/v3/@claude-flow/shared/dist/types/memory.types.js +0 -7
  726. package/v3/@claude-flow/shared/dist/types/memory.types.js.map +0 -1
  727. package/v3/@claude-flow/shared/dist/types/swarm.types.d.ts +0 -186
  728. package/v3/@claude-flow/shared/dist/types/swarm.types.d.ts.map +0 -1
  729. package/v3/@claude-flow/shared/dist/types/swarm.types.js +0 -65
  730. package/v3/@claude-flow/shared/dist/types/swarm.types.js.map +0 -1
  731. package/v3/@claude-flow/shared/dist/types/task.types.d.ts +0 -178
  732. package/v3/@claude-flow/shared/dist/types/task.types.d.ts.map +0 -1
  733. package/v3/@claude-flow/shared/dist/types/task.types.js +0 -32
  734. package/v3/@claude-flow/shared/dist/types/task.types.js.map +0 -1
  735. package/v3/@claude-flow/shared/dist/types.d.ts +0 -197
  736. package/v3/@claude-flow/shared/dist/types.d.ts.map +0 -1
  737. package/v3/@claude-flow/shared/dist/types.js +0 -21
  738. package/v3/@claude-flow/shared/dist/types.js.map +0 -1
  739. package/v3/@claude-flow/shared/dist/utils/secure-logger.d.ts +0 -69
  740. package/v3/@claude-flow/shared/dist/utils/secure-logger.d.ts.map +0 -1
  741. package/v3/@claude-flow/shared/dist/utils/secure-logger.js +0 -208
  742. package/v3/@claude-flow/shared/dist/utils/secure-logger.js.map +0 -1
  743. package/v3/@claude-flow/shared/package.json +0 -34
  744. package/v3/README.md +0 -493
  745. /package/{v3/@claude-flow/cli/bin → bin}/cli.js +0 -0
  746. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/agent.d.ts +0 -0
  747. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/agent.d.ts.map +0 -0
  748. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/agent.js +0 -0
  749. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/agent.js.map +0 -0
  750. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/config.d.ts +0 -0
  751. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/config.d.ts.map +0 -0
  752. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/config.js +0 -0
  753. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/config.js.map +0 -0
  754. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/daemon.d.ts +0 -0
  755. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/hive-mind.d.ts +0 -0
  756. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/hive-mind.d.ts.map +0 -0
  757. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/hive-mind.js +0 -0
  758. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/hive-mind.js.map +0 -0
  759. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/hooks.d.ts +0 -0
  760. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/hooks.d.ts.map +0 -0
  761. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/hooks.js +0 -0
  762. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/hooks.js.map +0 -0
  763. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/index.d.ts +0 -0
  764. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/index.d.ts.map +0 -0
  765. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/index.js +0 -0
  766. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/index.js.map +0 -0
  767. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/init.d.ts +0 -0
  768. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/init.d.ts.map +0 -0
  769. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/init.js +0 -0
  770. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/init.js.map +0 -0
  771. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/mcp.d.ts +0 -0
  772. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/mcp.d.ts.map +0 -0
  773. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/mcp.js +0 -0
  774. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/mcp.js.map +0 -0
  775. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/memory.d.ts +0 -0
  776. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/memory.d.ts.map +0 -0
  777. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/memory.js +0 -0
  778. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/memory.js.map +0 -0
  779. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/migrate.d.ts +0 -0
  780. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/migrate.d.ts.map +0 -0
  781. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/migrate.js +0 -0
  782. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/migrate.js.map +0 -0
  783. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/process.d.ts +0 -0
  784. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/process.d.ts.map +0 -0
  785. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/process.js +0 -0
  786. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/process.js.map +0 -0
  787. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/session.d.ts +0 -0
  788. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/session.d.ts.map +0 -0
  789. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/session.js +0 -0
  790. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/session.js.map +0 -0
  791. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/start.d.ts +0 -0
  792. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/start.d.ts.map +0 -0
  793. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/start.js +0 -0
  794. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/start.js.map +0 -0
  795. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/status.d.ts +0 -0
  796. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/status.d.ts.map +0 -0
  797. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/status.js +0 -0
  798. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/status.js.map +0 -0
  799. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/swarm.d.ts +0 -0
  800. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/swarm.d.ts.map +0 -0
  801. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/swarm.js +0 -0
  802. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/swarm.js.map +0 -0
  803. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/task.d.ts +0 -0
  804. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/task.d.ts.map +0 -0
  805. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/task.js +0 -0
  806. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/task.js.map +0 -0
  807. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/workflow.d.ts +0 -0
  808. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/workflow.d.ts.map +0 -0
  809. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/workflow.js +0 -0
  810. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/workflow.js.map +0 -0
  811. /package/{v3/@claude-flow/cli/dist → dist}/src/config-adapter.d.ts +0 -0
  812. /package/{v3/@claude-flow/cli/dist → dist}/src/config-adapter.d.ts.map +0 -0
  813. /package/{v3/@claude-flow/cli/dist → dist}/src/config-adapter.js +0 -0
  814. /package/{v3/@claude-flow/cli/dist → dist}/src/config-adapter.js.map +0 -0
  815. /package/{v3/@claude-flow/cli/dist → dist}/src/infrastructure/in-memory-repositories.d.ts +0 -0
  816. /package/{v3/@claude-flow/cli/dist → dist}/src/infrastructure/in-memory-repositories.d.ts.map +0 -0
  817. /package/{v3/@claude-flow/cli/dist → dist}/src/infrastructure/in-memory-repositories.js +0 -0
  818. /package/{v3/@claude-flow/cli/dist → dist}/src/infrastructure/in-memory-repositories.js.map +0 -0
  819. /package/{v3/@claude-flow/cli/dist → dist}/src/init/claudemd-generator.d.ts +0 -0
  820. /package/{v3/@claude-flow/cli/dist → dist}/src/init/claudemd-generator.d.ts.map +0 -0
  821. /package/{v3/@claude-flow/cli/dist → dist}/src/init/claudemd-generator.js +0 -0
  822. /package/{v3/@claude-flow/cli/dist → dist}/src/init/claudemd-generator.js.map +0 -0
  823. /package/{v3/@claude-flow/cli/dist → dist}/src/init/executor.d.ts +0 -0
  824. /package/{v3/@claude-flow/cli/dist → dist}/src/init/executor.d.ts.map +0 -0
  825. /package/{v3/@claude-flow/cli/dist → dist}/src/init/executor.js +0 -0
  826. /package/{v3/@claude-flow/cli/dist → dist}/src/init/executor.js.map +0 -0
  827. /package/{v3/@claude-flow/cli/dist → dist}/src/init/helpers-generator.d.ts +0 -0
  828. /package/{v3/@claude-flow/cli/dist → dist}/src/init/helpers-generator.d.ts.map +0 -0
  829. /package/{v3/@claude-flow/cli/dist → dist}/src/init/helpers-generator.js +0 -0
  830. /package/{v3/@claude-flow/cli/dist → dist}/src/init/helpers-generator.js.map +0 -0
  831. /package/{v3/@claude-flow/cli/dist → dist}/src/init/index.d.ts +0 -0
  832. /package/{v3/@claude-flow/cli/dist → dist}/src/init/index.d.ts.map +0 -0
  833. /package/{v3/@claude-flow/cli/dist → dist}/src/init/index.js +0 -0
  834. /package/{v3/@claude-flow/cli/dist → dist}/src/init/index.js.map +0 -0
  835. /package/{v3/@claude-flow/cli/dist → dist}/src/init/mcp-generator.d.ts +0 -0
  836. /package/{v3/@claude-flow/cli/dist → dist}/src/init/mcp-generator.d.ts.map +0 -0
  837. /package/{v3/@claude-flow/cli/dist → dist}/src/init/mcp-generator.js +0 -0
  838. /package/{v3/@claude-flow/cli/dist → dist}/src/init/mcp-generator.js.map +0 -0
  839. /package/{v3/@claude-flow/cli/dist → dist}/src/init/settings-generator.d.ts +0 -0
  840. /package/{v3/@claude-flow/cli/dist → dist}/src/init/settings-generator.d.ts.map +0 -0
  841. /package/{v3/@claude-flow/cli/dist → dist}/src/init/settings-generator.js +0 -0
  842. /package/{v3/@claude-flow/cli/dist → dist}/src/init/settings-generator.js.map +0 -0
  843. /package/{v3/@claude-flow/cli/dist → dist}/src/init/statusline-generator.d.ts +0 -0
  844. /package/{v3/@claude-flow/cli/dist → dist}/src/init/statusline-generator.d.ts.map +0 -0
  845. /package/{v3/@claude-flow/cli/dist → dist}/src/init/statusline-generator.js +0 -0
  846. /package/{v3/@claude-flow/cli/dist → dist}/src/init/statusline-generator.js.map +0 -0
  847. /package/{v3/@claude-flow/cli/dist → dist}/src/init/types.d.ts +0 -0
  848. /package/{v3/@claude-flow/cli/dist → dist}/src/init/types.d.ts.map +0 -0
  849. /package/{v3/@claude-flow/cli/dist → dist}/src/init/types.js +0 -0
  850. /package/{v3/@claude-flow/cli/dist → dist}/src/init/types.js.map +0 -0
  851. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-client.d.ts +0 -0
  852. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-client.d.ts.map +0 -0
  853. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-client.js +0 -0
  854. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-client.js.map +0 -0
  855. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-server.d.ts +0 -0
  856. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-server.d.ts.map +0 -0
  857. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-server.js +0 -0
  858. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-server.js.map +0 -0
  859. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-tools/agent-tools.d.ts +0 -0
  860. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-tools/agent-tools.d.ts.map +0 -0
  861. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-tools/agent-tools.js +0 -0
  862. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-tools/agent-tools.js.map +0 -0
  863. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-tools/config-tools.d.ts +0 -0
  864. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-tools/config-tools.d.ts.map +0 -0
  865. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-tools/config-tools.js +0 -0
  866. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-tools/config-tools.js.map +0 -0
  867. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-tools/hive-mind-tools.d.ts +0 -0
  868. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-tools/hive-mind-tools.d.ts.map +0 -0
  869. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-tools/hive-mind-tools.js +0 -0
  870. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-tools/hive-mind-tools.js.map +0 -0
  871. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-tools/hooks-tools.d.ts +0 -0
  872. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-tools/hooks-tools.d.ts.map +0 -0
  873. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-tools/hooks-tools.js +0 -0
  874. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-tools/hooks-tools.js.map +0 -0
  875. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-tools/index.d.ts +0 -0
  876. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-tools/index.d.ts.map +0 -0
  877. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-tools/index.js +0 -0
  878. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-tools/index.js.map +0 -0
  879. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-tools/memory-tools.d.ts +0 -0
  880. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-tools/memory-tools.d.ts.map +0 -0
  881. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-tools/memory-tools.js +0 -0
  882. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-tools/memory-tools.js.map +0 -0
  883. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-tools/session-tools.d.ts +0 -0
  884. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-tools/session-tools.d.ts.map +0 -0
  885. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-tools/session-tools.js +0 -0
  886. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-tools/session-tools.js.map +0 -0
  887. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-tools/swarm-tools.d.ts +0 -0
  888. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-tools/swarm-tools.d.ts.map +0 -0
  889. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-tools/swarm-tools.js +0 -0
  890. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-tools/swarm-tools.js.map +0 -0
  891. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-tools/task-tools.d.ts +0 -0
  892. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-tools/task-tools.d.ts.map +0 -0
  893. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-tools/task-tools.js +0 -0
  894. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-tools/task-tools.js.map +0 -0
  895. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-tools/types.d.ts +0 -0
  896. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-tools/types.d.ts.map +0 -0
  897. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-tools/types.js +0 -0
  898. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-tools/types.js.map +0 -0
  899. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-tools/workflow-tools.d.ts +0 -0
  900. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-tools/workflow-tools.d.ts.map +0 -0
  901. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-tools/workflow-tools.js +0 -0
  902. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-tools/workflow-tools.js.map +0 -0
  903. /package/{v3/@claude-flow/cli/dist → dist}/src/parser.d.ts +0 -0
  904. /package/{v3/@claude-flow/cli/dist → dist}/src/parser.d.ts.map +0 -0
  905. /package/{v3/@claude-flow/cli/dist → dist}/src/parser.js +0 -0
  906. /package/{v3/@claude-flow/cli/dist → dist}/src/parser.js.map +0 -0
  907. /package/{v3/@claude-flow/cli/dist → dist}/src/prompt.d.ts +0 -0
  908. /package/{v3/@claude-flow/cli/dist → dist}/src/prompt.d.ts.map +0 -0
  909. /package/{v3/@claude-flow/cli/dist → dist}/src/prompt.js +0 -0
  910. /package/{v3/@claude-flow/cli/dist → dist}/src/prompt.js.map +0 -0
  911. /package/{v3/@claude-flow/cli/dist → dist}/src/services/index.d.ts +0 -0
  912. /package/{v3/@claude-flow/cli/dist → dist}/src/services/index.d.ts.map +0 -0
  913. /package/{v3/@claude-flow/cli/dist → dist}/src/services/index.js +0 -0
  914. /package/{v3/@claude-flow/cli/dist → dist}/src/services/index.js.map +0 -0
  915. /package/{v3/@claude-flow/cli/dist → dist}/src/services/worker-daemon.d.ts +0 -0
  916. /package/{v3/@claude-flow/cli/dist → dist}/src/services/worker-daemon.d.ts.map +0 -0
  917. /package/{v3/@claude-flow/cli/dist → dist}/src/services/worker-daemon.js +0 -0
  918. /package/{v3/@claude-flow/cli/dist → dist}/src/services/worker-daemon.js.map +0 -0
  919. /package/{v3/@claude-flow/cli/dist → dist}/src/types.d.ts +0 -0
  920. /package/{v3/@claude-flow/cli/dist → dist}/src/types.d.ts.map +0 -0
  921. /package/{v3/@claude-flow/cli/dist → dist}/src/types.js +0 -0
  922. /package/{v3/@claude-flow/cli/dist → dist}/src/types.js.map +0 -0
@@ -1,103 +0,0 @@
1
- ---
2
- name: claude-flow-help
3
- description: Show Claude-Flow commands and usage
4
- ---
5
-
6
- # Claude-Flow Commands
7
-
8
- ## 🌊 Claude-Flow: Agent Orchestration Platform
9
-
10
- Claude-Flow is the ultimate multi-terminal orchestration platform that revolutionizes how you work with Claude Code.
11
-
12
- ## Core Commands
13
-
14
- ### 🚀 System Management
15
- - `./claude-flow start` - Start orchestration system
16
- - `./claude-flow start --ui` - Start with interactive process management UI
17
- - `./claude-flow status` - Check system status
18
- - `./claude-flow monitor` - Real-time monitoring
19
- - `./claude-flow stop` - Stop orchestration
20
-
21
- ### 🤖 Agent Management
22
- - `./claude-flow agent spawn <type>` - Create new agent
23
- - `./claude-flow agent list` - List active agents
24
- - `./claude-flow agent info <id>` - Agent details
25
- - `./claude-flow agent terminate <id>` - Stop agent
26
-
27
- ### 📋 Task Management
28
- - `./claude-flow task create <type> "description"` - Create task
29
- - `./claude-flow task list` - List all tasks
30
- - `./claude-flow task status <id>` - Task status
31
- - `./claude-flow task cancel <id>` - Cancel task
32
- - `./claude-flow task workflow <file>` - Execute workflow
33
-
34
- ### 🧠 Memory Operations
35
- - `./claude-flow memory store "key" "value"` - Store data
36
- - `./claude-flow memory query "search"` - Search memory
37
- - `./claude-flow memory stats` - Memory statistics
38
- - `./claude-flow memory export <file>` - Export memory
39
- - `./claude-flow memory import <file>` - Import memory
40
-
41
- ### ⚡ SPARC Development
42
- - `./claude-flow sparc "task"` - Run SPARC orchestrator
43
- - `./claude-flow sparc modes` - List all 17+ SPARC modes
44
- - `./claude-flow sparc run <mode> "task"` - Run specific mode
45
- - `./claude-flow sparc tdd "feature"` - TDD workflow
46
- - `./claude-flow sparc info <mode>` - Mode details
47
-
48
- ### 🐝 Swarm Coordination
49
- - `./claude-flow swarm "task" --strategy <type>` - Start swarm
50
- - `./claude-flow swarm "task" --background` - Long-running swarm
51
- - `./claude-flow swarm "task" --monitor` - With monitoring
52
- - `./claude-flow swarm "task" --ui` - Interactive UI
53
- - `./claude-flow swarm "task" --distributed` - Distributed coordination
54
-
55
- ### 🌍 MCP Integration
56
- - `./claude-flow mcp status` - MCP server status
57
- - `./claude-flow mcp tools` - List available tools
58
- - `./claude-flow mcp config` - Show configuration
59
- - `./claude-flow mcp logs` - View MCP logs
60
-
61
- ### 🤖 Claude Integration
62
- - `./claude-flow claude spawn "task"` - Spawn Claude with enhanced guidance
63
- - `./claude-flow claude batch <file>` - Execute workflow configuration
64
-
65
- ## 🌟 Quick Examples
66
-
67
- ### Initialize with SPARC:
68
- ```bash
69
- npx -y claude-flow@latest init --sparc
70
- ```
71
-
72
- ### Start a development swarm:
73
- ```bash
74
- ./claude-flow swarm "Build REST API" --strategy development --monitor --review
75
- ```
76
-
77
- ### Run TDD workflow:
78
- ```bash
79
- ./claude-flow sparc tdd "user authentication"
80
- ```
81
-
82
- ### Store project context:
83
- ```bash
84
- ./claude-flow memory store "project_requirements" "e-commerce platform specs" --namespace project
85
- ```
86
-
87
- ### Spawn specialized agents:
88
- ```bash
89
- ./claude-flow agent spawn researcher --name "Senior Researcher" --priority 8
90
- ./claude-flow agent spawn developer --name "Lead Developer" --priority 9
91
- ```
92
-
93
- ## 🎯 Best Practices
94
- - Use `./claude-flow` instead of `npx claude-flow` after initialization
95
- - Store important context in memory for cross-session persistence
96
- - Use swarm mode for complex tasks requiring multiple agents
97
- - Enable monitoring for real-time progress tracking
98
- - Use background mode for tasks > 30 minutes
99
-
100
- ## 📚 Resources
101
- - Documentation: https://github.com/ruvnet/claude-code-flow/docs
102
- - Examples: https://github.com/ruvnet/claude-code-flow/examples
103
- - Issues: https://github.com/ruvnet/claude-code-flow/issues
@@ -1,107 +0,0 @@
1
- ---
2
- name: claude-flow-memory
3
- description: Interact with Claude-Flow memory system
4
- ---
5
-
6
- # 🧠 Claude-Flow Memory System
7
-
8
- The memory system provides persistent storage for cross-session and cross-agent collaboration with CRDT-based conflict resolution.
9
-
10
- ## Store Information
11
- ```bash
12
- # Store with default namespace
13
- ./claude-flow memory store "key" "value"
14
-
15
- # Store with specific namespace
16
- ./claude-flow memory store "architecture_decisions" "microservices with API gateway" --namespace arch
17
- ```
18
-
19
- ## Query Memory
20
- ```bash
21
- # Search across all namespaces
22
- ./claude-flow memory query "authentication"
23
-
24
- # Search with filters
25
- ./claude-flow memory query "API design" --namespace arch --limit 10
26
- ```
27
-
28
- ## Memory Statistics
29
- ```bash
30
- # Show overall statistics
31
- ./claude-flow memory stats
32
-
33
- # Show namespace-specific stats
34
- ./claude-flow memory stats --namespace project
35
- ```
36
-
37
- ## Export/Import
38
- ```bash
39
- # Export all memory
40
- ./claude-flow memory export full-backup.json
41
-
42
- # Export specific namespace
43
- ./claude-flow memory export project-backup.json --namespace project
44
-
45
- # Import memory
46
- ./claude-flow memory import backup.json
47
- ```
48
-
49
- ## Cleanup Operations
50
- ```bash
51
- # Clean entries older than 30 days
52
- ./claude-flow memory cleanup --days 30
53
-
54
- # Clean specific namespace
55
- ./claude-flow memory cleanup --namespace temp --days 7
56
- ```
57
-
58
- ## 🗂️ Namespaces
59
- - **default** - General storage
60
- - **agents** - Agent-specific data and state
61
- - **tasks** - Task information and results
62
- - **sessions** - Session history and context
63
- - **swarm** - Swarm coordination and objectives
64
- - **project** - Project-specific context
65
- - **spec** - Requirements and specifications
66
- - **arch** - Architecture decisions
67
- - **impl** - Implementation notes
68
- - **test** - Test results and coverage
69
- - **debug** - Debug logs and fixes
70
-
71
- ## 🎯 Best Practices
72
-
73
- ### Naming Conventions
74
- - Use descriptive, searchable keys
75
- - Include timestamp for time-sensitive data
76
- - Prefix with component name for clarity
77
-
78
- ### Organization
79
- - Use namespaces to categorize data
80
- - Store related data together
81
- - Keep values concise but complete
82
-
83
- ### Maintenance
84
- - Regular backups with export
85
- - Clean old data periodically
86
- - Monitor storage statistics
87
- - Compress large values
88
-
89
- ## Examples
90
-
91
- ### Store SPARC context:
92
- ```bash
93
- ./claude-flow memory store "spec_auth_requirements" "OAuth2 + JWT with refresh tokens" --namespace spec
94
- ./claude-flow memory store "arch_api_design" "RESTful microservices with GraphQL gateway" --namespace arch
95
- ./claude-flow memory store "test_coverage_auth" "95% coverage, all tests passing" --namespace test
96
- ```
97
-
98
- ### Query project decisions:
99
- ```bash
100
- ./claude-flow memory query "authentication" --namespace arch --limit 5
101
- ./claude-flow memory query "test results" --namespace test
102
- ```
103
-
104
- ### Backup project memory:
105
- ```bash
106
- ./claude-flow memory export project-$(date +%Y%m%d).json --namespace project
107
- ```
@@ -1,205 +0,0 @@
1
- ---
2
- name: claude-flow-swarm
3
- description: Coordinate multi-agent swarms for complex tasks
4
- ---
5
-
6
- # 🐝 Claude-Flow Swarm Coordination
7
-
8
- Advanced multi-agent coordination system with timeout-free execution, distributed memory sharing, and intelligent load balancing.
9
-
10
- ## Basic Usage
11
- ```bash
12
- ./claude-flow swarm "your complex task" --strategy <type> [options]
13
- ```
14
-
15
- ## 🎯 Swarm Strategies
16
- - **auto** - Automatic strategy selection based on task analysis
17
- - **development** - Code implementation with review and testing
18
- - **research** - Information gathering and synthesis
19
- - **analysis** - Data processing and pattern identification
20
- - **testing** - Comprehensive quality assurance
21
- - **optimization** - Performance tuning and refactoring
22
- - **maintenance** - System updates and bug fixes
23
-
24
- ## 🤖 Agent Types
25
- - **coordinator** - Plans and delegates tasks to other agents
26
- - **developer** - Writes code and implements solutions
27
- - **researcher** - Gathers and analyzes information
28
- - **analyzer** - Identifies patterns and generates insights
29
- - **tester** - Creates and runs tests for quality assurance
30
- - **reviewer** - Performs code and design reviews
31
- - **documenter** - Creates documentation and guides
32
- - **monitor** - Tracks performance and system health
33
- - **specialist** - Domain-specific expert agents
34
-
35
- ## 🔄 Coordination Modes
36
- - **centralized** - Single coordinator manages all agents (default)
37
- - **distributed** - Multiple coordinators share management
38
- - **hierarchical** - Tree structure with nested coordination
39
- - **mesh** - Peer-to-peer agent collaboration
40
- - **hybrid** - Mixed coordination strategies
41
-
42
- ## ⚙️ Common Options
43
- - `--strategy <type>` - Execution strategy
44
- - `--mode <type>` - Coordination mode
45
- - `--max-agents <n>` - Maximum concurrent agents (default: 5)
46
- - `--timeout <minutes>` - Timeout in minutes (default: 60)
47
- - `--background` - Run in background for tasks > 30 minutes
48
- - `--monitor` - Enable real-time monitoring
49
- - `--ui` - Launch terminal UI interface
50
- - `--parallel` - Enable parallel execution
51
- - `--distributed` - Enable distributed coordination
52
- - `--review` - Enable peer review process
53
- - `--testing` - Include automated testing
54
- - `--encryption` - Enable data encryption
55
- - `--verbose` - Detailed logging output
56
- - `--dry-run` - Show configuration without executing
57
-
58
- ## 🌟 Examples
59
-
60
- ### Development Swarm with Review
61
- ```bash
62
- ./claude-flow swarm "Build e-commerce REST API" \
63
- --strategy development \
64
- --monitor \
65
- --review \
66
- --testing
67
- ```
68
-
69
- ### Long-Running Research Swarm
70
- ```bash
71
- ./claude-flow swarm "Analyze AI market trends 2024-2025" \
72
- --strategy research \
73
- --background \
74
- --distributed \
75
- --max-agents 8
76
- ```
77
-
78
- ### Performance Optimization Swarm
79
- ```bash
80
- ./claude-flow swarm "Optimize database queries and API performance" \
81
- --strategy optimization \
82
- --testing \
83
- --parallel \
84
- --monitor
85
- ```
86
-
87
- ### Enterprise Development Swarm
88
- ```bash
89
- ./claude-flow swarm "Implement secure payment processing system" \
90
- --strategy development \
91
- --mode distributed \
92
- --max-agents 10 \
93
- --parallel \
94
- --monitor \
95
- --review \
96
- --testing \
97
- --encryption \
98
- --verbose
99
- ```
100
-
101
- ### Testing and QA Swarm
102
- ```bash
103
- ./claude-flow swarm "Comprehensive security audit and testing" \
104
- --strategy testing \
105
- --review \
106
- --verbose \
107
- --max-agents 6
108
- ```
109
-
110
- ## 📊 Monitoring and Control
111
-
112
- ### Real-time monitoring:
113
- ```bash
114
- # Monitor swarm activity
115
- ./claude-flow monitor
116
-
117
- # Monitor specific component
118
- ./claude-flow monitor --focus swarm
119
- ```
120
-
121
- ### Check swarm status:
122
- ```bash
123
- # Overall system status
124
- ./claude-flow status
125
-
126
- # Detailed swarm status
127
- ./claude-flow status --verbose
128
- ```
129
-
130
- ### View agent activity:
131
- ```bash
132
- # List all agents
133
- ./claude-flow agent list
134
-
135
- # Agent details
136
- ./claude-flow agent info <agent-id>
137
- ```
138
-
139
- ## 💾 Memory Integration
140
-
141
- Swarms automatically use distributed memory for collaboration:
142
-
143
- ```bash
144
- # Store swarm objectives
145
- ./claude-flow memory store "swarm_objective" "Build scalable API" --namespace swarm
146
-
147
- # Query swarm progress
148
- ./claude-flow memory query "swarm_progress" --namespace swarm
149
-
150
- # Export swarm memory
151
- ./claude-flow memory export swarm-results.json --namespace swarm
152
- ```
153
-
154
- ## 🎯 Key Features
155
-
156
- ### Timeout-Free Execution
157
- - Background mode for long-running tasks
158
- - State persistence across sessions
159
- - Automatic checkpoint recovery
160
-
161
- ### Work Stealing & Load Balancing
162
- - Dynamic task redistribution
163
- - Automatic agent scaling
164
- - Resource-aware scheduling
165
-
166
- ### Circuit Breakers & Fault Tolerance
167
- - Automatic retry with exponential backoff
168
- - Graceful degradation
169
- - Health monitoring and recovery
170
-
171
- ### Real-Time Collaboration
172
- - Cross-agent communication
173
- - Shared memory access
174
- - Event-driven coordination
175
-
176
- ### Enterprise Security
177
- - Role-based access control
178
- - Audit logging
179
- - Data encryption
180
- - Input validation
181
-
182
- ## 🔧 Advanced Configuration
183
-
184
- ### Dry run to preview:
185
- ```bash
186
- ./claude-flow swarm "Test task" --dry-run --strategy development
187
- ```
188
-
189
- ### Custom quality thresholds:
190
- ```bash
191
- ./claude-flow swarm "High quality API" \
192
- --strategy development \
193
- --quality-threshold 0.95
194
- ```
195
-
196
- ### Scheduling algorithms:
197
- - FIFO (First In, First Out)
198
- - Priority-based
199
- - Deadline-driven
200
- - Shortest Job First
201
- - Critical Path
202
- - Resource-aware
203
- - Adaptive
204
-
205
- For detailed documentation, see: https://github.com/ruvnet/claude-code-flow/docs/swarm-system.md
@@ -1,9 +0,0 @@
1
- # Coordination Commands
2
-
3
- Commands for coordination operations in Claude Flow.
4
-
5
- ## Available Commands
6
-
7
- - [swarm-init](./swarm-init.md)
8
- - [agent-spawn](./agent-spawn.md)
9
- - [task-orchestrate](./task-orchestrate.md)
@@ -1,25 +0,0 @@
1
- # agent-spawn
2
-
3
- Spawn a new agent in the current swarm.
4
-
5
- ## Usage
6
- ```bash
7
- npx claude-flow agent spawn [options]
8
- ```
9
-
10
- ## Options
11
- - `--type <type>` - Agent type (coder, researcher, analyst, tester, coordinator)
12
- - `--name <name>` - Custom agent name
13
- - `--skills <list>` - Specific skills (comma-separated)
14
-
15
- ## Examples
16
- ```bash
17
- # Spawn coder agent
18
- npx claude-flow agent spawn --type coder
19
-
20
- # With custom name
21
- npx claude-flow agent spawn --type researcher --name "API Expert"
22
-
23
- # With specific skills
24
- npx claude-flow agent spawn --type coder --skills "python,fastapi,testing"
25
- ```
@@ -1,44 +0,0 @@
1
- # Initialize Coordination Framework
2
-
3
- ## 🎯 Key Principle
4
- **This tool coordinates Claude Code's actions. It does NOT write code or create content.**
5
-
6
- ## MCP Tool Usage in Claude Code
7
-
8
- **Tool:** `mcp__claude-flow__swarm_init`
9
-
10
- ## Parameters
11
- ```json
12
- {"topology": "mesh", "maxAgents": 5, "strategy": "balanced"}
13
- ```
14
-
15
- ## Description
16
- Set up a coordination topology to guide Claude Code's approach to complex tasks
17
-
18
- ## Details
19
- This tool creates a coordination framework that helps Claude Code:
20
- - Break down complex problems systematically
21
- - Approach tasks from multiple perspectives
22
- - Maintain consistency across large projects
23
- - Work more efficiently through structured coordination
24
-
25
- Remember: This does NOT create actual coding agents. It creates a coordination pattern for Claude Code to follow.
26
-
27
- ## Example Usage
28
-
29
- **In Claude Code:**
30
- 1. Use the tool: `mcp__claude-flow__swarm_init`
31
- 2. With parameters: `{"topology": "mesh", "maxAgents": 5, "strategy": "balanced"}`
32
- 3. Claude Code then executes the coordinated plan using its native tools
33
-
34
- ## Important Reminders
35
- - ✅ This tool provides coordination and structure
36
- - ✅ Claude Code performs all actual implementation
37
- - ❌ The tool does NOT write code
38
- - ❌ The tool does NOT access files directly
39
- - ❌ The tool does NOT execute commands
40
-
41
- ## See Also
42
- - Main documentation: /claude.md
43
- - Other commands in this category
44
- - Workflow examples in /workflows/
@@ -1,43 +0,0 @@
1
- # Coordinate Task Execution
2
-
3
- ## 🎯 Key Principle
4
- **This tool coordinates Claude Code's actions. It does NOT write code or create content.**
5
-
6
- ## MCP Tool Usage in Claude Code
7
-
8
- **Tool:** `mcp__claude-flow__task_orchestrate`
9
-
10
- ## Parameters
11
- ```json
12
- {"task": "Implement authentication system", "strategy": "parallel", "priority": "high"}
13
- ```
14
-
15
- ## Description
16
- Break down and coordinate complex tasks for systematic execution by Claude Code
17
-
18
- ## Details
19
- Orchestration strategies:
20
- - **parallel**: Claude Code works on independent components simultaneously
21
- - **sequential**: Step-by-step execution for dependent tasks
22
- - **adaptive**: Dynamically adjusts based on task complexity
23
-
24
- The orchestrator creates a plan that Claude Code follows using its native tools.
25
-
26
- ## Example Usage
27
-
28
- **In Claude Code:**
29
- 1. Use the tool: `mcp__claude-flow__task_orchestrate`
30
- 2. With parameters: `{"task": "Implement authentication system", "strategy": "parallel", "priority": "high"}`
31
- 3. Claude Code then executes the coordinated plan using its native tools
32
-
33
- ## Important Reminders
34
- - ✅ This tool provides coordination and structure
35
- - ✅ Claude Code performs all actual implementation
36
- - ❌ The tool does NOT write code
37
- - ❌ The tool does NOT access files directly
38
- - ❌ The tool does NOT execute commands
39
-
40
- ## See Also
41
- - Main documentation: /claude.md
42
- - Other commands in this category
43
- - Workflow examples in /workflows/
@@ -1,45 +0,0 @@
1
- # Create Cognitive Patterns
2
-
3
- ## 🎯 Key Principle
4
- **This tool coordinates Claude Code's actions. It does NOT write code or create content.**
5
-
6
- ## MCP Tool Usage in Claude Code
7
-
8
- **Tool:** `mcp__claude-flow__agent_spawn`
9
-
10
- ## Parameters
11
- ```json
12
- {"type": "researcher", "name": "Literature Analysis", "capabilities": ["deep-analysis"]}
13
- ```
14
-
15
- ## Description
16
- Define cognitive patterns that represent different approaches Claude Code can take
17
-
18
- ## Details
19
- Agent types represent thinking patterns, not actual coders:
20
- - **researcher**: Systematic exploration approach
21
- - **coder**: Implementation-focused thinking
22
- - **analyst**: Data-driven decision making
23
- - **architect**: Big-picture system design
24
- - **reviewer**: Quality and consistency checking
25
-
26
- These patterns guide how Claude Code approaches different aspects of your task.
27
-
28
- ## Example Usage
29
-
30
- **In Claude Code:**
31
- 1. Use the tool: `mcp__claude-flow__agent_spawn`
32
- 2. With parameters: `{"type": "researcher", "name": "Literature Analysis", "capabilities": ["deep-analysis"]}`
33
- 3. Claude Code then executes the coordinated plan using its native tools
34
-
35
- ## Important Reminders
36
- - ✅ This tool provides coordination and structure
37
- - ✅ Claude Code performs all actual implementation
38
- - ❌ The tool does NOT write code
39
- - ❌ The tool does NOT access files directly
40
- - ❌ The tool does NOT execute commands
41
-
42
- ## See Also
43
- - Main documentation: /claude.md
44
- - Other commands in this category
45
- - Workflow examples in /workflows/
@@ -1,85 +0,0 @@
1
- # swarm init
2
-
3
- Initialize a Claude Flow swarm with specified topology and configuration.
4
-
5
- ## Usage
6
-
7
- ```bash
8
- npx claude-flow swarm init [options]
9
- ```
10
-
11
- ## Options
12
-
13
- - `--topology, -t <type>` - Swarm topology: mesh, hierarchical, ring, star (default: hierarchical)
14
- - `--max-agents, -m <number>` - Maximum number of agents (default: 8)
15
- - `--strategy, -s <type>` - Execution strategy: balanced, parallel, sequential (default: parallel)
16
- - `--auto-spawn` - Automatically spawn agents based on task complexity
17
- - `--memory` - Enable cross-session memory persistence
18
- - `--github` - Enable GitHub integration features
19
-
20
- ## Examples
21
-
22
- ### Basic initialization
23
-
24
- ```bash
25
- npx claude-flow swarm init
26
- ```
27
-
28
- ### Mesh topology for research
29
-
30
- ```bash
31
- npx claude-flow swarm init --topology mesh --max-agents 5 --strategy balanced
32
- ```
33
-
34
- ### Hierarchical for development
35
-
36
- ```bash
37
- npx claude-flow swarm init --topology hierarchical --max-agents 10 --strategy parallel --auto-spawn
38
- ```
39
-
40
- ### GitHub-focused swarm
41
-
42
- ```bash
43
- npx claude-flow swarm init --topology star --github --memory
44
- ```
45
-
46
- ## Topologies
47
-
48
- ### Mesh
49
-
50
- - All agents connect to all others
51
- - Best for: Research, exploration, brainstorming
52
- - Communication: High overhead, maximum information sharing
53
-
54
- ### Hierarchical
55
-
56
- - Tree structure with clear command chain
57
- - Best for: Development, structured tasks, large projects
58
- - Communication: Efficient, clear responsibilities
59
-
60
- ### Ring
61
-
62
- - Agents connect in a circle
63
- - Best for: Pipeline processing, sequential workflows
64
- - Communication: Low overhead, ordered processing
65
-
66
- ### Star
67
-
68
- - Central coordinator with satellite agents
69
- - Best for: Simple tasks, centralized control
70
- - Communication: Minimal overhead, clear coordination
71
-
72
- ## Integration with Claude Code
73
-
74
- Once initialized, use MCP tools in Claude Code:
75
-
76
- ```javascript
77
- mcp__claude-flow__swarm_init { topology: "hierarchical", maxAgents: 8 }
78
- ```
79
-
80
- ## See Also
81
-
82
- - `agent spawn` - Create swarm agents
83
- - `task orchestrate` - Coordinate task execution
84
- - `swarm status` - Check swarm state
85
- - `swarm monitor` - Real-time monitoring
@@ -1,25 +0,0 @@
1
- # task-orchestrate
2
-
3
- Orchestrate complex tasks across the swarm.
4
-
5
- ## Usage
6
- ```bash
7
- npx claude-flow task orchestrate [options]
8
- ```
9
-
10
- ## Options
11
- - `--task <description>` - Task description
12
- - `--strategy <type>` - Orchestration strategy
13
- - `--priority <level>` - Task priority (low, medium, high, critical)
14
-
15
- ## Examples
16
- ```bash
17
- # Orchestrate development task
18
- npx claude-flow task orchestrate --task "Implement user authentication"
19
-
20
- # High priority task
21
- npx claude-flow task orchestrate --task "Fix production bug" --priority critical
22
-
23
- # With specific strategy
24
- npx claude-flow task orchestrate --task "Refactor codebase" --strategy parallel
25
- ```