claude-flow 3.0.0-alpha.7 → 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 (924) 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/{v3/@claude-flow/cli/dist → dist}/src/services/worker-daemon.d.ts +29 -2
  14. package/dist/src/services/worker-daemon.d.ts.map +1 -0
  15. package/{v3/@claude-flow/cli/dist → dist}/src/services/worker-daemon.js +123 -20
  16. package/dist/src/services/worker-daemon.js.map +1 -0
  17. package/dist/tsconfig.tsbuildinfo +1 -0
  18. package/package.json +13 -57
  19. package/src/commands/agent.ts +955 -0
  20. package/src/commands/config.ts +452 -0
  21. package/src/commands/daemon.ts +598 -0
  22. package/src/commands/hive-mind.ts +928 -0
  23. package/src/commands/hooks.ts +2603 -0
  24. package/src/commands/index.ts +118 -0
  25. package/src/commands/init.ts +597 -0
  26. package/src/commands/mcp.ts +753 -0
  27. package/src/commands/memory.ts +1161 -0
  28. package/src/commands/migrate.ts +447 -0
  29. package/src/commands/process.ts +695 -0
  30. package/src/commands/session.ts +891 -0
  31. package/src/commands/start.ts +457 -0
  32. package/src/commands/status.ts +736 -0
  33. package/src/commands/swarm.ts +648 -0
  34. package/src/commands/task.ts +792 -0
  35. package/src/commands/workflow.ts +742 -0
  36. package/src/config-adapter.ts +210 -0
  37. package/src/index.ts +427 -0
  38. package/src/infrastructure/in-memory-repositories.ts +310 -0
  39. package/src/init/claudemd-generator.ts +631 -0
  40. package/src/init/executor.ts +762 -0
  41. package/src/init/helpers-generator.ts +628 -0
  42. package/src/init/index.ts +60 -0
  43. package/src/init/mcp-generator.ts +83 -0
  44. package/src/init/settings-generator.ts +284 -0
  45. package/src/init/statusline-generator.ts +211 -0
  46. package/src/init/types.ts +447 -0
  47. package/src/mcp-client.ts +241 -0
  48. package/src/mcp-server.ts +577 -0
  49. package/src/mcp-tools/agent-tools.ts +466 -0
  50. package/src/mcp-tools/config-tools.ts +370 -0
  51. package/src/mcp-tools/hive-mind-tools.ts +521 -0
  52. package/src/mcp-tools/hooks-tools.ts +1888 -0
  53. package/src/mcp-tools/index.ts +16 -0
  54. package/src/mcp-tools/memory-tools.ts +270 -0
  55. package/src/mcp-tools/session-tools.ts +359 -0
  56. package/src/mcp-tools/swarm-tools.ts +105 -0
  57. package/src/mcp-tools/task-tools.ts +347 -0
  58. package/src/mcp-tools/types.ts +33 -0
  59. package/src/mcp-tools/workflow-tools.ts +573 -0
  60. package/src/output.ts +639 -0
  61. package/src/parser.ts +417 -0
  62. package/src/prompt.ts +619 -0
  63. package/src/services/index.ts +15 -0
  64. package/src/services/worker-daemon.ts +726 -0
  65. package/src/types.ts +287 -0
  66. package/.claude/.claude-flow/metrics/system-metrics.json +0 -2606
  67. package/.claude/agents/MIGRATION_SUMMARY.md +0 -222
  68. package/.claude/agents/README.md +0 -89
  69. package/.claude/agents/analysis/analyze-code-quality.md +0 -180
  70. package/.claude/agents/analysis/code-analyzer.md +0 -209
  71. package/.claude/agents/analysis/code-review/analyze-code-quality.md +0 -180
  72. package/.claude/agents/architecture/system-design/arch-system-design.md +0 -156
  73. package/.claude/agents/base-template-generator.md +0 -42
  74. package/.claude/agents/consensus/README.md +0 -253
  75. package/.claude/agents/consensus/byzantine-coordinator.md +0 -63
  76. package/.claude/agents/consensus/crdt-synchronizer.md +0 -997
  77. package/.claude/agents/consensus/gossip-coordinator.md +0 -63
  78. package/.claude/agents/consensus/performance-benchmarker.md +0 -851
  79. package/.claude/agents/consensus/quorum-manager.md +0 -823
  80. package/.claude/agents/consensus/raft-manager.md +0 -63
  81. package/.claude/agents/consensus/security-manager.md +0 -622
  82. package/.claude/agents/core/coder.md +0 -266
  83. package/.claude/agents/core/planner.md +0 -168
  84. package/.claude/agents/core/researcher.md +0 -190
  85. package/.claude/agents/core/reviewer.md +0 -326
  86. package/.claude/agents/core/tester.md +0 -319
  87. package/.claude/agents/custom/test-long-runner.md +0 -44
  88. package/.claude/agents/data/ml/data-ml-model.md +0 -193
  89. package/.claude/agents/database-specialist.yaml +0 -21
  90. package/.claude/agents/development/backend/dev-backend-api.md +0 -142
  91. package/.claude/agents/development/dev-backend-api.md +0 -345
  92. package/.claude/agents/devops/ci-cd/ops-cicd-github.md +0 -164
  93. package/.claude/agents/documentation/api-docs/docs-api-openapi.md +0 -174
  94. package/.claude/agents/flow-nexus/app-store.md +0 -88
  95. package/.claude/agents/flow-nexus/authentication.md +0 -69
  96. package/.claude/agents/flow-nexus/challenges.md +0 -81
  97. package/.claude/agents/flow-nexus/neural-network.md +0 -88
  98. package/.claude/agents/flow-nexus/payments.md +0 -83
  99. package/.claude/agents/flow-nexus/sandbox.md +0 -76
  100. package/.claude/agents/flow-nexus/swarm.md +0 -76
  101. package/.claude/agents/flow-nexus/user-tools.md +0 -96
  102. package/.claude/agents/flow-nexus/workflow.md +0 -84
  103. package/.claude/agents/github/code-review-swarm.md +0 -538
  104. package/.claude/agents/github/github-modes.md +0 -173
  105. package/.claude/agents/github/issue-tracker.md +0 -319
  106. package/.claude/agents/github/multi-repo-swarm.md +0 -553
  107. package/.claude/agents/github/pr-manager.md +0 -191
  108. package/.claude/agents/github/project-board-sync.md +0 -509
  109. package/.claude/agents/github/release-manager.md +0 -367
  110. package/.claude/agents/github/release-swarm.md +0 -583
  111. package/.claude/agents/github/repo-architect.md +0 -398
  112. package/.claude/agents/github/swarm-issue.md +0 -573
  113. package/.claude/agents/github/swarm-pr.md +0 -428
  114. package/.claude/agents/github/sync-coordinator.md +0 -452
  115. package/.claude/agents/github/workflow-automation.md +0 -635
  116. package/.claude/agents/goal/agent.md +0 -816
  117. package/.claude/agents/goal/code-goal-planner.md +0 -446
  118. package/.claude/agents/goal/goal-planner.md +0 -168
  119. package/.claude/agents/hive-mind/collective-intelligence-coordinator.md +0 -130
  120. package/.claude/agents/hive-mind/queen-coordinator.md +0 -203
  121. package/.claude/agents/hive-mind/scout-explorer.md +0 -242
  122. package/.claude/agents/hive-mind/swarm-memory-manager.md +0 -193
  123. package/.claude/agents/hive-mind/worker-specialist.md +0 -217
  124. package/.claude/agents/index.yaml +0 -17
  125. package/.claude/agents/neural/safla-neural.md +0 -74
  126. package/.claude/agents/optimization/README.md +0 -250
  127. package/.claude/agents/optimization/benchmark-suite.md +0 -665
  128. package/.claude/agents/optimization/load-balancer.md +0 -431
  129. package/.claude/agents/optimization/performance-monitor.md +0 -672
  130. package/.claude/agents/optimization/resource-allocator.md +0 -674
  131. package/.claude/agents/optimization/topology-optimizer.md +0 -808
  132. package/.claude/agents/payments/agentic-payments.md +0 -126
  133. package/.claude/agents/project-coordinator.yaml +0 -15
  134. package/.claude/agents/python-specialist.yaml +0 -21
  135. package/.claude/agents/reasoning/agent.md +0 -816
  136. package/.claude/agents/reasoning/goal-planner.md +0 -73
  137. package/.claude/agents/security-auditor.yaml +0 -20
  138. package/.claude/agents/sona/sona-learning-optimizer.md +0 -496
  139. package/.claude/agents/sparc/architecture.md +0 -472
  140. package/.claude/agents/sparc/pseudocode.md +0 -318
  141. package/.claude/agents/sparc/refinement.md +0 -525
  142. package/.claude/agents/sparc/specification.md +0 -276
  143. package/.claude/agents/specialized/mobile/spec-mobile-react-native.md +0 -226
  144. package/.claude/agents/sublinear/consensus-coordinator.md +0 -338
  145. package/.claude/agents/sublinear/matrix-optimizer.md +0 -185
  146. package/.claude/agents/sublinear/pagerank-analyzer.md +0 -299
  147. package/.claude/agents/sublinear/performance-optimizer.md +0 -368
  148. package/.claude/agents/sublinear/trading-predictor.md +0 -246
  149. package/.claude/agents/swarm/README.md +0 -190
  150. package/.claude/agents/swarm/adaptive-coordinator.md +0 -396
  151. package/.claude/agents/swarm/hierarchical-coordinator.md +0 -327
  152. package/.claude/agents/swarm/mesh-coordinator.md +0 -392
  153. package/.claude/agents/templates/automation-smart-agent.md +0 -205
  154. package/.claude/agents/templates/coordinator-swarm-init.md +0 -105
  155. package/.claude/agents/templates/github-pr-manager.md +0 -177
  156. package/.claude/agents/templates/implementer-sparc-coder.md +0 -259
  157. package/.claude/agents/templates/memory-coordinator.md +0 -187
  158. package/.claude/agents/templates/migration-plan.md +0 -746
  159. package/.claude/agents/templates/orchestrator-task.md +0 -139
  160. package/.claude/agents/templates/performance-analyzer.md +0 -199
  161. package/.claude/agents/templates/sparc-coordinator.md +0 -183
  162. package/.claude/agents/testing/production-validator.md +0 -395
  163. package/.claude/agents/testing/tdd-london-swarm.md +0 -244
  164. package/.claude/agents/testing/unit/tdd-london-swarm.md +0 -244
  165. package/.claude/agents/testing/validation/production-validator.md +0 -395
  166. package/.claude/agents/typescript-specialist.yaml +0 -21
  167. package/.claude/agents/v3/database-specialist.yaml +0 -21
  168. package/.claude/agents/v3/index.yaml +0 -17
  169. package/.claude/agents/v3/project-coordinator.yaml +0 -15
  170. package/.claude/agents/v3/python-specialist.yaml +0 -21
  171. package/.claude/agents/v3/test-architect.yaml +0 -20
  172. package/.claude/agents/v3/typescript-specialist.yaml +0 -21
  173. package/.claude/agents/v3/v3-integration-architect.md +0 -346
  174. package/.claude/agents/v3/v3-memory-specialist.md +0 -318
  175. package/.claude/agents/v3/v3-performance-engineer.md +0 -397
  176. package/.claude/agents/v3/v3-queen-coordinator.md +0 -98
  177. package/.claude/agents/v3/v3-security-architect.md +0 -174
  178. package/.claude/checkpoints/1767754460.json +0 -8
  179. package/.claude/commands/agents/README.md +0 -10
  180. package/.claude/commands/agents/agent-capabilities.md +0 -21
  181. package/.claude/commands/agents/agent-coordination.md +0 -28
  182. package/.claude/commands/agents/agent-spawning.md +0 -28
  183. package/.claude/commands/agents/agent-types.md +0 -26
  184. package/.claude/commands/analysis/COMMAND_COMPLIANCE_REPORT.md +0 -54
  185. package/.claude/commands/analysis/README.md +0 -9
  186. package/.claude/commands/analysis/bottleneck-detect.md +0 -162
  187. package/.claude/commands/analysis/performance-bottlenecks.md +0 -59
  188. package/.claude/commands/analysis/performance-report.md +0 -25
  189. package/.claude/commands/analysis/token-efficiency.md +0 -45
  190. package/.claude/commands/analysis/token-usage.md +0 -25
  191. package/.claude/commands/automation/README.md +0 -9
  192. package/.claude/commands/automation/auto-agent.md +0 -122
  193. package/.claude/commands/automation/self-healing.md +0 -106
  194. package/.claude/commands/automation/session-memory.md +0 -90
  195. package/.claude/commands/automation/smart-agents.md +0 -73
  196. package/.claude/commands/automation/smart-spawn.md +0 -25
  197. package/.claude/commands/automation/workflow-select.md +0 -25
  198. package/.claude/commands/claude-flow-help.md +0 -103
  199. package/.claude/commands/claude-flow-memory.md +0 -107
  200. package/.claude/commands/claude-flow-swarm.md +0 -205
  201. package/.claude/commands/coordination/README.md +0 -9
  202. package/.claude/commands/coordination/agent-spawn.md +0 -25
  203. package/.claude/commands/coordination/init.md +0 -44
  204. package/.claude/commands/coordination/orchestrate.md +0 -43
  205. package/.claude/commands/coordination/spawn.md +0 -45
  206. package/.claude/commands/coordination/swarm-init.md +0 -85
  207. package/.claude/commands/coordination/task-orchestrate.md +0 -25
  208. package/.claude/commands/flow-nexus/app-store.md +0 -124
  209. package/.claude/commands/flow-nexus/challenges.md +0 -120
  210. package/.claude/commands/flow-nexus/login-registration.md +0 -65
  211. package/.claude/commands/flow-nexus/neural-network.md +0 -134
  212. package/.claude/commands/flow-nexus/payments.md +0 -116
  213. package/.claude/commands/flow-nexus/sandbox.md +0 -83
  214. package/.claude/commands/flow-nexus/swarm.md +0 -87
  215. package/.claude/commands/flow-nexus/user-tools.md +0 -152
  216. package/.claude/commands/flow-nexus/workflow.md +0 -115
  217. package/.claude/commands/github/README.md +0 -11
  218. package/.claude/commands/github/code-review-swarm.md +0 -514
  219. package/.claude/commands/github/code-review.md +0 -25
  220. package/.claude/commands/github/github-modes.md +0 -147
  221. package/.claude/commands/github/github-swarm.md +0 -121
  222. package/.claude/commands/github/issue-tracker.md +0 -292
  223. package/.claude/commands/github/issue-triage.md +0 -25
  224. package/.claude/commands/github/multi-repo-swarm.md +0 -519
  225. package/.claude/commands/github/pr-enhance.md +0 -26
  226. package/.claude/commands/github/pr-manager.md +0 -170
  227. package/.claude/commands/github/project-board-sync.md +0 -471
  228. package/.claude/commands/github/release-manager.md +0 -338
  229. package/.claude/commands/github/release-swarm.md +0 -544
  230. package/.claude/commands/github/repo-analyze.md +0 -25
  231. package/.claude/commands/github/repo-architect.md +0 -367
  232. package/.claude/commands/github/swarm-issue.md +0 -482
  233. package/.claude/commands/github/swarm-pr.md +0 -285
  234. package/.claude/commands/github/sync-coordinator.md +0 -301
  235. package/.claude/commands/github/workflow-automation.md +0 -442
  236. package/.claude/commands/hive-mind/README.md +0 -17
  237. package/.claude/commands/hive-mind/hive-mind-consensus.md +0 -8
  238. package/.claude/commands/hive-mind/hive-mind-init.md +0 -18
  239. package/.claude/commands/hive-mind/hive-mind-memory.md +0 -8
  240. package/.claude/commands/hive-mind/hive-mind-metrics.md +0 -8
  241. package/.claude/commands/hive-mind/hive-mind-resume.md +0 -8
  242. package/.claude/commands/hive-mind/hive-mind-sessions.md +0 -8
  243. package/.claude/commands/hive-mind/hive-mind-spawn.md +0 -21
  244. package/.claude/commands/hive-mind/hive-mind-status.md +0 -8
  245. package/.claude/commands/hive-mind/hive-mind-stop.md +0 -8
  246. package/.claude/commands/hive-mind/hive-mind-wizard.md +0 -8
  247. package/.claude/commands/hive-mind/hive-mind.md +0 -27
  248. package/.claude/commands/hooks/README.md +0 -11
  249. package/.claude/commands/hooks/overview.md +0 -58
  250. package/.claude/commands/hooks/post-edit.md +0 -117
  251. package/.claude/commands/hooks/post-task.md +0 -112
  252. package/.claude/commands/hooks/pre-edit.md +0 -113
  253. package/.claude/commands/hooks/pre-task.md +0 -111
  254. package/.claude/commands/hooks/session-end.md +0 -118
  255. package/.claude/commands/hooks/setup.md +0 -103
  256. package/.claude/commands/memory/README.md +0 -9
  257. package/.claude/commands/memory/memory-persist.md +0 -25
  258. package/.claude/commands/memory/memory-search.md +0 -25
  259. package/.claude/commands/memory/memory-usage.md +0 -25
  260. package/.claude/commands/memory/neural.md +0 -47
  261. package/.claude/commands/monitoring/README.md +0 -9
  262. package/.claude/commands/monitoring/agent-metrics.md +0 -25
  263. package/.claude/commands/monitoring/agents.md +0 -44
  264. package/.claude/commands/monitoring/real-time-view.md +0 -25
  265. package/.claude/commands/monitoring/status.md +0 -46
  266. package/.claude/commands/monitoring/swarm-monitor.md +0 -25
  267. package/.claude/commands/optimization/README.md +0 -9
  268. package/.claude/commands/optimization/auto-topology.md +0 -62
  269. package/.claude/commands/optimization/cache-manage.md +0 -25
  270. package/.claude/commands/optimization/parallel-execute.md +0 -25
  271. package/.claude/commands/optimization/parallel-execution.md +0 -50
  272. package/.claude/commands/optimization/topology-optimize.md +0 -25
  273. package/.claude/commands/pair/README.md +0 -261
  274. package/.claude/commands/pair/commands.md +0 -546
  275. package/.claude/commands/pair/config.md +0 -510
  276. package/.claude/commands/pair/examples.md +0 -512
  277. package/.claude/commands/pair/modes.md +0 -348
  278. package/.claude/commands/pair/session.md +0 -407
  279. package/.claude/commands/pair/start.md +0 -209
  280. package/.claude/commands/sparc/analyzer.md +0 -52
  281. package/.claude/commands/sparc/architect.md +0 -53
  282. package/.claude/commands/sparc/ask.md +0 -97
  283. package/.claude/commands/sparc/batch-executor.md +0 -54
  284. package/.claude/commands/sparc/code.md +0 -89
  285. package/.claude/commands/sparc/coder.md +0 -54
  286. package/.claude/commands/sparc/debug.md +0 -83
  287. package/.claude/commands/sparc/debugger.md +0 -54
  288. package/.claude/commands/sparc/designer.md +0 -53
  289. package/.claude/commands/sparc/devops.md +0 -109
  290. package/.claude/commands/sparc/docs-writer.md +0 -80
  291. package/.claude/commands/sparc/documenter.md +0 -54
  292. package/.claude/commands/sparc/innovator.md +0 -54
  293. package/.claude/commands/sparc/integration.md +0 -83
  294. package/.claude/commands/sparc/mcp.md +0 -117
  295. package/.claude/commands/sparc/memory-manager.md +0 -54
  296. package/.claude/commands/sparc/optimizer.md +0 -54
  297. package/.claude/commands/sparc/orchestrator.md +0 -132
  298. package/.claude/commands/sparc/post-deployment-monitoring-mode.md +0 -83
  299. package/.claude/commands/sparc/refinement-optimization-mode.md +0 -83
  300. package/.claude/commands/sparc/researcher.md +0 -54
  301. package/.claude/commands/sparc/reviewer.md +0 -54
  302. package/.claude/commands/sparc/security-review.md +0 -80
  303. package/.claude/commands/sparc/sparc-modes.md +0 -174
  304. package/.claude/commands/sparc/sparc.md +0 -111
  305. package/.claude/commands/sparc/spec-pseudocode.md +0 -80
  306. package/.claude/commands/sparc/supabase-admin.md +0 -348
  307. package/.claude/commands/sparc/swarm-coordinator.md +0 -54
  308. package/.claude/commands/sparc/tdd.md +0 -54
  309. package/.claude/commands/sparc/tester.md +0 -54
  310. package/.claude/commands/sparc/tutorial.md +0 -79
  311. package/.claude/commands/sparc/workflow-manager.md +0 -54
  312. package/.claude/commands/sparc.md +0 -166
  313. package/.claude/commands/stream-chain/pipeline.md +0 -121
  314. package/.claude/commands/stream-chain/run.md +0 -70
  315. package/.claude/commands/swarm/README.md +0 -15
  316. package/.claude/commands/swarm/analysis.md +0 -95
  317. package/.claude/commands/swarm/development.md +0 -96
  318. package/.claude/commands/swarm/examples.md +0 -168
  319. package/.claude/commands/swarm/maintenance.md +0 -102
  320. package/.claude/commands/swarm/optimization.md +0 -117
  321. package/.claude/commands/swarm/research.md +0 -136
  322. package/.claude/commands/swarm/swarm-analysis.md +0 -8
  323. package/.claude/commands/swarm/swarm-background.md +0 -8
  324. package/.claude/commands/swarm/swarm-init.md +0 -19
  325. package/.claude/commands/swarm/swarm-modes.md +0 -8
  326. package/.claude/commands/swarm/swarm-monitor.md +0 -8
  327. package/.claude/commands/swarm/swarm-spawn.md +0 -19
  328. package/.claude/commands/swarm/swarm-status.md +0 -8
  329. package/.claude/commands/swarm/swarm-strategies.md +0 -8
  330. package/.claude/commands/swarm/swarm.md +0 -27
  331. package/.claude/commands/swarm/testing.md +0 -131
  332. package/.claude/commands/training/README.md +0 -9
  333. package/.claude/commands/training/model-update.md +0 -25
  334. package/.claude/commands/training/neural-patterns.md +0 -74
  335. package/.claude/commands/training/neural-train.md +0 -25
  336. package/.claude/commands/training/pattern-learn.md +0 -25
  337. package/.claude/commands/training/specialization.md +0 -63
  338. package/.claude/commands/truth/start.md +0 -143
  339. package/.claude/commands/verify/check.md +0 -50
  340. package/.claude/commands/verify/start.md +0 -128
  341. package/.claude/commands/workflows/README.md +0 -9
  342. package/.claude/commands/workflows/development.md +0 -78
  343. package/.claude/commands/workflows/research.md +0 -63
  344. package/.claude/commands/workflows/workflow-create.md +0 -25
  345. package/.claude/commands/workflows/workflow-execute.md +0 -25
  346. package/.claude/commands/workflows/workflow-export.md +0 -25
  347. package/.claude/config/v3-dependency-optimization.json +0 -266
  348. package/.claude/config/v3-performance-targets.json +0 -251
  349. package/.claude/helpers/README.md +0 -97
  350. package/.claude/helpers/adr-compliance.sh +0 -186
  351. package/.claude/helpers/auto-commit.sh +0 -178
  352. package/.claude/helpers/checkpoint-manager.sh +0 -251
  353. package/.claude/helpers/daemon-manager.sh +0 -252
  354. package/.claude/helpers/ddd-tracker.sh +0 -144
  355. package/.claude/helpers/github-safe.js +0 -106
  356. package/.claude/helpers/github-setup.sh +0 -28
  357. package/.claude/helpers/guidance-hook.sh +0 -13
  358. package/.claude/helpers/guidance-hooks.sh +0 -102
  359. package/.claude/helpers/health-monitor.sh +0 -108
  360. package/.claude/helpers/learning-hooks.sh +0 -329
  361. package/.claude/helpers/learning-optimizer.sh +0 -127
  362. package/.claude/helpers/learning-service.mjs +0 -1097
  363. package/.claude/helpers/metrics-db.mjs +0 -474
  364. package/.claude/helpers/pattern-consolidator.sh +0 -86
  365. package/.claude/helpers/perf-worker.sh +0 -160
  366. package/.claude/helpers/quick-start.sh +0 -19
  367. package/.claude/helpers/security-scanner.sh +0 -127
  368. package/.claude/helpers/setup-mcp.sh +0 -18
  369. package/.claude/helpers/standard-checkpoint-hooks.sh +0 -189
  370. package/.claude/helpers/swarm-comms.sh +0 -353
  371. package/.claude/helpers/swarm-hooks.sh +0 -761
  372. package/.claude/helpers/swarm-monitor.sh +0 -211
  373. package/.claude/helpers/sync-v3-metrics.sh +0 -245
  374. package/.claude/helpers/update-v3-progress.sh +0 -166
  375. package/.claude/helpers/v3-quick-status.sh +0 -58
  376. package/.claude/helpers/v3.sh +0 -111
  377. package/.claude/helpers/validate-v3-config.sh +0 -216
  378. package/.claude/helpers/worker-manager.sh +0 -170
  379. package/.claude/mcp.json +0 -13
  380. package/.claude/settings.json +0 -526
  381. package/.claude/settings.local.json +0 -10
  382. package/.claude/skills/.claude-flow/metrics/agent-metrics.json +0 -1
  383. package/.claude/skills/.claude-flow/metrics/performance.json +0 -87
  384. package/.claude/skills/.claude-flow/metrics/task-metrics.json +0 -10
  385. package/.claude/skills/agentdb-advanced/SKILL.md +0 -550
  386. package/.claude/skills/agentdb-learning/SKILL.md +0 -545
  387. package/.claude/skills/agentdb-memory-patterns/SKILL.md +0 -339
  388. package/.claude/skills/agentdb-optimization/SKILL.md +0 -509
  389. package/.claude/skills/agentdb-vector-search/SKILL.md +0 -339
  390. package/.claude/skills/agentic-jujutsu/SKILL.md +0 -645
  391. package/.claude/skills/flow-nexus-neural/SKILL.md +0 -738
  392. package/.claude/skills/flow-nexus-platform/SKILL.md +0 -1157
  393. package/.claude/skills/flow-nexus-swarm/SKILL.md +0 -610
  394. package/.claude/skills/github-code-review/SKILL.md +0 -1140
  395. package/.claude/skills/github-multi-repo/SKILL.md +0 -874
  396. package/.claude/skills/github-project-management/SKILL.md +0 -1277
  397. package/.claude/skills/github-release-management/SKILL.md +0 -1081
  398. package/.claude/skills/github-workflow-automation/SKILL.md +0 -1065
  399. package/.claude/skills/hive-mind-advanced/SKILL.md +0 -712
  400. package/.claude/skills/hooks-automation/SKILL.md +0 -1201
  401. package/.claude/skills/pair-programming/SKILL.md +0 -1202
  402. package/.claude/skills/performance-analysis/SKILL.md +0 -563
  403. package/.claude/skills/reasoningbank-agentdb/SKILL.md +0 -446
  404. package/.claude/skills/reasoningbank-intelligence/SKILL.md +0 -201
  405. package/.claude/skills/skill-builder/.claude-flow/metrics/agent-metrics.json +0 -1
  406. package/.claude/skills/skill-builder/.claude-flow/metrics/performance.json +0 -87
  407. package/.claude/skills/skill-builder/.claude-flow/metrics/task-metrics.json +0 -10
  408. package/.claude/skills/skill-builder/SKILL.md +0 -910
  409. package/.claude/skills/sparc-methodology/SKILL.md +0 -1115
  410. package/.claude/skills/stream-chain/SKILL.md +0 -563
  411. package/.claude/skills/swarm-advanced/SKILL.md +0 -973
  412. package/.claude/skills/swarm-orchestration/SKILL.md +0 -179
  413. package/.claude/skills/v3-cli-modernization/SKILL.md +0 -872
  414. package/.claude/skills/v3-core-implementation/SKILL.md +0 -797
  415. package/.claude/skills/v3-ddd-architecture/SKILL.md +0 -442
  416. package/.claude/skills/v3-integration-deep/SKILL.md +0 -241
  417. package/.claude/skills/v3-mcp-optimization/SKILL.md +0 -777
  418. package/.claude/skills/v3-memory-unification/SKILL.md +0 -174
  419. package/.claude/skills/v3-performance-optimization/SKILL.md +0 -390
  420. package/.claude/skills/v3-security-overhaul/SKILL.md +0 -82
  421. package/.claude/skills/v3-swarm-coordination/SKILL.md +0 -340
  422. package/.claude/skills/verification-quality/SKILL.md +0 -649
  423. package/.claude/skills/worker-benchmarks/skill.md +0 -135
  424. package/.claude/skills/worker-integration/skill.md +0 -154
  425. package/.claude/statusline-command.sh +0 -176
  426. package/.claude/statusline.mjs +0 -109
  427. package/.claude/statusline.sh +0 -375
  428. package/.claude-plugin/README.md +0 -720
  429. package/.claude-plugin/docs/INSTALLATION.md +0 -261
  430. package/.claude-plugin/docs/PLUGIN_SUMMARY.md +0 -361
  431. package/.claude-plugin/docs/QUICKSTART.md +0 -361
  432. package/.claude-plugin/docs/STRUCTURE.md +0 -128
  433. package/.claude-plugin/hooks/hooks.json +0 -74
  434. package/.claude-plugin/marketplace.json +0 -96
  435. package/.claude-plugin/plugin.json +0 -71
  436. package/.claude-plugin/scripts/install.sh +0 -234
  437. package/.claude-plugin/scripts/uninstall.sh +0 -36
  438. package/.claude-plugin/scripts/verify.sh +0 -108
  439. package/v3/@claude-flow/cli/README.md +0 -1186
  440. package/v3/@claude-flow/cli/dist/src/commands/daemon.js.map +0 -1
  441. package/v3/@claude-flow/cli/dist/src/index.js.map +0 -1
  442. package/v3/@claude-flow/cli/dist/src/output.d.ts.map +0 -1
  443. package/v3/@claude-flow/cli/dist/src/output.js.map +0 -1
  444. package/v3/@claude-flow/cli/dist/src/services/worker-daemon.d.ts.map +0 -1
  445. package/v3/@claude-flow/cli/dist/src/services/worker-daemon.js.map +0 -1
  446. package/v3/@claude-flow/cli/dist/tsconfig.tsbuildinfo +0 -1
  447. package/v3/@claude-flow/cli/package.json +0 -29
  448. package/v3/@claude-flow/shared/README.md +0 -323
  449. package/v3/@claude-flow/shared/dist/core/config/defaults.d.ts +0 -41
  450. package/v3/@claude-flow/shared/dist/core/config/defaults.d.ts.map +0 -1
  451. package/v3/@claude-flow/shared/dist/core/config/defaults.js +0 -186
  452. package/v3/@claude-flow/shared/dist/core/config/defaults.js.map +0 -1
  453. package/v3/@claude-flow/shared/dist/core/config/index.d.ts +0 -8
  454. package/v3/@claude-flow/shared/dist/core/config/index.d.ts.map +0 -1
  455. package/v3/@claude-flow/shared/dist/core/config/index.js +0 -12
  456. package/v3/@claude-flow/shared/dist/core/config/index.js.map +0 -1
  457. package/v3/@claude-flow/shared/dist/core/config/loader.d.ts +0 -45
  458. package/v3/@claude-flow/shared/dist/core/config/loader.d.ts.map +0 -1
  459. package/v3/@claude-flow/shared/dist/core/config/loader.js +0 -222
  460. package/v3/@claude-flow/shared/dist/core/config/loader.js.map +0 -1
  461. package/v3/@claude-flow/shared/dist/core/config/schema.d.ts +0 -1134
  462. package/v3/@claude-flow/shared/dist/core/config/schema.d.ts.map +0 -1
  463. package/v3/@claude-flow/shared/dist/core/config/schema.js +0 -158
  464. package/v3/@claude-flow/shared/dist/core/config/schema.js.map +0 -1
  465. package/v3/@claude-flow/shared/dist/core/config/validator.d.ts +0 -92
  466. package/v3/@claude-flow/shared/dist/core/config/validator.d.ts.map +0 -1
  467. package/v3/@claude-flow/shared/dist/core/config/validator.js +0 -147
  468. package/v3/@claude-flow/shared/dist/core/config/validator.js.map +0 -1
  469. package/v3/@claude-flow/shared/dist/core/event-bus.d.ts +0 -31
  470. package/v3/@claude-flow/shared/dist/core/event-bus.d.ts.map +0 -1
  471. package/v3/@claude-flow/shared/dist/core/event-bus.js +0 -197
  472. package/v3/@claude-flow/shared/dist/core/event-bus.js.map +0 -1
  473. package/v3/@claude-flow/shared/dist/core/index.d.ts +0 -15
  474. package/v3/@claude-flow/shared/dist/core/index.d.ts.map +0 -1
  475. package/v3/@claude-flow/shared/dist/core/index.js +0 -19
  476. package/v3/@claude-flow/shared/dist/core/index.js.map +0 -1
  477. package/v3/@claude-flow/shared/dist/core/interfaces/agent.interface.d.ts +0 -200
  478. package/v3/@claude-flow/shared/dist/core/interfaces/agent.interface.d.ts.map +0 -1
  479. package/v3/@claude-flow/shared/dist/core/interfaces/agent.interface.js +0 -6
  480. package/v3/@claude-flow/shared/dist/core/interfaces/agent.interface.js.map +0 -1
  481. package/v3/@claude-flow/shared/dist/core/interfaces/coordinator.interface.d.ts +0 -310
  482. package/v3/@claude-flow/shared/dist/core/interfaces/coordinator.interface.d.ts.map +0 -1
  483. package/v3/@claude-flow/shared/dist/core/interfaces/coordinator.interface.js +0 -7
  484. package/v3/@claude-flow/shared/dist/core/interfaces/coordinator.interface.js.map +0 -1
  485. package/v3/@claude-flow/shared/dist/core/interfaces/event.interface.d.ts +0 -224
  486. package/v3/@claude-flow/shared/dist/core/interfaces/event.interface.d.ts.map +0 -1
  487. package/v3/@claude-flow/shared/dist/core/interfaces/event.interface.js +0 -46
  488. package/v3/@claude-flow/shared/dist/core/interfaces/event.interface.js.map +0 -1
  489. package/v3/@claude-flow/shared/dist/core/interfaces/index.d.ts +0 -10
  490. package/v3/@claude-flow/shared/dist/core/interfaces/index.d.ts.map +0 -1
  491. package/v3/@claude-flow/shared/dist/core/interfaces/index.js +0 -15
  492. package/v3/@claude-flow/shared/dist/core/interfaces/index.js.map +0 -1
  493. package/v3/@claude-flow/shared/dist/core/interfaces/memory.interface.d.ts +0 -298
  494. package/v3/@claude-flow/shared/dist/core/interfaces/memory.interface.d.ts.map +0 -1
  495. package/v3/@claude-flow/shared/dist/core/interfaces/memory.interface.js +0 -7
  496. package/v3/@claude-flow/shared/dist/core/interfaces/memory.interface.js.map +0 -1
  497. package/v3/@claude-flow/shared/dist/core/interfaces/task.interface.d.ts +0 -185
  498. package/v3/@claude-flow/shared/dist/core/interfaces/task.interface.d.ts.map +0 -1
  499. package/v3/@claude-flow/shared/dist/core/interfaces/task.interface.js +0 -6
  500. package/v3/@claude-flow/shared/dist/core/interfaces/task.interface.js.map +0 -1
  501. package/v3/@claude-flow/shared/dist/core/orchestrator/event-coordinator.d.ts +0 -35
  502. package/v3/@claude-flow/shared/dist/core/orchestrator/event-coordinator.d.ts.map +0 -1
  503. package/v3/@claude-flow/shared/dist/core/orchestrator/event-coordinator.js +0 -101
  504. package/v3/@claude-flow/shared/dist/core/orchestrator/event-coordinator.js.map +0 -1
  505. package/v3/@claude-flow/shared/dist/core/orchestrator/health-monitor.d.ts +0 -60
  506. package/v3/@claude-flow/shared/dist/core/orchestrator/health-monitor.d.ts.map +0 -1
  507. package/v3/@claude-flow/shared/dist/core/orchestrator/health-monitor.js +0 -166
  508. package/v3/@claude-flow/shared/dist/core/orchestrator/health-monitor.js.map +0 -1
  509. package/v3/@claude-flow/shared/dist/core/orchestrator/index.d.ts +0 -46
  510. package/v3/@claude-flow/shared/dist/core/orchestrator/index.d.ts.map +0 -1
  511. package/v3/@claude-flow/shared/dist/core/orchestrator/index.js +0 -64
  512. package/v3/@claude-flow/shared/dist/core/orchestrator/index.js.map +0 -1
  513. package/v3/@claude-flow/shared/dist/core/orchestrator/lifecycle-manager.d.ts +0 -56
  514. package/v3/@claude-flow/shared/dist/core/orchestrator/lifecycle-manager.d.ts.map +0 -1
  515. package/v3/@claude-flow/shared/dist/core/orchestrator/lifecycle-manager.js +0 -195
  516. package/v3/@claude-flow/shared/dist/core/orchestrator/lifecycle-manager.js.map +0 -1
  517. package/v3/@claude-flow/shared/dist/core/orchestrator/session-manager.d.ts +0 -83
  518. package/v3/@claude-flow/shared/dist/core/orchestrator/session-manager.d.ts.map +0 -1
  519. package/v3/@claude-flow/shared/dist/core/orchestrator/session-manager.js +0 -193
  520. package/v3/@claude-flow/shared/dist/core/orchestrator/session-manager.js.map +0 -1
  521. package/v3/@claude-flow/shared/dist/core/orchestrator/task-manager.d.ts +0 -49
  522. package/v3/@claude-flow/shared/dist/core/orchestrator/task-manager.d.ts.map +0 -1
  523. package/v3/@claude-flow/shared/dist/core/orchestrator/task-manager.js +0 -253
  524. package/v3/@claude-flow/shared/dist/core/orchestrator/task-manager.js.map +0 -1
  525. package/v3/@claude-flow/shared/dist/events/domain-events.d.ts +0 -282
  526. package/v3/@claude-flow/shared/dist/events/domain-events.d.ts.map +0 -1
  527. package/v3/@claude-flow/shared/dist/events/domain-events.js +0 -165
  528. package/v3/@claude-flow/shared/dist/events/domain-events.js.map +0 -1
  529. package/v3/@claude-flow/shared/dist/events/event-store.d.ts +0 -126
  530. package/v3/@claude-flow/shared/dist/events/event-store.d.ts.map +0 -1
  531. package/v3/@claude-flow/shared/dist/events/event-store.js +0 -416
  532. package/v3/@claude-flow/shared/dist/events/event-store.js.map +0 -1
  533. package/v3/@claude-flow/shared/dist/events/event-store.test.d.ts +0 -8
  534. package/v3/@claude-flow/shared/dist/events/event-store.test.d.ts.map +0 -1
  535. package/v3/@claude-flow/shared/dist/events/event-store.test.js +0 -293
  536. package/v3/@claude-flow/shared/dist/events/event-store.test.js.map +0 -1
  537. package/v3/@claude-flow/shared/dist/events/example-usage.d.ts +0 -10
  538. package/v3/@claude-flow/shared/dist/events/example-usage.d.ts.map +0 -1
  539. package/v3/@claude-flow/shared/dist/events/example-usage.js +0 -193
  540. package/v3/@claude-flow/shared/dist/events/example-usage.js.map +0 -1
  541. package/v3/@claude-flow/shared/dist/events/index.d.ts +0 -19
  542. package/v3/@claude-flow/shared/dist/events/index.d.ts.map +0 -1
  543. package/v3/@claude-flow/shared/dist/events/index.js +0 -20
  544. package/v3/@claude-flow/shared/dist/events/index.js.map +0 -1
  545. package/v3/@claude-flow/shared/dist/events/projections.d.ts +0 -177
  546. package/v3/@claude-flow/shared/dist/events/projections.d.ts.map +0 -1
  547. package/v3/@claude-flow/shared/dist/events/projections.js +0 -421
  548. package/v3/@claude-flow/shared/dist/events/projections.js.map +0 -1
  549. package/v3/@claude-flow/shared/dist/events/state-reconstructor.d.ts +0 -101
  550. package/v3/@claude-flow/shared/dist/events/state-reconstructor.d.ts.map +0 -1
  551. package/v3/@claude-flow/shared/dist/events/state-reconstructor.js +0 -263
  552. package/v3/@claude-flow/shared/dist/events/state-reconstructor.js.map +0 -1
  553. package/v3/@claude-flow/shared/dist/events.d.ts +0 -80
  554. package/v3/@claude-flow/shared/dist/events.d.ts.map +0 -1
  555. package/v3/@claude-flow/shared/dist/events.js +0 -249
  556. package/v3/@claude-flow/shared/dist/events.js.map +0 -1
  557. package/v3/@claude-flow/shared/dist/hooks/example-usage.d.ts +0 -42
  558. package/v3/@claude-flow/shared/dist/hooks/example-usage.d.ts.map +0 -1
  559. package/v3/@claude-flow/shared/dist/hooks/example-usage.js +0 -351
  560. package/v3/@claude-flow/shared/dist/hooks/example-usage.js.map +0 -1
  561. package/v3/@claude-flow/shared/dist/hooks/executor.d.ts +0 -100
  562. package/v3/@claude-flow/shared/dist/hooks/executor.d.ts.map +0 -1
  563. package/v3/@claude-flow/shared/dist/hooks/executor.js +0 -264
  564. package/v3/@claude-flow/shared/dist/hooks/executor.js.map +0 -1
  565. package/v3/@claude-flow/shared/dist/hooks/hooks.test.d.ts +0 -9
  566. package/v3/@claude-flow/shared/dist/hooks/hooks.test.d.ts.map +0 -1
  567. package/v3/@claude-flow/shared/dist/hooks/hooks.test.js +0 -322
  568. package/v3/@claude-flow/shared/dist/hooks/hooks.test.js.map +0 -1
  569. package/v3/@claude-flow/shared/dist/hooks/index.d.ts +0 -52
  570. package/v3/@claude-flow/shared/dist/hooks/index.d.ts.map +0 -1
  571. package/v3/@claude-flow/shared/dist/hooks/index.js +0 -51
  572. package/v3/@claude-flow/shared/dist/hooks/index.js.map +0 -1
  573. package/v3/@claude-flow/shared/dist/hooks/registry.d.ts +0 -133
  574. package/v3/@claude-flow/shared/dist/hooks/registry.d.ts.map +0 -1
  575. package/v3/@claude-flow/shared/dist/hooks/registry.js +0 -277
  576. package/v3/@claude-flow/shared/dist/hooks/registry.js.map +0 -1
  577. package/v3/@claude-flow/shared/dist/hooks/safety/bash-safety.d.ts +0 -105
  578. package/v3/@claude-flow/shared/dist/hooks/safety/bash-safety.d.ts.map +0 -1
  579. package/v3/@claude-flow/shared/dist/hooks/safety/bash-safety.js +0 -481
  580. package/v3/@claude-flow/shared/dist/hooks/safety/bash-safety.js.map +0 -1
  581. package/v3/@claude-flow/shared/dist/hooks/safety/file-organization.d.ts +0 -144
  582. package/v3/@claude-flow/shared/dist/hooks/safety/file-organization.d.ts.map +0 -1
  583. package/v3/@claude-flow/shared/dist/hooks/safety/file-organization.js +0 -328
  584. package/v3/@claude-flow/shared/dist/hooks/safety/file-organization.js.map +0 -1
  585. package/v3/@claude-flow/shared/dist/hooks/safety/git-commit.d.ts +0 -158
  586. package/v3/@claude-flow/shared/dist/hooks/safety/git-commit.d.ts.map +0 -1
  587. package/v3/@claude-flow/shared/dist/hooks/safety/git-commit.js +0 -450
  588. package/v3/@claude-flow/shared/dist/hooks/safety/git-commit.js.map +0 -1
  589. package/v3/@claude-flow/shared/dist/hooks/safety/index.d.ts +0 -17
  590. package/v3/@claude-flow/shared/dist/hooks/safety/index.d.ts.map +0 -1
  591. package/v3/@claude-flow/shared/dist/hooks/safety/index.js +0 -17
  592. package/v3/@claude-flow/shared/dist/hooks/safety/index.js.map +0 -1
  593. package/v3/@claude-flow/shared/dist/hooks/session-hooks.d.ts +0 -234
  594. package/v3/@claude-flow/shared/dist/hooks/session-hooks.d.ts.map +0 -1
  595. package/v3/@claude-flow/shared/dist/hooks/session-hooks.js +0 -334
  596. package/v3/@claude-flow/shared/dist/hooks/session-hooks.js.map +0 -1
  597. package/v3/@claude-flow/shared/dist/hooks/task-hooks.d.ts +0 -163
  598. package/v3/@claude-flow/shared/dist/hooks/task-hooks.d.ts.map +0 -1
  599. package/v3/@claude-flow/shared/dist/hooks/task-hooks.js +0 -326
  600. package/v3/@claude-flow/shared/dist/hooks/task-hooks.js.map +0 -1
  601. package/v3/@claude-flow/shared/dist/hooks/types.d.ts +0 -267
  602. package/v3/@claude-flow/shared/dist/hooks/types.d.ts.map +0 -1
  603. package/v3/@claude-flow/shared/dist/hooks/types.js +0 -62
  604. package/v3/@claude-flow/shared/dist/hooks/types.js.map +0 -1
  605. package/v3/@claude-flow/shared/dist/hooks/verify-exports.test.d.ts +0 -9
  606. package/v3/@claude-flow/shared/dist/hooks/verify-exports.test.d.ts.map +0 -1
  607. package/v3/@claude-flow/shared/dist/hooks/verify-exports.test.js +0 -93
  608. package/v3/@claude-flow/shared/dist/hooks/verify-exports.test.js.map +0 -1
  609. package/v3/@claude-flow/shared/dist/index.d.ts +0 -19
  610. package/v3/@claude-flow/shared/dist/index.d.ts.map +0 -1
  611. package/v3/@claude-flow/shared/dist/index.js +0 -46
  612. package/v3/@claude-flow/shared/dist/index.js.map +0 -1
  613. package/v3/@claude-flow/shared/dist/mcp/connection-pool.d.ts +0 -98
  614. package/v3/@claude-flow/shared/dist/mcp/connection-pool.d.ts.map +0 -1
  615. package/v3/@claude-flow/shared/dist/mcp/connection-pool.js +0 -364
  616. package/v3/@claude-flow/shared/dist/mcp/connection-pool.js.map +0 -1
  617. package/v3/@claude-flow/shared/dist/mcp/index.d.ts +0 -69
  618. package/v3/@claude-flow/shared/dist/mcp/index.d.ts.map +0 -1
  619. package/v3/@claude-flow/shared/dist/mcp/index.js +0 -84
  620. package/v3/@claude-flow/shared/dist/mcp/index.js.map +0 -1
  621. package/v3/@claude-flow/shared/dist/mcp/server.d.ts +0 -166
  622. package/v3/@claude-flow/shared/dist/mcp/server.d.ts.map +0 -1
  623. package/v3/@claude-flow/shared/dist/mcp/server.js +0 -593
  624. package/v3/@claude-flow/shared/dist/mcp/server.js.map +0 -1
  625. package/v3/@claude-flow/shared/dist/mcp/session-manager.d.ts +0 -136
  626. package/v3/@claude-flow/shared/dist/mcp/session-manager.d.ts.map +0 -1
  627. package/v3/@claude-flow/shared/dist/mcp/session-manager.js +0 -335
  628. package/v3/@claude-flow/shared/dist/mcp/session-manager.js.map +0 -1
  629. package/v3/@claude-flow/shared/dist/mcp/tool-registry.d.ts +0 -178
  630. package/v3/@claude-flow/shared/dist/mcp/tool-registry.d.ts.map +0 -1
  631. package/v3/@claude-flow/shared/dist/mcp/tool-registry.js +0 -439
  632. package/v3/@claude-flow/shared/dist/mcp/tool-registry.js.map +0 -1
  633. package/v3/@claude-flow/shared/dist/mcp/transport/http.d.ts +0 -104
  634. package/v3/@claude-flow/shared/dist/mcp/transport/http.d.ts.map +0 -1
  635. package/v3/@claude-flow/shared/dist/mcp/transport/http.js +0 -476
  636. package/v3/@claude-flow/shared/dist/mcp/transport/http.js.map +0 -1
  637. package/v3/@claude-flow/shared/dist/mcp/transport/index.d.ts +0 -102
  638. package/v3/@claude-flow/shared/dist/mcp/transport/index.d.ts.map +0 -1
  639. package/v3/@claude-flow/shared/dist/mcp/transport/index.js +0 -238
  640. package/v3/@claude-flow/shared/dist/mcp/transport/index.js.map +0 -1
  641. package/v3/@claude-flow/shared/dist/mcp/transport/stdio.d.ts +0 -104
  642. package/v3/@claude-flow/shared/dist/mcp/transport/stdio.d.ts.map +0 -1
  643. package/v3/@claude-flow/shared/dist/mcp/transport/stdio.js +0 -263
  644. package/v3/@claude-flow/shared/dist/mcp/transport/stdio.js.map +0 -1
  645. package/v3/@claude-flow/shared/dist/mcp/transport/websocket.d.ts +0 -133
  646. package/v3/@claude-flow/shared/dist/mcp/transport/websocket.d.ts.map +0 -1
  647. package/v3/@claude-flow/shared/dist/mcp/transport/websocket.js +0 -396
  648. package/v3/@claude-flow/shared/dist/mcp/transport/websocket.js.map +0 -1
  649. package/v3/@claude-flow/shared/dist/mcp/types.d.ts +0 -438
  650. package/v3/@claude-flow/shared/dist/mcp/types.d.ts.map +0 -1
  651. package/v3/@claude-flow/shared/dist/mcp/types.js +0 -54
  652. package/v3/@claude-flow/shared/dist/mcp/types.js.map +0 -1
  653. package/v3/@claude-flow/shared/dist/plugin-interface.d.ts +0 -544
  654. package/v3/@claude-flow/shared/dist/plugin-interface.d.ts.map +0 -1
  655. package/v3/@claude-flow/shared/dist/plugin-interface.js +0 -23
  656. package/v3/@claude-flow/shared/dist/plugin-interface.js.map +0 -1
  657. package/v3/@claude-flow/shared/dist/plugin-loader.d.ts +0 -139
  658. package/v3/@claude-flow/shared/dist/plugin-loader.d.ts.map +0 -1
  659. package/v3/@claude-flow/shared/dist/plugin-loader.js +0 -434
  660. package/v3/@claude-flow/shared/dist/plugin-loader.js.map +0 -1
  661. package/v3/@claude-flow/shared/dist/plugin-registry.d.ts +0 -183
  662. package/v3/@claude-flow/shared/dist/plugin-registry.d.ts.map +0 -1
  663. package/v3/@claude-flow/shared/dist/plugin-registry.js +0 -457
  664. package/v3/@claude-flow/shared/dist/plugin-registry.js.map +0 -1
  665. package/v3/@claude-flow/shared/dist/plugins/index.d.ts +0 -10
  666. package/v3/@claude-flow/shared/dist/plugins/index.d.ts.map +0 -1
  667. package/v3/@claude-flow/shared/dist/plugins/index.js +0 -10
  668. package/v3/@claude-flow/shared/dist/plugins/index.js.map +0 -1
  669. package/v3/@claude-flow/shared/dist/plugins/official/hive-mind-plugin.d.ts +0 -106
  670. package/v3/@claude-flow/shared/dist/plugins/official/hive-mind-plugin.d.ts.map +0 -1
  671. package/v3/@claude-flow/shared/dist/plugins/official/hive-mind-plugin.js +0 -241
  672. package/v3/@claude-flow/shared/dist/plugins/official/hive-mind-plugin.js.map +0 -1
  673. package/v3/@claude-flow/shared/dist/plugins/official/index.d.ts +0 -10
  674. package/v3/@claude-flow/shared/dist/plugins/official/index.d.ts.map +0 -1
  675. package/v3/@claude-flow/shared/dist/plugins/official/index.js +0 -10
  676. package/v3/@claude-flow/shared/dist/plugins/official/index.js.map +0 -1
  677. package/v3/@claude-flow/shared/dist/plugins/official/maestro-plugin.d.ts +0 -121
  678. package/v3/@claude-flow/shared/dist/plugins/official/maestro-plugin.d.ts.map +0 -1
  679. package/v3/@claude-flow/shared/dist/plugins/official/maestro-plugin.js +0 -355
  680. package/v3/@claude-flow/shared/dist/plugins/official/maestro-plugin.js.map +0 -1
  681. package/v3/@claude-flow/shared/dist/plugins/types.d.ts +0 -93
  682. package/v3/@claude-flow/shared/dist/plugins/types.d.ts.map +0 -1
  683. package/v3/@claude-flow/shared/dist/plugins/types.js +0 -9
  684. package/v3/@claude-flow/shared/dist/plugins/types.js.map +0 -1
  685. package/v3/@claude-flow/shared/dist/resilience/bulkhead.d.ts +0 -105
  686. package/v3/@claude-flow/shared/dist/resilience/bulkhead.d.ts.map +0 -1
  687. package/v3/@claude-flow/shared/dist/resilience/bulkhead.js +0 -206
  688. package/v3/@claude-flow/shared/dist/resilience/bulkhead.js.map +0 -1
  689. package/v3/@claude-flow/shared/dist/resilience/circuit-breaker.d.ts +0 -132
  690. package/v3/@claude-flow/shared/dist/resilience/circuit-breaker.d.ts.map +0 -1
  691. package/v3/@claude-flow/shared/dist/resilience/circuit-breaker.js +0 -233
  692. package/v3/@claude-flow/shared/dist/resilience/circuit-breaker.js.map +0 -1
  693. package/v3/@claude-flow/shared/dist/resilience/index.d.ts +0 -19
  694. package/v3/@claude-flow/shared/dist/resilience/index.d.ts.map +0 -1
  695. package/v3/@claude-flow/shared/dist/resilience/index.js +0 -19
  696. package/v3/@claude-flow/shared/dist/resilience/index.js.map +0 -1
  697. package/v3/@claude-flow/shared/dist/resilience/rate-limiter.d.ts +0 -168
  698. package/v3/@claude-flow/shared/dist/resilience/rate-limiter.d.ts.map +0 -1
  699. package/v3/@claude-flow/shared/dist/resilience/rate-limiter.js +0 -314
  700. package/v3/@claude-flow/shared/dist/resilience/rate-limiter.js.map +0 -1
  701. package/v3/@claude-flow/shared/dist/resilience/retry.d.ts +0 -91
  702. package/v3/@claude-flow/shared/dist/resilience/retry.d.ts.map +0 -1
  703. package/v3/@claude-flow/shared/dist/resilience/retry.js +0 -159
  704. package/v3/@claude-flow/shared/dist/resilience/retry.js.map +0 -1
  705. package/v3/@claude-flow/shared/dist/security/index.d.ts +0 -10
  706. package/v3/@claude-flow/shared/dist/security/index.d.ts.map +0 -1
  707. package/v3/@claude-flow/shared/dist/security/index.js +0 -12
  708. package/v3/@claude-flow/shared/dist/security/index.js.map +0 -1
  709. package/v3/@claude-flow/shared/dist/security/input-validation.d.ts +0 -73
  710. package/v3/@claude-flow/shared/dist/security/input-validation.d.ts.map +0 -1
  711. package/v3/@claude-flow/shared/dist/security/input-validation.js +0 -201
  712. package/v3/@claude-flow/shared/dist/security/input-validation.js.map +0 -1
  713. package/v3/@claude-flow/shared/dist/security/secure-random.d.ts +0 -92
  714. package/v3/@claude-flow/shared/dist/security/secure-random.d.ts.map +0 -1
  715. package/v3/@claude-flow/shared/dist/security/secure-random.js +0 -142
  716. package/v3/@claude-flow/shared/dist/security/secure-random.js.map +0 -1
  717. package/v3/@claude-flow/shared/dist/types/agent.types.d.ts +0 -137
  718. package/v3/@claude-flow/shared/dist/types/agent.types.d.ts.map +0 -1
  719. package/v3/@claude-flow/shared/dist/types/agent.types.js +0 -6
  720. package/v3/@claude-flow/shared/dist/types/agent.types.js.map +0 -1
  721. package/v3/@claude-flow/shared/dist/types/index.d.ts +0 -11
  722. package/v3/@claude-flow/shared/dist/types/index.d.ts.map +0 -1
  723. package/v3/@claude-flow/shared/dist/types/index.js +0 -17
  724. package/v3/@claude-flow/shared/dist/types/index.js.map +0 -1
  725. package/v3/@claude-flow/shared/dist/types/mcp.types.d.ts +0 -266
  726. package/v3/@claude-flow/shared/dist/types/mcp.types.d.ts.map +0 -1
  727. package/v3/@claude-flow/shared/dist/types/mcp.types.js +0 -7
  728. package/v3/@claude-flow/shared/dist/types/mcp.types.js.map +0 -1
  729. package/v3/@claude-flow/shared/dist/types/memory.types.d.ts +0 -236
  730. package/v3/@claude-flow/shared/dist/types/memory.types.d.ts.map +0 -1
  731. package/v3/@claude-flow/shared/dist/types/memory.types.js +0 -7
  732. package/v3/@claude-flow/shared/dist/types/memory.types.js.map +0 -1
  733. package/v3/@claude-flow/shared/dist/types/swarm.types.d.ts +0 -186
  734. package/v3/@claude-flow/shared/dist/types/swarm.types.d.ts.map +0 -1
  735. package/v3/@claude-flow/shared/dist/types/swarm.types.js +0 -65
  736. package/v3/@claude-flow/shared/dist/types/swarm.types.js.map +0 -1
  737. package/v3/@claude-flow/shared/dist/types/task.types.d.ts +0 -178
  738. package/v3/@claude-flow/shared/dist/types/task.types.d.ts.map +0 -1
  739. package/v3/@claude-flow/shared/dist/types/task.types.js +0 -32
  740. package/v3/@claude-flow/shared/dist/types/task.types.js.map +0 -1
  741. package/v3/@claude-flow/shared/dist/types.d.ts +0 -197
  742. package/v3/@claude-flow/shared/dist/types.d.ts.map +0 -1
  743. package/v3/@claude-flow/shared/dist/types.js +0 -21
  744. package/v3/@claude-flow/shared/dist/types.js.map +0 -1
  745. package/v3/@claude-flow/shared/dist/utils/secure-logger.d.ts +0 -69
  746. package/v3/@claude-flow/shared/dist/utils/secure-logger.d.ts.map +0 -1
  747. package/v3/@claude-flow/shared/dist/utils/secure-logger.js +0 -208
  748. package/v3/@claude-flow/shared/dist/utils/secure-logger.js.map +0 -1
  749. package/v3/@claude-flow/shared/package.json +0 -34
  750. package/v3/README.md +0 -493
  751. /package/{v3/@claude-flow/cli/bin → bin}/cli.js +0 -0
  752. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/agent.d.ts +0 -0
  753. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/agent.d.ts.map +0 -0
  754. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/agent.js +0 -0
  755. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/agent.js.map +0 -0
  756. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/config.d.ts +0 -0
  757. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/config.d.ts.map +0 -0
  758. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/config.js +0 -0
  759. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/config.js.map +0 -0
  760. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/daemon.d.ts +0 -0
  761. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/hive-mind.d.ts +0 -0
  762. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/hive-mind.d.ts.map +0 -0
  763. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/hive-mind.js +0 -0
  764. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/hive-mind.js.map +0 -0
  765. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/hooks.d.ts +0 -0
  766. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/hooks.d.ts.map +0 -0
  767. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/hooks.js +0 -0
  768. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/hooks.js.map +0 -0
  769. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/index.d.ts +0 -0
  770. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/index.d.ts.map +0 -0
  771. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/index.js +0 -0
  772. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/index.js.map +0 -0
  773. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/init.d.ts +0 -0
  774. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/init.d.ts.map +0 -0
  775. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/init.js +0 -0
  776. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/init.js.map +0 -0
  777. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/mcp.d.ts +0 -0
  778. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/mcp.d.ts.map +0 -0
  779. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/mcp.js +0 -0
  780. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/mcp.js.map +0 -0
  781. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/memory.d.ts +0 -0
  782. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/memory.d.ts.map +0 -0
  783. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/memory.js +0 -0
  784. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/memory.js.map +0 -0
  785. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/migrate.d.ts +0 -0
  786. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/migrate.d.ts.map +0 -0
  787. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/migrate.js +0 -0
  788. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/migrate.js.map +0 -0
  789. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/process.d.ts +0 -0
  790. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/process.d.ts.map +0 -0
  791. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/process.js +0 -0
  792. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/process.js.map +0 -0
  793. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/session.d.ts +0 -0
  794. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/session.d.ts.map +0 -0
  795. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/session.js +0 -0
  796. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/session.js.map +0 -0
  797. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/start.d.ts +0 -0
  798. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/start.d.ts.map +0 -0
  799. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/start.js +0 -0
  800. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/start.js.map +0 -0
  801. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/status.d.ts +0 -0
  802. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/status.d.ts.map +0 -0
  803. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/status.js +0 -0
  804. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/status.js.map +0 -0
  805. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/swarm.d.ts +0 -0
  806. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/swarm.d.ts.map +0 -0
  807. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/swarm.js +0 -0
  808. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/swarm.js.map +0 -0
  809. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/task.d.ts +0 -0
  810. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/task.d.ts.map +0 -0
  811. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/task.js +0 -0
  812. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/task.js.map +0 -0
  813. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/workflow.d.ts +0 -0
  814. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/workflow.d.ts.map +0 -0
  815. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/workflow.js +0 -0
  816. /package/{v3/@claude-flow/cli/dist → dist}/src/commands/workflow.js.map +0 -0
  817. /package/{v3/@claude-flow/cli/dist → dist}/src/config-adapter.d.ts +0 -0
  818. /package/{v3/@claude-flow/cli/dist → dist}/src/config-adapter.d.ts.map +0 -0
  819. /package/{v3/@claude-flow/cli/dist → dist}/src/config-adapter.js +0 -0
  820. /package/{v3/@claude-flow/cli/dist → dist}/src/config-adapter.js.map +0 -0
  821. /package/{v3/@claude-flow/cli/dist → dist}/src/infrastructure/in-memory-repositories.d.ts +0 -0
  822. /package/{v3/@claude-flow/cli/dist → dist}/src/infrastructure/in-memory-repositories.d.ts.map +0 -0
  823. /package/{v3/@claude-flow/cli/dist → dist}/src/infrastructure/in-memory-repositories.js +0 -0
  824. /package/{v3/@claude-flow/cli/dist → dist}/src/infrastructure/in-memory-repositories.js.map +0 -0
  825. /package/{v3/@claude-flow/cli/dist → dist}/src/init/claudemd-generator.d.ts +0 -0
  826. /package/{v3/@claude-flow/cli/dist → dist}/src/init/claudemd-generator.d.ts.map +0 -0
  827. /package/{v3/@claude-flow/cli/dist → dist}/src/init/claudemd-generator.js +0 -0
  828. /package/{v3/@claude-flow/cli/dist → dist}/src/init/claudemd-generator.js.map +0 -0
  829. /package/{v3/@claude-flow/cli/dist → dist}/src/init/executor.d.ts +0 -0
  830. /package/{v3/@claude-flow/cli/dist → dist}/src/init/executor.d.ts.map +0 -0
  831. /package/{v3/@claude-flow/cli/dist → dist}/src/init/executor.js +0 -0
  832. /package/{v3/@claude-flow/cli/dist → dist}/src/init/executor.js.map +0 -0
  833. /package/{v3/@claude-flow/cli/dist → dist}/src/init/helpers-generator.d.ts +0 -0
  834. /package/{v3/@claude-flow/cli/dist → dist}/src/init/helpers-generator.d.ts.map +0 -0
  835. /package/{v3/@claude-flow/cli/dist → dist}/src/init/helpers-generator.js +0 -0
  836. /package/{v3/@claude-flow/cli/dist → dist}/src/init/helpers-generator.js.map +0 -0
  837. /package/{v3/@claude-flow/cli/dist → dist}/src/init/index.d.ts +0 -0
  838. /package/{v3/@claude-flow/cli/dist → dist}/src/init/index.d.ts.map +0 -0
  839. /package/{v3/@claude-flow/cli/dist → dist}/src/init/index.js +0 -0
  840. /package/{v3/@claude-flow/cli/dist → dist}/src/init/index.js.map +0 -0
  841. /package/{v3/@claude-flow/cli/dist → dist}/src/init/mcp-generator.d.ts +0 -0
  842. /package/{v3/@claude-flow/cli/dist → dist}/src/init/mcp-generator.d.ts.map +0 -0
  843. /package/{v3/@claude-flow/cli/dist → dist}/src/init/mcp-generator.js +0 -0
  844. /package/{v3/@claude-flow/cli/dist → dist}/src/init/mcp-generator.js.map +0 -0
  845. /package/{v3/@claude-flow/cli/dist → dist}/src/init/settings-generator.d.ts +0 -0
  846. /package/{v3/@claude-flow/cli/dist → dist}/src/init/settings-generator.d.ts.map +0 -0
  847. /package/{v3/@claude-flow/cli/dist → dist}/src/init/settings-generator.js +0 -0
  848. /package/{v3/@claude-flow/cli/dist → dist}/src/init/settings-generator.js.map +0 -0
  849. /package/{v3/@claude-flow/cli/dist → dist}/src/init/statusline-generator.d.ts +0 -0
  850. /package/{v3/@claude-flow/cli/dist → dist}/src/init/statusline-generator.d.ts.map +0 -0
  851. /package/{v3/@claude-flow/cli/dist → dist}/src/init/statusline-generator.js +0 -0
  852. /package/{v3/@claude-flow/cli/dist → dist}/src/init/statusline-generator.js.map +0 -0
  853. /package/{v3/@claude-flow/cli/dist → dist}/src/init/types.d.ts +0 -0
  854. /package/{v3/@claude-flow/cli/dist → dist}/src/init/types.d.ts.map +0 -0
  855. /package/{v3/@claude-flow/cli/dist → dist}/src/init/types.js +0 -0
  856. /package/{v3/@claude-flow/cli/dist → dist}/src/init/types.js.map +0 -0
  857. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-client.d.ts +0 -0
  858. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-client.d.ts.map +0 -0
  859. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-client.js +0 -0
  860. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-client.js.map +0 -0
  861. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-server.d.ts +0 -0
  862. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-server.d.ts.map +0 -0
  863. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-server.js +0 -0
  864. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-server.js.map +0 -0
  865. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-tools/agent-tools.d.ts +0 -0
  866. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-tools/agent-tools.d.ts.map +0 -0
  867. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-tools/agent-tools.js +0 -0
  868. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-tools/agent-tools.js.map +0 -0
  869. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-tools/config-tools.d.ts +0 -0
  870. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-tools/config-tools.d.ts.map +0 -0
  871. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-tools/config-tools.js +0 -0
  872. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-tools/config-tools.js.map +0 -0
  873. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-tools/hive-mind-tools.d.ts +0 -0
  874. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-tools/hive-mind-tools.d.ts.map +0 -0
  875. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-tools/hive-mind-tools.js +0 -0
  876. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-tools/hive-mind-tools.js.map +0 -0
  877. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-tools/hooks-tools.d.ts +0 -0
  878. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-tools/hooks-tools.d.ts.map +0 -0
  879. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-tools/hooks-tools.js +0 -0
  880. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-tools/hooks-tools.js.map +0 -0
  881. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-tools/index.d.ts +0 -0
  882. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-tools/index.d.ts.map +0 -0
  883. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-tools/index.js +0 -0
  884. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-tools/index.js.map +0 -0
  885. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-tools/memory-tools.d.ts +0 -0
  886. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-tools/memory-tools.d.ts.map +0 -0
  887. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-tools/memory-tools.js +0 -0
  888. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-tools/memory-tools.js.map +0 -0
  889. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-tools/session-tools.d.ts +0 -0
  890. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-tools/session-tools.d.ts.map +0 -0
  891. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-tools/session-tools.js +0 -0
  892. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-tools/session-tools.js.map +0 -0
  893. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-tools/swarm-tools.d.ts +0 -0
  894. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-tools/swarm-tools.d.ts.map +0 -0
  895. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-tools/swarm-tools.js +0 -0
  896. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-tools/swarm-tools.js.map +0 -0
  897. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-tools/task-tools.d.ts +0 -0
  898. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-tools/task-tools.d.ts.map +0 -0
  899. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-tools/task-tools.js +0 -0
  900. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-tools/task-tools.js.map +0 -0
  901. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-tools/types.d.ts +0 -0
  902. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-tools/types.d.ts.map +0 -0
  903. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-tools/types.js +0 -0
  904. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-tools/types.js.map +0 -0
  905. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-tools/workflow-tools.d.ts +0 -0
  906. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-tools/workflow-tools.d.ts.map +0 -0
  907. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-tools/workflow-tools.js +0 -0
  908. /package/{v3/@claude-flow/cli/dist → dist}/src/mcp-tools/workflow-tools.js.map +0 -0
  909. /package/{v3/@claude-flow/cli/dist → dist}/src/parser.d.ts +0 -0
  910. /package/{v3/@claude-flow/cli/dist → dist}/src/parser.d.ts.map +0 -0
  911. /package/{v3/@claude-flow/cli/dist → dist}/src/parser.js +0 -0
  912. /package/{v3/@claude-flow/cli/dist → dist}/src/parser.js.map +0 -0
  913. /package/{v3/@claude-flow/cli/dist → dist}/src/prompt.d.ts +0 -0
  914. /package/{v3/@claude-flow/cli/dist → dist}/src/prompt.d.ts.map +0 -0
  915. /package/{v3/@claude-flow/cli/dist → dist}/src/prompt.js +0 -0
  916. /package/{v3/@claude-flow/cli/dist → dist}/src/prompt.js.map +0 -0
  917. /package/{v3/@claude-flow/cli/dist → dist}/src/services/index.d.ts +0 -0
  918. /package/{v3/@claude-flow/cli/dist → dist}/src/services/index.d.ts.map +0 -0
  919. /package/{v3/@claude-flow/cli/dist → dist}/src/services/index.js +0 -0
  920. /package/{v3/@claude-flow/cli/dist → dist}/src/services/index.js.map +0 -0
  921. /package/{v3/@claude-flow/cli/dist → dist}/src/types.d.ts +0 -0
  922. /package/{v3/@claude-flow/cli/dist → dist}/src/types.d.ts.map +0 -0
  923. /package/{v3/@claude-flow/cli/dist → dist}/src/types.js +0 -0
  924. /package/{v3/@claude-flow/cli/dist → dist}/src/types.js.map +0 -0
