claude-flow-novice 1.3.6 → 1.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (345) hide show
  1. package/.claude/agents/analysis/code-analyzer.md +3 -20
  2. package/.claude/agents/analysis/code-review/analyze-code-quality.md +1 -1
  3. package/.claude/agents/analyst.md +208 -550
  4. package/.claude/agents/architect.md +136 -469
  5. package/.claude/agents/architecture/system-architect.md +20 -1
  6. package/.claude/agents/architecture/system-design/arch-system-design.md +1 -1
  7. package/.claude/agents/base-template-generator.md +24 -1
  8. package/.claude/agents/coder.md +87 -303
  9. package/.claude/agents/consensus/byzantine-coordinator.md +4 -21
  10. package/.claude/agents/consensus/consensus-builder.md +3 -20
  11. package/.claude/agents/consensus/crdt-synchronizer.md +4 -21
  12. package/.claude/agents/consensus/gossip-coordinator.md +4 -21
  13. package/.claude/agents/consensus/performance-benchmarker.md +4 -21
  14. package/.claude/agents/consensus/quorum-manager.md +4 -21
  15. package/.claude/agents/consensus/raft-manager.md +4 -21
  16. package/.claude/agents/consensus/security-manager.md +4 -21
  17. package/.claude/agents/coordinator.md +22 -11
  18. package/.claude/agents/data/ml/data-ml-model.md +2 -2
  19. package/.claude/agents/development/backend/dev-backend-api.md +2 -2
  20. package/.claude/agents/devops/ci-cd/ops-cicd-github.md +2 -2
  21. package/.claude/agents/devops/devops-engineer.md +134 -402
  22. package/.claude/agents/documentation/api-docs/docs-api-openapi.md +2 -2
  23. package/.claude/agents/github/code-review-swarm.md +1 -1
  24. package/.claude/agents/github/github-specialist.md +856 -0
  25. package/.claude/agents/github/pr-manager.md +1 -1
  26. package/.claude/agents/github/release-manager.md +1 -1
  27. package/.claude/agents/neural/neural-pattern-agent.md +762 -0
  28. package/.claude/agents/optimization/benchmark-suite.md +1 -1
  29. package/.claude/agents/optimization/perf-analyzer.md +1 -1
  30. package/.claude/agents/optimization/performance-monitor.md +1 -1
  31. package/.claude/agents/planner.md +135 -0
  32. package/.claude/agents/researcher.md +22 -9
  33. package/.claude/agents/reviewer.md +291 -0
  34. package/.claude/agents/security/security-specialist.md +1 -1
  35. package/.claude/agents/sparc/architecture.md +1 -1
  36. package/.claude/agents/sparc/pseudocode.md +1 -1
  37. package/.claude/agents/sparc/refinement.md +1 -1
  38. package/.claude/agents/sparc/specification.md +1 -1
  39. package/.claude/agents/specialized/mobile/spec-mobile-react-native.md +2 -2
  40. package/.claude/agents/tester.md +21 -11
  41. package/.claude/agents/testing/unit/tdd-london-swarm.md +1 -1
  42. package/.claude/agents/testing/validation/production-validator.md +1 -1
  43. package/.claude/commands/claude-soul.js +1 -1
  44. package/.claude/hooks.json +12 -15
  45. package/{.claude → .claude-flow-novice/.claude}/agents/MIGRATION_SUMMARY.md +1 -1
  46. package/.claude-flow-novice/.claude/agents/analysis/code-analyzer.md +192 -0
  47. package/.claude-flow-novice/.claude/agents/analysis/code-review/analyze-code-quality.md +180 -0
  48. package/.claude-flow-novice/.claude/agents/analyst.md +300 -0
  49. package/.claude-flow-novice/.claude/agents/architect.md +557 -0
  50. package/.claude-flow-novice/.claude/agents/architecture/system-architect.md +630 -0
  51. package/.claude-flow-novice/.claude/agents/architecture/system-design/arch-system-design.md +156 -0
  52. package/.claude-flow-novice/.claude/agents/base-template-generator.md +65 -0
  53. package/.claude-flow-novice/.claude/agents/coder.md +180 -0
  54. package/.claude-flow-novice/.claude/agents/consensus/byzantine-coordinator.md +46 -0
  55. package/.claude-flow-novice/.claude/agents/consensus/consensus-builder.md +225 -0
  56. package/.claude-flow-novice/.claude/agents/consensus/crdt-synchronizer.md +980 -0
  57. package/.claude-flow-novice/.claude/agents/consensus/gossip-coordinator.md +46 -0
  58. package/.claude-flow-novice/.claude/agents/consensus/performance-benchmarker.md +834 -0
  59. package/.claude-flow-novice/.claude/agents/consensus/quorum-manager.md +806 -0
  60. package/.claude-flow-novice/.claude/agents/consensus/raft-manager.md +46 -0
  61. package/.claude-flow-novice/.claude/agents/consensus/security-manager.md +605 -0
  62. package/.claude-flow-novice/.claude/agents/coordinator.md +842 -0
  63. package/.claude-flow-novice/.claude/agents/data/ml/data-ml-model.md +193 -0
  64. package/.claude-flow-novice/.claude/agents/development/backend/dev-backend-api.md +142 -0
  65. package/.claude-flow-novice/.claude/agents/devops/ci-cd/ops-cicd-github.md +164 -0
  66. package/.claude-flow-novice/.claude/agents/devops/devops-engineer.md +638 -0
  67. package/.claude-flow-novice/.claude/agents/documentation/api-docs/docs-api-openapi.md +174 -0
  68. package/.claude-flow-novice/.claude/agents/github/code-review-swarm.md +538 -0
  69. package/.claude-flow-novice/.claude/agents/github/github-modes.md +173 -0
  70. package/.claude-flow-novice/.claude/agents/github/github-specialist.md +856 -0
  71. package/.claude-flow-novice/.claude/agents/github/issue-tracker.md +319 -0
  72. package/.claude-flow-novice/.claude/agents/github/multi-repo-swarm.md +553 -0
  73. package/.claude-flow-novice/.claude/agents/github/pr-manager.md +191 -0
  74. package/.claude-flow-novice/.claude/agents/github/project-board-sync.md +509 -0
  75. package/.claude-flow-novice/.claude/agents/github/release-manager.md +367 -0
  76. package/.claude-flow-novice/.claude/agents/github/release-swarm.md +583 -0
  77. package/.claude-flow-novice/.claude/agents/github/repo-architect.md +398 -0
  78. package/.claude-flow-novice/.claude/agents/github/swarm-issue.md +573 -0
  79. package/.claude-flow-novice/.claude/agents/github/swarm-pr.md +428 -0
  80. package/.claude-flow-novice/.claude/agents/github/sync-coordinator.md +452 -0
  81. package/.claude-flow-novice/.claude/agents/github/workflow-automation.md +635 -0
  82. package/.claude-flow-novice/.claude/agents/goal/goal-planner.md +73 -0
  83. package/.claude-flow-novice/.claude/agents/neural/neural-pattern-agent.md +762 -0
  84. package/.claude-flow-novice/.claude/agents/neural/safla-neural.md +74 -0
  85. package/.claude-flow-novice/.claude/agents/optimization/benchmark-suite.md +665 -0
  86. package/.claude-flow-novice/.claude/agents/optimization/load-balancer.md +431 -0
  87. package/.claude-flow-novice/.claude/agents/optimization/perf-analyzer.md +725 -0
  88. package/.claude-flow-novice/.claude/agents/optimization/performance-monitor.md +672 -0
  89. package/.claude-flow-novice/.claude/agents/optimization/resource-allocator.md +674 -0
  90. package/.claude-flow-novice/.claude/agents/optimization/topology-optimizer.md +808 -0
  91. package/.claude-flow-novice/.claude/agents/planner.md +135 -0
  92. package/.claude-flow-novice/.claude/agents/researcher.md +185 -0
  93. package/.claude-flow-novice/.claude/agents/reviewer.md +291 -0
  94. package/.claude-flow-novice/.claude/agents/security/security-specialist.md +978 -0
  95. package/.claude-flow-novice/.claude/agents/sparc/architecture.md +472 -0
  96. package/.claude-flow-novice/.claude/agents/sparc/pseudocode.md +318 -0
  97. package/.claude-flow-novice/.claude/agents/sparc/refinement.md +525 -0
  98. package/.claude-flow-novice/.claude/agents/sparc/specification.md +276 -0
  99. package/.claude-flow-novice/.claude/agents/specialized/mobile/spec-mobile-react-native.md +226 -0
  100. package/.claude-flow-novice/.claude/agents/sublinear/consciousness-evolution-agent.md +499 -0
  101. package/.claude-flow-novice/.claude/agents/sublinear/matrix-solver-agent.md +113 -0
  102. package/.claude-flow-novice/.claude/agents/sublinear/nanosecond-scheduler-agent.md +644 -0
  103. package/.claude-flow-novice/.claude/agents/sublinear/pagerank-agent.md +699 -0
  104. package/.claude-flow-novice/.claude/agents/sublinear/phi-calculator-agent.md +749 -0
  105. package/.claude-flow-novice/.claude/agents/sublinear/psycho-symbolic-agent.md +543 -0
  106. package/.claude-flow-novice/.claude/agents/sublinear/sublinear.md +816 -0
  107. package/.claude-flow-novice/.claude/agents/sublinear/temporal-advantage-agent.md +360 -0
  108. package/.claude-flow-novice/.claude/agents/swarm/adaptive-coordinator-enhanced.md +746 -0
  109. package/.claude-flow-novice/.claude/agents/swarm/adaptive-coordinator.md +396 -0
  110. package/.claude-flow-novice/.claude/agents/swarm/hierarchical-coordinator.md +300 -0
  111. package/.claude-flow-novice/.claude/agents/swarm/mesh-coordinator.md +435 -0
  112. package/.claude-flow-novice/.claude/agents/templates/automation-smart-agent.md +205 -0
  113. package/.claude-flow-novice/.claude/agents/templates/coordinator-swarm-init.md +90 -0
  114. package/.claude-flow-novice/.claude/agents/templates/github-pr-manager.md +177 -0
  115. package/.claude-flow-novice/.claude/agents/templates/implementer-sparc-coder.md +259 -0
  116. package/.claude-flow-novice/.claude/agents/templates/memory-coordinator.md +187 -0
  117. package/.claude-flow-novice/.claude/agents/templates/migration-plan.md +746 -0
  118. package/.claude-flow-novice/.claude/agents/templates/orchestrator-task.md +139 -0
  119. package/.claude-flow-novice/.claude/agents/templates/performance-analyzer.md +199 -0
  120. package/.claude-flow-novice/.claude/agents/templates/sparc-coordinator.md +183 -0
  121. package/.claude-flow-novice/.claude/agents/tester.md +663 -0
  122. package/.claude-flow-novice/.claude/agents/testing/e2e/playwright-agent.md +249 -0
  123. package/.claude-flow-novice/.claude/agents/testing/unit/tdd-london-swarm.md +244 -0
  124. package/.claude-flow-novice/.claude/agents/testing/validation/production-validator.md +395 -0
  125. package/.claude-flow-novice/dist/index.js +12 -24
  126. package/.claude-flow-novice/dist/index.js.map +1 -0
  127. package/.claude-flow-novice/dist/src/agents/agent-manager.js +123 -69
  128. package/.claude-flow-novice/dist/src/agents/agent-manager.js.map +1 -1
  129. package/.claude-flow-novice/dist/src/agents/github/utils/hook-integration.js +7 -7
  130. package/.claude-flow-novice/dist/src/agents/github/utils/hook-integration.js.map +1 -1
  131. package/.claude-flow-novice/dist/src/agents/stage3-integration-validator.js +485 -0
  132. package/.claude-flow-novice/dist/src/agents/stage3-integration-validator.js.map +1 -0
  133. package/.claude-flow-novice/dist/src/agents/unified-ultra-fast-agent-manager.js +630 -0
  134. package/.claude-flow-novice/dist/src/agents/unified-ultra-fast-agent-manager.js.map +1 -0
  135. package/.claude-flow-novice/dist/src/cli/commands/agent.js +1 -1
  136. package/.claude-flow-novice/dist/src/cli/commands/agent.js.map +1 -1
  137. package/.claude-flow-novice/dist/src/cli/commands/config-integration.js +6 -6
  138. package/.claude-flow-novice/dist/src/cli/commands/enterprise.js +18 -18
  139. package/.claude-flow-novice/dist/src/cli/commands/enterprise.js.map +1 -1
  140. package/.claude-flow-novice/dist/src/cli/commands/goal-init.js +4 -4
  141. package/.claude-flow-novice/dist/src/cli/commands/help-new.js +23 -23
  142. package/.claude-flow-novice/dist/src/cli/commands/help-new.js.map +1 -1
  143. package/.claude-flow-novice/dist/src/cli/commands/help.js +74 -74
  144. package/.claude-flow-novice/dist/src/cli/commands/help.js.map +1 -1
  145. package/.claude-flow-novice/dist/src/cli/commands/hive-mind/pause.js +2 -2
  146. package/.claude-flow-novice/dist/src/cli/commands/hive-mind/pause.js.map +1 -1
  147. package/.claude-flow-novice/dist/src/cli/commands/hive.js +4 -4
  148. package/.claude-flow-novice/dist/src/cli/commands/index.js +103 -132
  149. package/.claude-flow-novice/dist/src/cli/commands/index.js.map +1 -1
  150. package/.claude-flow-novice/dist/src/cli/commands/mcp.js +1 -1
  151. package/.claude-flow-novice/dist/src/cli/commands/migrate.js +4 -4
  152. package/.claude-flow-novice/dist/src/cli/commands/migrate.js.map +1 -1
  153. package/.claude-flow-novice/dist/src/cli/commands/monitor.js +1 -1
  154. package/.claude-flow-novice/dist/src/cli/commands/neural-init.js +4 -4
  155. package/.claude-flow-novice/dist/src/cli/commands/ruv-swarm.js +8 -8
  156. package/.claude-flow-novice/dist/src/cli/commands/sparc.js +12 -12
  157. package/.claude-flow-novice/dist/src/cli/commands/sparc.js.map +1 -1
  158. package/.claude-flow-novice/dist/src/cli/commands/start/start-command.js +3 -3
  159. package/.claude-flow-novice/dist/src/cli/commands/status.js +1 -1
  160. package/.claude-flow-novice/dist/src/cli/commands/swarm.js +7 -7
  161. package/.claude-flow-novice/dist/src/cli/commands/swarm.js.map +1 -1
  162. package/.claude-flow-novice/dist/src/cli/commands/verification.js +18 -18
  163. package/.claude-flow-novice/dist/src/cli/completion.js +54 -54
  164. package/.claude-flow-novice/dist/src/cli/completion.js.map +1 -1
  165. package/.claude-flow-novice/dist/src/cli/consolidated/ConsolidatedCLI.js +11 -11
  166. package/.claude-flow-novice/dist/src/cli/consolidated/ConsolidatedCLI.js.map +1 -1
  167. package/.claude-flow-novice/dist/src/cli/consolidated/core/CommandHandlers.js +31 -31
  168. package/.claude-flow-novice/dist/src/cli/consolidated/core/TierManager.js +39 -39
  169. package/.claude-flow-novice/dist/src/cli/consolidated/core/TierManager.js.map +1 -1
  170. package/.claude-flow-novice/dist/src/cli/consolidated/help/InteractiveHelp.js +25 -25
  171. package/.claude-flow-novice/dist/src/cli/consolidated/help/InteractiveHelp.js.map +1 -1
  172. package/.claude-flow-novice/dist/src/cli/consolidated/routing/CommandRouter.js +8 -8
  173. package/.claude-flow-novice/dist/src/cli/consolidated/routing/CommandRouter.js.map +1 -1
  174. package/.claude-flow-novice/dist/src/cli/consolidated/utils/IntelligentDefaults.js +6 -6
  175. package/.claude-flow-novice/dist/src/cli/consolidated/utils/IntelligentDefaults.js.map +1 -1
  176. package/.claude-flow-novice/dist/src/cli/consolidated/utils/PerformanceOptimizer.js +7 -7
  177. package/.claude-flow-novice/dist/src/cli/consolidated/utils/PerformanceOptimizer.js.map +1 -1
  178. package/.claude-flow-novice/dist/src/cli/index-remote.js +10 -10
  179. package/.claude-flow-novice/dist/src/cli/index.js +1 -1
  180. package/.claude-flow-novice/dist/src/cli/init/directory-structure.js +8 -8
  181. package/.claude-flow-novice/dist/src/cli/init/index.js +3 -3
  182. package/.claude-flow-novice/dist/src/cli/init/sparc-environment.js +67 -67
  183. package/.claude-flow-novice/dist/src/cli/init/swarm-commands.js +18 -18
  184. package/.claude-flow-novice/dist/src/cli/node-repl.js +2 -2
  185. package/.claude-flow-novice/dist/src/cli/repl.js +1 -1
  186. package/.claude-flow-novice/dist/src/cli/simple-cli.js +68 -68
  187. package/.claude-flow-novice/dist/src/cli/simple-cli.js.map +1 -1
  188. package/.claude-flow-novice/dist/src/cli/simple-commands/session-start-soul.js +271 -0
  189. package/.claude-flow-novice/dist/src/cli/simple-orchestrator.js +7 -7
  190. package/.claude-flow-novice/dist/src/cli/simple-orchestrator.js.map +1 -1
  191. package/.claude-flow-novice/dist/src/cli/ui/fallback-handler.js +7 -7
  192. package/.claude-flow-novice/dist/src/communication/enhanced-event-bus.js +816 -0
  193. package/.claude-flow-novice/dist/src/communication/enhanced-event-bus.js.map +1 -0
  194. package/.claude-flow-novice/dist/src/communication/failure-recovery-system.js +812 -0
  195. package/.claude-flow-novice/dist/src/communication/failure-recovery-system.js.map +1 -0
  196. package/.claude-flow-novice/dist/src/communication/optimized-serialization.js +369 -0
  197. package/.claude-flow-novice/dist/src/communication/optimized-serialization.js.map +1 -0
  198. package/.claude-flow-novice/dist/src/communication/performance-optimizations.js +526 -0
  199. package/.claude-flow-novice/dist/src/communication/performance-optimizations.js.map +1 -0
  200. package/.claude-flow-novice/dist/src/communication/performance-validator.js +532 -0
  201. package/.claude-flow-novice/dist/src/communication/performance-validator.js.map +1 -0
  202. package/.claude-flow-novice/dist/src/communication/priority-message-queue.js +525 -0
  203. package/.claude-flow-novice/dist/src/communication/priority-message-queue.js.map +1 -0
  204. package/.claude-flow-novice/dist/src/communication/shared-buffer-bus.js +218 -0
  205. package/.claude-flow-novice/dist/src/communication/shared-buffer-bus.js.map +1 -0
  206. package/.claude-flow-novice/dist/src/communication/ultra-fast-communication-bus.js +521 -0
  207. package/.claude-flow-novice/dist/src/communication/ultra-fast-communication-bus.js.map +1 -0
  208. package/.claude-flow-novice/dist/src/communication/ultra-fast-serialization.js +563 -0
  209. package/.claude-flow-novice/dist/src/communication/ultra-fast-serialization.js.map +1 -0
  210. package/.claude-flow-novice/dist/src/communication/websocket-cluster.js +344 -0
  211. package/.claude-flow-novice/dist/src/communication/websocket-cluster.js.map +1 -0
  212. package/.claude-flow-novice/dist/src/communication/zero-copy-structures.js +369 -0
  213. package/.claude-flow-novice/dist/src/communication/zero-copy-structures.js.map +1 -0
  214. package/.claude-flow-novice/dist/src/config/config-manager.js +1 -1
  215. package/.claude-flow-novice/dist/src/config/config-manager.js.map +1 -1
  216. package/.claude-flow-novice/dist/src/config/core/intelligent-configuration-manager.js +1 -1
  217. package/.claude-flow-novice/dist/src/config/integration/hooks-integration.js +6 -6
  218. package/.claude-flow-novice/dist/src/config/integration/hooks-integration.js.map +1 -1
  219. package/.claude-flow-novice/dist/src/config/migration/config-migration.js +1 -1
  220. package/.claude-flow-novice/dist/src/config/ruv-swarm-integration.js +1 -1
  221. package/.claude-flow-novice/dist/src/config/utils/zero-config-setup.js +1 -1
  222. package/.claude-flow-novice/dist/src/config/utils/zero-config-setup.js.map +1 -1
  223. package/.claude-flow-novice/dist/src/config/web-portal-config.js +0 -9
  224. package/.claude-flow-novice/dist/src/config/web-portal-config.js.map +1 -1
  225. package/.claude-flow-novice/dist/src/config/zero-config-setup.js +18 -18
  226. package/.claude-flow-novice/dist/src/config/zero-config-setup.js.map +1 -1
  227. package/.claude-flow-novice/dist/src/core/logger.js +33 -10
  228. package/.claude-flow-novice/dist/src/core/logger.js.map +1 -1
  229. package/.claude-flow-novice/dist/src/migration/index.js +1 -1
  230. package/.claude-flow-novice/dist/src/migration/index.js.map +1 -1
  231. package/.claude-flow-novice/dist/src/migration/migration-runner.js +4 -4
  232. package/.claude-flow-novice/dist/src/migration/migration-runner.js.map +1 -1
  233. package/.claude-flow-novice/dist/src/monitoring/agent-health-monitor.js +430 -0
  234. package/.claude-flow-novice/dist/src/monitoring/agent-health-monitor.js.map +1 -0
  235. package/.claude-flow-novice/dist/src/slash-commands/claude-soul.js +248 -365
  236. package/.claude-flow-novice/dist/src/slash-commands/register-all-commands.js +1 -1
  237. package/.claude-flow-novice/dist/src/swarm/claude-code-interface.js +1 -1
  238. package/.claude-flow-novice/dist/src/swarm/claude-flow-executor.js +1 -1
  239. package/.claude-flow-novice/dist/src/swarm/consensus-coordinator.js +471 -0
  240. package/.claude-flow-novice/dist/src/swarm/consensus-coordinator.js.map +1 -0
  241. package/.claude-flow-novice/dist/src/swarm/hive-mind-integration.js +1 -1
  242. package/.claude-flow-novice/dist/src/swarm/large-scale-coordinator.js +543 -0
  243. package/.claude-flow-novice/dist/src/swarm/large-scale-coordinator.js.map +1 -0
  244. package/.claude-flow-novice/dist/src/swarm/optimizations/connection-pool.js +1 -1
  245. package/.claude-flow-novice/dist/src/swarm/optimizations/optimized-executor.js +1 -1
  246. package/.claude-flow-novice/dist/src/swarm/types.js.map +1 -1
  247. package/.claude-flow-novice/dist/src/swarm-fullstack/integrations/communication-bridge.js +709 -0
  248. package/.claude-flow-novice/dist/src/swarm-fullstack/integrations/communication-bridge.js.map +1 -0
  249. package/.claude-flow-novice/dist/src/swarm-fullstack/testing/api-contract-validator.js +612 -0
  250. package/.claude-flow-novice/dist/src/swarm-fullstack/testing/api-contract-validator.js.map +1 -0
  251. package/.claude-flow-novice/dist/src/swarm-fullstack/testing/backend-test-orchestrator.js +679 -0
  252. package/.claude-flow-novice/dist/src/swarm-fullstack/testing/backend-test-orchestrator.js.map +1 -0
  253. package/.claude-flow-novice/dist/src/swarm-fullstack/testing/frontend-test-orchestrator.js +654 -0
  254. package/.claude-flow-novice/dist/src/swarm-fullstack/testing/frontend-test-orchestrator.js.map +1 -0
  255. package/.claude-flow-novice/dist/src/swarm-fullstack/testing/visual-regression.js +402 -0
  256. package/.claude-flow-novice/dist/src/swarm-fullstack/testing/visual-regression.js.map +1 -0
  257. package/.claude-flow-novice/dist/src/swarm-fullstack/workflows/convergence-detector.js +459 -0
  258. package/.claude-flow-novice/dist/src/swarm-fullstack/workflows/convergence-detector.js.map +1 -0
  259. package/.claude-flow-novice/dist/src/swarm-fullstack/workflows/fix-coordinator.js +513 -0
  260. package/.claude-flow-novice/dist/src/swarm-fullstack/workflows/fix-coordinator.js.map +1 -0
  261. package/.claude-flow-novice/dist/src/swarm-fullstack/workflows/index.js +19 -0
  262. package/.claude-flow-novice/dist/src/swarm-fullstack/workflows/index.js.map +1 -0
  263. package/.claude-flow-novice/dist/src/swarm-fullstack/workflows/iterative-build-test.js +568 -0
  264. package/.claude-flow-novice/dist/src/swarm-fullstack/workflows/iterative-build-test.js.map +1 -0
  265. package/.claude-flow-novice/dist/src/swarm-fullstack/workflows/regression-test-manager.js +418 -0
  266. package/.claude-flow-novice/dist/src/swarm-fullstack/workflows/regression-test-manager.js.map +1 -0
  267. package/.claude-flow-novice/dist/src/swarm-fullstack/workflows/test-result-analyzer.js +530 -0
  268. package/.claude-flow-novice/dist/src/swarm-fullstack/workflows/test-result-analyzer.js.map +1 -0
  269. package/.claude-flow-novice/dist/src/swarm-fullstack/workflows/workflow-metrics.js +250 -0
  270. package/.claude-flow-novice/dist/src/swarm-fullstack/workflows/workflow-metrics.js.map +1 -0
  271. package/.claude-flow-novice/dist/src/task/index.js +7 -7
  272. package/.claude-flow-novice/dist/src/validation/fullstack-integration-validator.js +420 -0
  273. package/.claude-flow-novice/dist/src/validation/fullstack-integration-validator.js.map +1 -0
  274. package/.claude-flow-novice/dist/src/validation/production-validator.js +1435 -0
  275. package/.claude-flow-novice/dist/src/validation/production-validator.js.map +1 -0
  276. package/.claude-flow-novice/dist/src/verification/cli-integration.js +3 -3
  277. package/.claude-flow-novice/dist/src/verification/hooks.js +1 -1
  278. package/CHANGELOG.md +13 -0
  279. package/CLAUDE.md +1029 -68
  280. package/README.md +0 -1
  281. package/config/build/babel.config.cjs +19 -11
  282. package/config/typescript/tsconfig.json +1 -1
  283. package/examples/claude-api-error-handling.ts +2 -2
  284. package/examples/frontend-testing-demo.ts +470 -0
  285. package/examples/litellm/config/config.yaml +1 -1
  286. package/package.json +13 -7
  287. package/scripts/build/unified-builder.sh +6 -6
  288. package/scripts/build/validate-agents.js +238 -0
  289. package/scripts/run-production-validation.ts +590 -0
  290. package/scripts/test/test-coordination-features.ts +2 -2
  291. package/scripts/validate-stage3-performance.ts +377 -0
  292. package/src/cli/simple-commands/hooks.js +1 -0
  293. package/src/cli/simple-commands/init/agent-copier.js +0 -2
  294. package/src/cli/simple-commands/init/index.js +5 -97
  295. package/src/cli/simple-commands/init/templates/CLAUDE.md +162 -1158
  296. package/src/cli/simple-commands/init/templates/claude-md.js +38 -157
  297. package/src/swarm-fullstack/integrations/communication-bridge.ts +931 -0
  298. package/src/swarm-fullstack/testing/api-contract-validator.ts +909 -0
  299. package/src/swarm-fullstack/testing/backend-test-orchestrator.ts +791 -0
  300. package/src/swarm-fullstack/testing/frontend-test-orchestrator.ts +853 -0
  301. package/src/swarm-fullstack/testing/visual-regression.ts +507 -0
  302. package/src/swarm-fullstack/workflows/convergence-detector.ts +736 -0
  303. package/src/swarm-fullstack/workflows/fix-coordinator.ts +677 -0
  304. package/src/swarm-fullstack/workflows/index.ts +75 -0
  305. package/src/swarm-fullstack/workflows/iterative-build-test.ts +829 -0
  306. package/src/swarm-fullstack/workflows/regression-test-manager.ts +590 -0
  307. package/src/swarm-fullstack/workflows/test-result-analyzer.ts +739 -0
  308. package/src/swarm-fullstack/workflows/workflow-metrics.ts +399 -0
  309. package/wiki/command-reference/README.md +1 -2
  310. package/wiki/command-reference/mcp-tools/README.md +1 -1
  311. package/wiki/getting-started/claude-code-mcp/README.md +1 -2
  312. package/wiki/getting-started/installation/README.md +2 -10
  313. package/.claude/commands/flow-nexus/app-store.md +0 -124
  314. package/.claude/commands/flow-nexus/challenges.md +0 -120
  315. package/.claude/commands/flow-nexus/login-registration.md +0 -65
  316. package/.claude/commands/flow-nexus/neural-network.md +0 -134
  317. package/.claude/commands/flow-nexus/payments.md +0 -116
  318. package/.claude/commands/flow-nexus/sandbox.md +0 -83
  319. package/.claude/commands/flow-nexus/swarm.md +0 -87
  320. package/.claude/commands/flow-nexus/user-tools.md +0 -152
  321. package/.claude/commands/flow-nexus/workflow.md +0 -115
  322. package/.claude-flow-novice/dist/cli/index.js +0 -45
  323. package/.claude-flow-novice/dist/core/index.js +0 -22
  324. package/.claude-flow-novice/dist/mcp/mcp-server-novice.js +0 -595
  325. package/.claude-flow-novice/dist/mcp/mcp-server-sdk.js +0 -649
  326. package/.claude-flow-novice/dist/mcp/mcp-server-with-slash-commands.js +0 -776
  327. package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/claude-md.js +0 -1101
  328. package/src/cli/simple-commands/init/templates/CLAUDE.md.optimized +0 -265
  329. /package/{.claude → .claude-flow-novice/.claude}/agents/README.md +0 -0
  330. /package/{.claude → .claude-flow-novice/.claude}/agents/backend-dev.json +0 -0
  331. /package/{.claude → .claude-flow-novice/.claude}/agents/code-analyzer.json +0 -0
  332. /package/{.claude → .claude-flow-novice/.claude}/agents/coder.json +0 -0
  333. /package/{.claude → .claude-flow-novice/.claude}/agents/consensus/README.md +0 -0
  334. /package/{.claude → .claude-flow-novice/.claude}/agents/core/coder.md +0 -0
  335. /package/{.claude → .claude-flow-novice/.claude}/agents/core/planner.md +0 -0
  336. /package/{.claude → .claude-flow-novice/.claude}/agents/core/researcher.md +0 -0
  337. /package/{.claude → .claude-flow-novice/.claude}/agents/core/reviewer.md +0 -0
  338. /package/{.claude → .claude-flow-novice/.claude}/agents/core/tester.md +0 -0
  339. /package/{.claude → .claude-flow-novice/.claude}/agents/optimization/README.md +0 -0
  340. /package/{.claude → .claude-flow-novice/.claude}/agents/planner.json +0 -0
  341. /package/{.claude → .claude-flow-novice/.claude}/agents/researcher.json +0 -0
  342. /package/{.claude → .claude-flow-novice/.claude}/agents/reviewer.json +0 -0
  343. /package/{.claude → .claude-flow-novice/.claude}/agents/swarm/README.md +0 -0
  344. /package/{.claude → .claude-flow-novice/.claude}/agents/system-architect.json +0 -0
  345. /package/{.claude → .claude-flow-novice/.claude}/agents/tester.json +0 -0