@@ -1 +0,0 @@
1
- {"version":3,"file":"event-bus.js","sourceRoot":"","sources":["../../src/core/event-bus.ts"],"names":[],"mappings":"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"}
@@ -1,15 +0,0 @@
1
- /**
2
- * V3 Core Module - Public API
3
- * Domain-Driven Design with Clean Architecture
4
- *
5
- * This module provides the core architecture for claude-flow v3:
6
- * - Decomposed orchestrator (task, session, health, lifecycle management)
7
- * - Event-driven architecture with event bus and coordinator
8
- * - Type-safe configuration with Zod validation
9
- * - Clean interfaces following DDD principles
10
- */
11
- export * from './interfaces/index.js';
12
- export { EventBus, createEventBus } from './event-bus.js';
13
- export * from './orchestrator/index.js';
14
- export * from './config/index.js';
15
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/core/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AAGH,cAAc,uBAAuB,CAAC;AAGtC,OAAO,EAAE,QAAQ,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAG1D,cAAc,yBAAyB,CAAC;AAGxC,cAAc,mBAAmB,CAAC"}
@@ -1,19 +0,0 @@
1
- /**
2
- * V3 Core Module - Public API
3
- * Domain-Driven Design with Clean Architecture
4
- *
5
- * This module provides the core architecture for claude-flow v3:
6
- * - Decomposed orchestrator (task, session, health, lifecycle management)
7
- * - Event-driven architecture with event bus and coordinator
8
- * - Type-safe configuration with Zod validation
9
- * - Clean interfaces following DDD principles
10
- */
11
- // Interfaces (Domain contracts)
12
- export * from './interfaces/index.js';
13
- // Event system
14
- export { EventBus, createEventBus } from './event-bus.js';
15
- // Orchestrator components (decomposed)
16
- export * from './orchestrator/index.js';
17
- // Configuration
18
- export * from './config/index.js';
19
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/core/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AAEH,gCAAgC;AAChC,cAAc,uBAAuB,CAAC;AAEtC,eAAe;AACf,OAAO,EAAE,QAAQ,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAE1D,uCAAuC;AACvC,cAAc,yBAAyB,CAAC;AAExC,gBAAgB;AAChB,cAAc,mBAAmB,CAAC"}
@@ -1,200 +0,0 @@
1
- /**
2
- * V3 Agent Interfaces
3
- * Domain-Driven Design - Agent Lifecycle Bounded Context
4
- */
5
- /**
6
- * Agent status in the system
7
- */
8
- export type AgentStatus = 'spawning' | 'active' | 'idle' | 'busy' | 'error' | 'terminated';
9
- /**
10
- * Agent type classification
11
- */
12
- export type AgentType = 'coder' | 'reviewer' | 'tester' | 'researcher' | 'planner' | 'architect' | 'coordinator' | 'security' | 'performance' | 'custom';
13
- /**
14
- * Agent capability declaration
15
- */
16
- export interface IAgentCapability {
17
- name: string;
18
- level: 'basic' | 'intermediate' | 'advanced' | 'expert';
19
- description?: string;
20
- }
21
- /**
22
- * Agent configuration for spawning
23
- */
24
- export interface IAgentConfig {
25
- readonly id: string;
26
- readonly name: string;
27
- readonly type: AgentType | string;
28
- capabilities: string[];
29
- maxConcurrentTasks: number;
30
- priority: number;
31
- timeout?: number;
32
- retryPolicy?: {
33
- maxRetries: number;
34
- backoffMs: number;
35
- backoffMultiplier: number;
36
- };
37
- resources?: {
38
- maxMemoryMb?: number;
39
- maxCpuPercent?: number;
40
- };
41
- metadata?: Record<string, unknown>;
42
- }
43
- /**
44
- * Core agent entity
45
- */
46
- export interface IAgent {
47
- readonly id: string;
48
- readonly name: string;
49
- readonly type: AgentType | string;
50
- readonly config: IAgentConfig;
51
- readonly createdAt: Date;
52
- status: AgentStatus;
53
- currentTaskCount: number;
54
- lastActivity: Date;
55
- sessionId?: string;
56
- terminalId?: string;
57
- memoryBankId?: string;
58
- metrics?: {
59
- tasksCompleted: number;
60
- tasksFailed: number;
61
- avgTaskDuration: number;
62
- errorCount: number;
63
- uptime: number;
64
- };
65
- health?: {
66
- status: 'healthy' | 'degraded' | 'unhealthy';
67
- lastCheck: Date;
68
- issues?: string[];
69
- };
70
- }
71
- /**
72
- * Agent session for tracking active work
73
- */
74
- export interface IAgentSession {
75
- readonly id: string;
76
- readonly agentId: string;
77
- readonly startTime: Date;
78
- status: 'active' | 'idle' | 'terminated';
79
- terminalId: string;
80
- memoryBankId: string;
81
- lastActivity: Date;
82
- endTime?: Date;
83
- metadata?: Record<string, unknown>;
84
- }
85
- /**
86
- * Agent pool for managing multiple agents
87
- */
88
- export interface IAgentPool {
89
- /**
90
- * Add an agent to the pool
91
- */
92
- add(agent: IAgent): void;
93
- /**
94
- * Remove an agent from the pool
95
- */
96
- remove(agentId: string): boolean;
97
- /**
98
- * Get an agent by ID
99
- */
100
- get(agentId: string): IAgent | undefined;
101
- /**
102
- * Get all agents in the pool
103
- */
104
- getAll(): IAgent[];
105
- /**
106
- * Get agents by status
107
- */
108
- getByStatus(status: AgentStatus): IAgent[];
109
- /**
110
- * Get agents by type
111
- */
112
- getByType(type: AgentType | string): IAgent[];
113
- /**
114
- * Get available agents (can accept more tasks)
115
- */
116
- getAvailable(): IAgent[];
117
- /**
118
- * Get pool size
119
- */
120
- size(): number;
121
- /**
122
- * Check if pool has capacity
123
- */
124
- hasCapacity(maxSize: number): boolean;
125
- /**
126
- * Clear all agents
127
- */
128
- clear(): void;
129
- }
130
- /**
131
- * Agent lifecycle manager interface
132
- */
133
- export interface IAgentLifecycleManager {
134
- /**
135
- * Spawn a new agent
136
- */
137
- spawn(config: IAgentConfig): Promise<IAgent>;
138
- /**
139
- * Spawn multiple agents in parallel
140
- */
141
- spawnBatch(configs: IAgentConfig[]): Promise<Map<string, IAgent>>;
142
- /**
143
- * Terminate an agent
144
- */
145
- terminate(agentId: string, reason?: string): Promise<void>;
146
- /**
147
- * Terminate all agents
148
- */
149
- terminateAll(reason?: string): Promise<void>;
150
- /**
151
- * Restart an agent
152
- */
153
- restart(agentId: string): Promise<IAgent>;
154
- /**
155
- * Update agent configuration
156
- */
157
- updateConfig(agentId: string, config: Partial<IAgentConfig>): Promise<void>;
158
- /**
159
- * Get agent by ID
160
- */
161
- getAgent(agentId: string): IAgent | undefined;
162
- /**
163
- * Get all agents
164
- */
165
- getAllAgents(): IAgent[];
166
- /**
167
- * Get active agents count
168
- */
169
- getActiveCount(): number;
170
- /**
171
- * Check agent health
172
- */
173
- checkHealth(agentId: string): Promise<IAgent['health']>;
174
- }
175
- /**
176
- * Agent registry for type definitions
177
- */
178
- export interface IAgentRegistry {
179
- /**
180
- * Register an agent type with default config
181
- */
182
- register(type: string, defaultConfig: Partial<IAgentConfig>): void;
183
- /**
184
- * Unregister an agent type
185
- */
186
- unregister(type: string): boolean;
187
- /**
188
- * Get default config for a type
189
- */
190
- getDefaultConfig(type: string): Partial<IAgentConfig> | undefined;
191
- /**
192
- * Get all registered types
193
- */
194
- getRegisteredTypes(): string[];
195
- /**
196
- * Check if a type is registered
197
- */
198
- isRegistered(type: string): boolean;
199
- }
200
- //# sourceMappingURL=agent.interface.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"agent.interface.d.ts","sourceRoot":"","sources":["../../../src/core/interfaces/agent.interface.ts"],"names":[],"mappings":"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"}
@@ -1,6 +0,0 @@
1
- /**
2
- * V3 Agent Interfaces
3
- * Domain-Driven Design - Agent Lifecycle Bounded Context
4
- */
5
- export {};
6
- //# sourceMappingURL=agent.interface.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"agent.interface.js","sourceRoot":"","sources":["../../../src/core/interfaces/agent.interface.ts"],"names":[],"mappings":"AAAA;;;GAGG"}
@@ -1,310 +0,0 @@
1
- /**
2
- * V3 Coordinator Interfaces
3
- * Domain-Driven Design - Coordination Bounded Context
4
- * Aligned with ADR-003 (Single Coordination Engine)
5
- */
6
- import type { ITask, ITaskResult } from './task.interface.js';
7
- import type { IAgent, IAgentConfig } from './agent.interface.js';
8
- /**
9
- * Swarm topology types
10
- */
11
- export type SwarmTopology = 'hierarchical' | 'mesh' | 'ring' | 'star' | 'adaptive' | 'hierarchical-mesh';
12
- /**
13
- * Coordination status
14
- */
15
- export type CoordinationStatus = 'initializing' | 'ready' | 'coordinating' | 'degraded' | 'error' | 'shutdown';
16
- /**
17
- * Swarm configuration
18
- */
19
- export interface ISwarmConfig {
20
- topology: SwarmTopology;
21
- maxAgents: number;
22
- autoScale?: {
23
- enabled: boolean;
24
- minAgents: number;
25
- maxAgents: number;
26
- scaleUpThreshold: number;
27
- scaleDownThreshold: number;
28
- };
29
- coordination?: {
30
- consensusRequired: boolean;
31
- timeoutMs: number;
32
- retryPolicy: {
33
- maxRetries: number;
34
- backoffMs: number;
35
- };
36
- };
37
- communication?: {
38
- protocol: 'events' | 'messages' | 'shared-memory';
39
- batchSize: number;
40
- flushIntervalMs: number;
41
- };
42
- metadata?: Record<string, unknown>;
43
- }
44
- /**
45
- * Swarm state
46
- */
47
- export interface ISwarmState {
48
- readonly id: string;
49
- readonly topology: SwarmTopology;
50
- readonly createdAt: Date;
51
- status: CoordinationStatus;
52
- agentCount: number;
53
- taskCount: number;
54
- metrics?: {
55
- throughput: number;
56
- latencyMs: number;
57
- successRate: number;
58
- resourceUtilization: number;
59
- };
60
- }
61
- /**
62
- * Coordinator interface - unified coordination engine
63
- */
64
- export interface ICoordinator {
65
- /**
66
- * Initialize the coordinator
67
- */
68
- initialize(): Promise<void>;
69
- /**
70
- * Shutdown the coordinator
71
- */
72
- shutdown(): Promise<void>;
73
- /**
74
- * Initialize a swarm with configuration
75
- */
76
- initializeSwarm(config: ISwarmConfig): Promise<ISwarmState>;
77
- /**
78
- * Get swarm state
79
- */
80
- getSwarmState(): ISwarmState | undefined;
81
- /**
82
- * Assign a task to an agent
83
- */
84
- assignTask(task: ITask, agentId: string): Promise<void>;
85
- /**
86
- * Get tasks assigned to an agent
87
- */
88
- getAgentTasks(agentId: string): Promise<ITask[]>;
89
- /**
90
- * Get task count for an agent
91
- */
92
- getAgentTaskCount(agentId: string): Promise<number>;
93
- /**
94
- * Cancel a task
95
- */
96
- cancelTask(taskId: string): Promise<void>;
97
- /**
98
- * Report task completion
99
- */
100
- reportTaskComplete(taskId: string, result: ITaskResult): Promise<void>;
101
- /**
102
- * Get coordination health status
103
- */
104
- getHealthStatus(): Promise<{
105
- healthy: boolean;
106
- error?: string;
107
- metrics?: Record<string, number>;
108
- }>;
109
- /**
110
- * Perform maintenance tasks
111
- */
112
- performMaintenance(): Promise<void>;
113
- }
114
- /**
115
- * Coordination manager interface - higher-level orchestration
116
- */
117
- export interface ICoordinationManager extends ICoordinator {
118
- /**
119
- * Register an agent with the coordinator
120
- */
121
- registerAgent(agent: IAgent): Promise<void>;
122
- /**
123
- * Unregister an agent
124
- */
125
- unregisterAgent(agentId: string): Promise<void>;
126
- /**
127
- * Get all registered agents
128
- */
129
- getRegisteredAgents(): IAgent[];
130
- /**
131
- * Request agent consensus on a decision
132
- */
133
- requestConsensus(topic: string, options: unknown[], timeout?: number): Promise<unknown>;
134
- /**
135
- * Broadcast message to all agents
136
- */
137
- broadcast(message: unknown): Promise<void>;
138
- /**
139
- * Send message to specific agent
140
- */
141
- sendToAgent(agentId: string, message: unknown): Promise<void>;
142
- /**
143
- * Acquire a distributed lock
144
- */
145
- acquireLock(resourceId: string, agentId: string, timeout?: number): Promise<boolean>;
146
- /**
147
- * Release a distributed lock
148
- */
149
- releaseLock(resourceId: string, agentId: string): Promise<void>;
150
- /**
151
- * Check for deadlocks
152
- */
153
- detectDeadlocks(): Promise<{
154
- detected: boolean;
155
- agents?: string[];
156
- resources?: string[];
157
- }>;
158
- }
159
- /**
160
- * Health status for components
161
- */
162
- export interface IHealthStatus {
163
- status: 'healthy' | 'degraded' | 'unhealthy';
164
- components: Record<string, IComponentHealth>;
165
- timestamp: Date;
166
- }
167
- /**
168
- * Component health details
169
- */
170
- export interface IComponentHealth {
171
- name: string;
172
- status: 'healthy' | 'degraded' | 'unhealthy';
173
- lastCheck: Date;
174
- error?: string;
175
- metrics?: Record<string, number>;
176
- }
177
- /**
178
- * Health monitor interface
179
- */
180
- export interface IHealthMonitor {
181
- /**
182
- * Start health monitoring
183
- */
184
- start(): void;
185
- /**
186
- * Stop health monitoring
187
- */
188
- stop(): void;
189
- /**
190
- * Get current health status
191
- */
192
- getStatus(): Promise<IHealthStatus>;
193
- /**
194
- * Register a health check
195
- */
196
- registerCheck(name: string, check: () => Promise<{
197
- healthy: boolean;
198
- error?: string;
199
- metrics?: Record<string, number>;
200
- }>): void;
201
- /**
202
- * Unregister a health check
203
- */
204
- unregisterCheck(name: string): void;
205
- /**
206
- * Get health history
207
- */
208
- getHistory(limit?: number): IHealthStatus[];
209
- /**
210
- * Subscribe to health changes
211
- */
212
- onHealthChange(callback: (status: IHealthStatus) => void): () => void;
213
- }
214
- /**
215
- * Metrics collector interface
216
- */
217
- export interface IMetricsCollector {
218
- /**
219
- * Start metrics collection
220
- */
221
- start(): void;
222
- /**
223
- * Stop metrics collection
224
- */
225
- stop(): void;
226
- /**
227
- * Record a metric value
228
- */
229
- record(name: string, value: number, tags?: Record<string, string>): void;
230
- /**
231
- * Increment a counter
232
- */
233
- increment(name: string, value?: number, tags?: Record<string, string>): void;
234
- /**
235
- * Record a timing
236
- */
237
- timing(name: string, durationMs: number, tags?: Record<string, string>): void;
238
- /**
239
- * Get current metrics
240
- */
241
- getMetrics(): Record<string, {
242
- value: number;
243
- count: number;
244
- avg: number;
245
- min: number;
246
- max: number;
247
- }>;
248
- /**
249
- * Reset all metrics
250
- */
251
- reset(): void;
252
- }
253
- /**
254
- * Orchestrator metrics structure
255
- */
256
- export interface IOrchestratorMetrics {
257
- uptime: number;
258
- totalAgents: number;
259
- activeAgents: number;
260
- totalTasks: number;
261
- completedTasks: number;
262
- failedTasks: number;
263
- queuedTasks: number;
264
- avgTaskDuration: number;
265
- memoryUsage: NodeJS.MemoryUsage;
266
- cpuUsage: NodeJS.CpuUsage;
267
- timestamp: Date;
268
- }
269
- /**
270
- * Main orchestrator interface - facade for all orchestration capabilities
271
- */
272
- export interface IOrchestrator {
273
- /**
274
- * Initialize the orchestrator
275
- */
276
- initialize(): Promise<void>;
277
- /**
278
- * Shutdown the orchestrator
279
- */
280
- shutdown(): Promise<void>;
281
- /**
282
- * Get health status
283
- */
284
- getHealthStatus(): Promise<IHealthStatus>;
285
- /**
286
- * Get orchestrator metrics
287
- */
288
- getMetrics(): Promise<IOrchestratorMetrics>;
289
- /**
290
- * Spawn a new agent
291
- */
292
- spawnAgent(config: IAgentConfig): Promise<IAgent>;
293
- /**
294
- * Terminate an agent
295
- */
296
- terminateAgent(agentId: string, reason?: string): Promise<void>;
297
- /**
298
- * Submit a task
299
- */
300
- submitTask(task: ITask): Promise<ITaskResult>;
301
- /**
302
- * Get task by ID
303
- */
304
- getTask(taskId: string): Promise<ITask | undefined>;
305
- /**
306
- * Cancel a task
307
- */
308
- cancelTask(taskId: string): Promise<void>;
309
- }
310
- //# sourceMappingURL=coordinator.interface.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"coordinator.interface.d.ts","sourceRoot":"","sources":["../../../src/core/interfaces/coordinator.interface.ts"],"names":[],"mappings":"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"}
@@ -1,7 +0,0 @@
1
- /**
2
- * V3 Coordinator Interfaces
3
- * Domain-Driven Design - Coordination Bounded Context
4
- * Aligned with ADR-003 (Single Coordination Engine)
5
- */
6
- export {};
7
- //# sourceMappingURL=coordinator.interface.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"coordinator.interface.js","sourceRoot":"","sources":["../../../src/core/interfaces/coordinator.interface.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}