@@ -1,595 +0,0 @@
1
- #!/usr/bin/env node
2
- /**
3
- * Claude-Flow Novice MCP Server - SIMPLIFIED STANDALONE VERSION
4
- * Only 36 essential tools for beginners
5
- * No external dependencies, completely self-contained
6
- */
7
-
8
- class ClaudeFlowNoviceMCPServer {
9
- constructor() {
10
- this.version = '2.0.0-novice-simplified';
11
- this.capabilities = {
12
- tools: { listChanged: true },
13
- resources: { subscribe: true, listChanged: true },
14
- };
15
- this.sessionId = `session-cfn-${Date.now()}-${Math.random().toString(36).substr(2, 4)}`;
16
- this.tools = this.initializeTools();
17
- this.resources = this.initializeResources();
18
- }
19
-
20
- initializeTools() {
21
- return {
22
- // === SWARM COORDINATION (8 tools) ===
23
- swarm_init: {
24
- name: 'swarm_init',
25
- description: 'Initialize swarm with topology and configuration',
26
- inputSchema: {
27
- type: 'object',
28
- properties: {
29
- topology: { type: 'string', enum: ['hierarchical', 'mesh', 'ring', 'star'] },
30
- maxAgents: { type: 'number', default: 8 },
31
- strategy: { type: 'string', default: 'auto' },
32
- },
33
- required: ['topology'],
34
- },
35
- },
36
- agent_spawn: {
37
- name: 'agent_spawn',
38
- description: 'Create specialized AI agents',
39
- inputSchema: {
40
- type: 'object',
41
- properties: {
42
- type: { type: 'string', enum: ['coordinator', 'analyst', 'optimizer', 'documenter', 'researcher', 'coder', 'tester', 'reviewer'] },
43
- name: { type: 'string' },
44
- capabilities: { type: 'array' },
45
- swarmId: { type: 'string' },
46
- },
47
- required: ['type'],
48
- },
49
- },
50
- task_orchestrate: {
51
- name: 'task_orchestrate',
52
- description: 'Orchestrate complex task workflows',
53
- inputSchema: {
54
- type: 'object',
55
- properties: {
56
- task: { type: 'string' },
57
- strategy: { type: 'string', enum: ['parallel', 'sequential', 'adaptive'] },
58
- priority: { type: 'string', enum: ['low', 'medium', 'high'] },
59
- },
60
- required: ['task'],
61
- },
62
- },
63
- swarm_status: {
64
- name: 'swarm_status',
65
- description: 'Monitor swarm health and performance',
66
- inputSchema: {
67
- type: 'object',
68
- properties: { swarmId: { type: 'string' } },
69
- },
70
- },
71
- agent_list: {
72
- name: 'agent_list',
73
- description: 'List active agents & capabilities',
74
- inputSchema: {
75
- type: 'object',
76
- properties: { swarmId: { type: 'string' } },
77
- },
78
- },
79
- coordination_sync: {
80
- name: 'coordination_sync',
81
- description: 'Sync agent coordination',
82
- inputSchema: {
83
- type: 'object',
84
- properties: { swarmId: { type: 'string' } },
85
- },
86
- },
87
- swarm_scale: {
88
- name: 'swarm_scale',
89
- description: 'Auto-scale agent count',
90
- inputSchema: {
91
- type: 'object',
92
- properties: {
93
- swarmId: { type: 'string' },
94
- targetSize: { type: 'number' },
95
- },
96
- },
97
- },
98
- swarm_destroy: {
99
- name: 'swarm_destroy',
100
- description: 'Gracefully shutdown swarm',
101
- inputSchema: {
102
- type: 'object',
103
- properties: { swarmId: { type: 'string' } },
104
- required: ['swarmId'],
105
- },
106
- },
107
-
108
- // === MEMORY MANAGEMENT (8 tools) ===
109
- memory_usage: {
110
- name: 'memory_usage',
111
- description: 'Store/retrieve persistent memory',
112
- inputSchema: {
113
- type: 'object',
114
- properties: {
115
- action: { type: 'string', enum: ['store', 'retrieve', 'list', 'delete'] },
116
- key: { type: 'string' },
117
- value: { type: 'string' },
118
- namespace: { type: 'string', default: 'default' },
119
- },
120
- required: ['action'],
121
- },
122
- },
123
- memory_search: {
124
- name: 'memory_search',
125
- description: 'Search memory with patterns',
126
- inputSchema: {
127
- type: 'object',
128
- properties: {
129
- pattern: { type: 'string' },
130
- namespace: { type: 'string' },
131
- limit: { type: 'number', default: 10 },
132
- },
133
- required: ['pattern'],
134
- },
135
- },
136
- memory_persist: {
137
- name: 'memory_persist',
138
- description: 'Cross-session persistence',
139
- inputSchema: {
140
- type: 'object',
141
- properties: { sessionId: { type: 'string' } },
142
- },
143
- },
144
- memory_backup: {
145
- name: 'memory_backup',
146
- description: 'Backup memory stores',
147
- inputSchema: {
148
- type: 'object',
149
- properties: { path: { type: 'string' } },
150
- },
151
- },
152
- memory_restore: {
153
- name: 'memory_restore',
154
- description: 'Restore from backups',
155
- inputSchema: {
156
- type: 'object',
157
- properties: { backupPath: { type: 'string' } },
158
- required: ['backupPath'],
159
- },
160
- },
161
- memory_namespace: {
162
- name: 'memory_namespace',
163
- description: 'Namespace management',
164
- inputSchema: {
165
- type: 'object',
166
- properties: {
167
- namespace: { type: 'string' },
168
- action: { type: 'string' },
169
- },
170
- required: ['namespace', 'action'],
171
- },
172
- },
173
- cache_manage: {
174
- name: 'cache_manage',
175
- description: 'Manage coordination cache',
176
- inputSchema: {
177
- type: 'object',
178
- properties: {
179
- action: { type: 'string' },
180
- key: { type: 'string' },
181
- },
182
- required: ['action'],
183
- },
184
- },
185
- state_snapshot: {
186
- name: 'state_snapshot',
187
- description: 'Create state snapshots',
188
- inputSchema: {
189
- type: 'object',
190
- properties: { name: { type: 'string' } },
191
- },
192
- },
193
-
194
- // === AGENT LIFECYCLE (6 tools) ===
195
- agent_metrics: {
196
- name: 'agent_metrics',
197
- description: 'Agent performance metrics',
198
- inputSchema: {
199
- type: 'object',
200
- properties: { agentId: { type: 'string' } },
201
- },
202
- },
203
- task_status: {
204
- name: 'task_status',
205
- description: 'Check task execution status',
206
- inputSchema: {
207
- type: 'object',
208
- properties: { taskId: { type: 'string' } },
209
- required: ['taskId'],
210
- },
211
- },
212
- task_results: {
213
- name: 'task_results',
214
- description: 'Get task completion results',
215
- inputSchema: {
216
- type: 'object',
217
- properties: { taskId: { type: 'string' } },
218
- required: ['taskId'],
219
- },
220
- },
221
- performance_report: {
222
- name: 'performance_report',
223
- description: 'Generate performance reports',
224
- inputSchema: {
225
- type: 'object',
226
- properties: {
227
- format: { type: 'string', enum: ['summary', 'detailed'], default: 'summary' },
228
- timeframe: { type: 'string', enum: ['24h', '7d'], default: '24h' },
229
- },
230
- },
231
- },
232
- bottleneck_analyze: {
233
- name: 'bottleneck_analyze',
234
- description: 'Identify performance bottlenecks',
235
- inputSchema: {
236
- type: 'object',
237
- properties: {
238
- component: { type: 'string' },
239
- metrics: { type: 'array' },
240
- },
241
- },
242
- },
243
- health_check: {
244
- name: 'health_check',
245
- description: 'System health monitoring',
246
- inputSchema: {
247
- type: 'object',
248
- properties: { components: { type: 'array' } },
249
- },
250
- },
251
-
252
- // === LANGUAGE & FRAMEWORK (8 tools) ===
253
- language_detect: {
254
- name: 'language_detect',
255
- description: 'Multi-language project analysis',
256
- inputSchema: {
257
- type: 'object',
258
- properties: {
259
- path: { type: 'string' },
260
- includeFrameworks: { type: 'boolean', default: true },
261
- },
262
- },
263
- },
264
- framework_detect: {
265
- name: 'framework_detect',
266
- description: 'Framework detection and analysis',
267
- inputSchema: {
268
- type: 'object',
269
- properties: { path: { type: 'string' } },
270
- },
271
- },
272
- dependency_analyze: {
273
- name: 'dependency_analyze',
274
- description: 'Dependency analysis and validation',
275
- inputSchema: {
276
- type: 'object',
277
- properties: { path: { type: 'string' } },
278
- },
279
- },
280
- config_validate: {
281
- name: 'config_validate',
282
- description: 'Configuration validation',
283
- inputSchema: {
284
- type: 'object',
285
- properties: { configPath: { type: 'string' } },
286
- },
287
- },
288
- test_detect: {
289
- name: 'test_detect',
290
- description: 'Test framework detection',
291
- inputSchema: {
292
- type: 'object',
293
- properties: { path: { type: 'string' } },
294
- },
295
- },
296
- build_detect: {
297
- name: 'build_detect',
298
- description: 'Build system detection',
299
- inputSchema: {
300
- type: 'object',
301
- properties: { path: { type: 'string' } },
302
- },
303
- },
304
- package_analyze: {
305
- name: 'package_analyze',
306
- description: 'Package.json analysis',
307
- inputSchema: {
308
- type: 'object',
309
- properties: { path: { type: 'string' } },
310
- },
311
- },
312
- environment_setup: {
313
- name: 'environment_setup',
314
- description: 'Environment setup assistance',
315
- inputSchema: {
316
- type: 'object',
317
- properties: {
318
- language: { type: 'string' },
319
- framework: { type: 'string' },
320
- },
321
- },
322
- },
323
-
324
- // === SYSTEM TOOLS (6 tools) ===
325
- diagnostic_run: {
326
- name: 'diagnostic_run',
327
- description: 'System diagnostics',
328
- inputSchema: {
329
- type: 'object',
330
- properties: { components: { type: 'array' } },
331
- },
332
- },
333
- features_detect: {
334
- name: 'features_detect',
335
- description: 'Detect runtime features and capabilities',
336
- inputSchema: {
337
- type: 'object',
338
- properties: {
339
- category: { type: 'string', enum: ['all', 'memory', 'platform'], default: 'all' },
340
- },
341
- },
342
- },
343
- usage_stats: {
344
- name: 'usage_stats',
345
- description: 'Usage statistics',
346
- inputSchema: {
347
- type: 'object',
348
- properties: { component: { type: 'string' } },
349
- },
350
- },
351
- config_manage: {
352
- name: 'config_manage',
353
- description: 'Configuration management',
354
- inputSchema: {
355
- type: 'object',
356
- properties: {
357
- action: { type: 'string' },
358
- config: { type: 'object' },
359
- },
360
- required: ['action'],
361
- },
362
- },
363
- terminal_execute: {
364
- name: 'terminal_execute',
365
- description: 'Execute terminal commands',
366
- inputSchema: {
367
- type: 'object',
368
- properties: {
369
- command: { type: 'string' },
370
- args: { type: 'array' },
371
- },
372
- required: ['command'],
373
- },
374
- },
375
- log_analysis: {
376
- name: 'log_analysis',
377
- description: 'Log analysis & insights',
378
- inputSchema: {
379
- type: 'object',
380
- properties: {
381
- logFile: { type: 'string' },
382
- patterns: { type: 'array' },
383
- },
384
- required: ['logFile'],
385
- },
386
- },
387
- };
388
- }
389
-
390
- initializeResources() {
391
- return {
392
- 'memory://sessions': {
393
- uri: 'memory://sessions',
394
- name: 'Memory Sessions',
395
- description: 'Active memory sessions',
396
- mimeType: 'application/json',
397
- },
398
- 'swarm://status': {
399
- uri: 'swarm://status',
400
- name: 'Swarm Status',
401
- description: 'Current swarm configuration and status',
402
- mimeType: 'application/json',
403
- },
404
- 'agents://list': {
405
- uri: 'agents://list',
406
- name: 'Agent List',
407
- description: 'Available and active agents',
408
- mimeType: 'application/json',
409
- },
410
- };
411
- }
412
-
413
- async handleRequest(request) {
414
- const { method, params } = request;
415
-
416
- try {
417
- switch (method) {
418
- case 'initialize':
419
- return this.handleInitialize(params);
420
- case 'tools/list':
421
- return this.handleToolsList();
422
- case 'tools/call':
423
- return this.handleToolsCall(params);
424
- case 'resources/list':
425
- return this.handleResourcesList();
426
- case 'resources/read':
427
- return this.handleResourcesRead(params);
428
- default:
429
- throw new Error(`Unknown method: ${method}`);
430
- }
431
- } catch (error) {
432
- console.error(`[${new Date().toISOString()}] ERROR [claude-flow-novice-mcp] ${error.message}`);
433
- throw error;
434
- }
435
- }
436
-
437
- handleInitialize(params) {
438
- const toolCount = Object.keys(this.tools).length;
439
- console.error(`[${new Date().toISOString()}] INFO [claude-flow-novice-mcp] (${this.sessionId}) Initialized with ${toolCount} tools`);
440
- return {
441
- protocolVersion: '2024-11-05',
442
- capabilities: this.capabilities,
443
- serverInfo: {
444
- name: 'claude-flow-novice',
445
- version: this.version,
446
- },
447
- };
448
- }
449
-
450
- handleToolsList() {
451
- return {
452
- tools: Object.values(this.tools),
453
- };
454
- }
455
-
456
- async handleToolsCall(params) {
457
- const { name, arguments: args } = params;
458
-
459
- if (!this.tools[name]) {
460
- throw new Error(`Unknown tool: ${name}`);
461
- }
462
-
463
- console.error(`[${new Date().toISOString()}] INFO [claude-flow-novice-mcp] (${this.sessionId}) Executing tool: ${name}`);
464
-
465
- const result = {
466
- success: true,
467
- tool: name,
468
- arguments: args,
469
- timestamp: new Date().toISOString(),
470
- sessionId: this.sessionId,
471
- message: `Tool ${name} executed successfully (simplified implementation)`,
472
- };
473
-
474
- return {
475
- content: [
476
- {
477
- type: 'text',
478
- text: JSON.stringify(result, null, 2),
479
- },
480
- ],
481
- };
482
- }
483
-
484
- handleResourcesList() {
485
- return {
486
- resources: Object.values(this.resources),
487
- };
488
- }
489
-
490
- async handleResourcesRead(params) {
491
- const { uri } = params;
492
-
493
- if (!this.resources[uri]) {
494
- throw new Error(`Unknown resource: ${uri}`);
495
- }
496
-
497
- const mockData = {
498
- uri,
499
- timestamp: new Date().toISOString(),
500
- sessionId: this.sessionId,
501
- data: `Mock data for ${uri}`,
502
- };
503
-
504
- return {
505
- contents: [
506
- {
507
- uri,
508
- mimeType: 'application/json',
509
- text: JSON.stringify(mockData, null, 2),
510
- },
511
- ],
512
- };
513
- }
514
- }
515
-
516
- // MCP Server Protocol Handler
517
- async function main() {
518
- const server = new ClaudeFlowNoviceMCPServer();
519
-
520
- const toolCount = Object.keys(server.tools).length;
521
- console.error(`[${new Date().toISOString()}] INFO [claude-flow-novice-mcp] Claude-Flow Novice MCP server starting in stdio mode`);
522
- console.error(`[${new Date().toISOString()}] INFO [claude-flow-novice-mcp] Server starting with ${toolCount} essential tools`);
523
-
524
- process.stdin.setEncoding('utf8');
525
- process.stdout.setEncoding('utf8');
526
-
527
- let buffer = '';
528
-
529
- process.stdin.on('data', async (chunk) => {
530
- buffer += chunk;
531
- let lines = buffer.split('\n');
532
- buffer = lines.pop() || '';
533
-
534
- for (const line of lines) {
535
- if (line.trim()) {
536
- try {
537
- const request = JSON.parse(line);
538
- const response = await server.handleRequest(request);
539
-
540
- const responseMsg = {
541
- jsonrpc: '2.0',
542
- id: request.id,
543
- result: response,
544
- };
545
-
546
- console.log(JSON.stringify(responseMsg));
547
- } catch (error) {
548
- const errorMsg = {
549
- jsonrpc: '2.0',
550
- id: request?.id || null,
551
- error: {
552
- code: -32603,
553
- message: error.message,
554
- },
555
- };
556
-
557
- console.log(JSON.stringify(errorMsg));
558
- }
559
- }
560
- }
561
- });
562
-
563
- process.stdin.on('end', () => {
564
- console.error(`[${new Date().toISOString()}] INFO [claude-flow-novice-mcp] Server shutting down`);
565
- process.exit(0);
566
- });
567
-
568
- // Handle process termination
569
- process.on('SIGINT', () => {
570
- console.error(`[${new Date().toISOString()}] INFO [claude-flow-novice-mcp] Received SIGINT, shutting down gracefully...`);
571
- process.exit(0);
572
- });
573
-
574
- process.on('SIGTERM', () => {
575
- console.error(`[${new Date().toISOString()}] INFO [claude-flow-novice-mcp] Received SIGTERM, shutting down gracefully...`);
576
- process.exit(0);
577
- });
578
- }
579
-
580
- // ES module entry point detection
581
- import { fileURLToPath } from 'url';
582
- import { dirname } from 'path';
583
-
584
- const __filename = fileURLToPath(import.meta.url);
585
- const __dirname = dirname(__filename);
586
-
587
- // Check if this file is being run directly
588
- if (import.meta.url === `file://${process.argv[1]}`) {
589
- main().catch((error) => {
590
- console.error(`[${new Date().toISOString()}] FATAL [claude-flow-novice-mcp] ${error.message}`);
591
- process.exit(1);
592
- });
593
- }
594
-
595
- export { ClaudeFlowNoviceMCPServer };