claude-flow-novice 1.3.6 → 1.5.1

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 (347) 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/commands/fullstack.md +134 -0
  45. package/.claude/commands/index.js +4 -0
  46. package/.claude/hooks.json +12 -15
  47. package/{.claude → .claude-flow-novice/.claude}/agents/MIGRATION_SUMMARY.md +1 -1
  48. package/.claude-flow-novice/.claude/agents/analysis/code-analyzer.md +192 -0
  49. package/.claude-flow-novice/.claude/agents/analysis/code-review/analyze-code-quality.md +180 -0
  50. package/.claude-flow-novice/.claude/agents/analyst.md +300 -0
  51. package/.claude-flow-novice/.claude/agents/architect.md +557 -0
  52. package/.claude-flow-novice/.claude/agents/architecture/system-architect.md +630 -0
  53. package/.claude-flow-novice/.claude/agents/architecture/system-design/arch-system-design.md +156 -0
  54. package/.claude-flow-novice/.claude/agents/base-template-generator.md +65 -0
  55. package/.claude-flow-novice/.claude/agents/coder.md +180 -0
  56. package/.claude-flow-novice/.claude/agents/consensus/byzantine-coordinator.md +46 -0
  57. package/.claude-flow-novice/.claude/agents/consensus/consensus-builder.md +225 -0
  58. package/.claude-flow-novice/.claude/agents/consensus/crdt-synchronizer.md +980 -0
  59. package/.claude-flow-novice/.claude/agents/consensus/gossip-coordinator.md +46 -0
  60. package/.claude-flow-novice/.claude/agents/consensus/performance-benchmarker.md +834 -0
  61. package/.claude-flow-novice/.claude/agents/consensus/quorum-manager.md +806 -0
  62. package/.claude-flow-novice/.claude/agents/consensus/raft-manager.md +46 -0
  63. package/.claude-flow-novice/.claude/agents/consensus/security-manager.md +605 -0
  64. package/.claude-flow-novice/.claude/agents/coordinator.md +842 -0
  65. package/.claude-flow-novice/.claude/agents/data/ml/data-ml-model.md +193 -0
  66. package/.claude-flow-novice/.claude/agents/development/backend/dev-backend-api.md +142 -0
  67. package/.claude-flow-novice/.claude/agents/devops/ci-cd/ops-cicd-github.md +164 -0
  68. package/.claude-flow-novice/.claude/agents/devops/devops-engineer.md +638 -0
  69. package/.claude-flow-novice/.claude/agents/documentation/api-docs/docs-api-openapi.md +174 -0
  70. package/.claude-flow-novice/.claude/agents/github/code-review-swarm.md +538 -0
  71. package/.claude-flow-novice/.claude/agents/github/github-modes.md +173 -0
  72. package/.claude-flow-novice/.claude/agents/github/github-specialist.md +856 -0
  73. package/.claude-flow-novice/.claude/agents/github/issue-tracker.md +319 -0
  74. package/.claude-flow-novice/.claude/agents/github/multi-repo-swarm.md +553 -0
  75. package/.claude-flow-novice/.claude/agents/github/pr-manager.md +191 -0
  76. package/.claude-flow-novice/.claude/agents/github/project-board-sync.md +509 -0
  77. package/.claude-flow-novice/.claude/agents/github/release-manager.md +367 -0
  78. package/.claude-flow-novice/.claude/agents/github/release-swarm.md +583 -0
  79. package/.claude-flow-novice/.claude/agents/github/repo-architect.md +398 -0
  80. package/.claude-flow-novice/.claude/agents/github/swarm-issue.md +573 -0
  81. package/.claude-flow-novice/.claude/agents/github/swarm-pr.md +428 -0
  82. package/.claude-flow-novice/.claude/agents/github/sync-coordinator.md +452 -0
  83. package/.claude-flow-novice/.claude/agents/github/workflow-automation.md +635 -0
  84. package/.claude-flow-novice/.claude/agents/goal/goal-planner.md +73 -0
  85. package/.claude-flow-novice/.claude/agents/neural/neural-pattern-agent.md +762 -0
  86. package/.claude-flow-novice/.claude/agents/neural/safla-neural.md +74 -0
  87. package/.claude-flow-novice/.claude/agents/optimization/benchmark-suite.md +665 -0
  88. package/.claude-flow-novice/.claude/agents/optimization/load-balancer.md +431 -0
  89. package/.claude-flow-novice/.claude/agents/optimization/perf-analyzer.md +725 -0
  90. package/.claude-flow-novice/.claude/agents/optimization/performance-monitor.md +672 -0
  91. package/.claude-flow-novice/.claude/agents/optimization/resource-allocator.md +674 -0
  92. package/.claude-flow-novice/.claude/agents/optimization/topology-optimizer.md +808 -0
  93. package/.claude-flow-novice/.claude/agents/planner.md +135 -0
  94. package/.claude-flow-novice/.claude/agents/researcher.md +185 -0
  95. package/.claude-flow-novice/.claude/agents/reviewer.md +291 -0
  96. package/.claude-flow-novice/.claude/agents/security/security-specialist.md +978 -0
  97. package/.claude-flow-novice/.claude/agents/sparc/architecture.md +472 -0
  98. package/.claude-flow-novice/.claude/agents/sparc/pseudocode.md +318 -0
  99. package/.claude-flow-novice/.claude/agents/sparc/refinement.md +525 -0
  100. package/.claude-flow-novice/.claude/agents/sparc/specification.md +276 -0
  101. package/.claude-flow-novice/.claude/agents/specialized/mobile/spec-mobile-react-native.md +226 -0
  102. package/.claude-flow-novice/.claude/agents/sublinear/consciousness-evolution-agent.md +499 -0
  103. package/.claude-flow-novice/.claude/agents/sublinear/matrix-solver-agent.md +113 -0
  104. package/.claude-flow-novice/.claude/agents/sublinear/nanosecond-scheduler-agent.md +644 -0
  105. package/.claude-flow-novice/.claude/agents/sublinear/pagerank-agent.md +699 -0
  106. package/.claude-flow-novice/.claude/agents/sublinear/phi-calculator-agent.md +749 -0
  107. package/.claude-flow-novice/.claude/agents/sublinear/psycho-symbolic-agent.md +543 -0
  108. package/.claude-flow-novice/.claude/agents/sublinear/sublinear.md +816 -0
  109. package/.claude-flow-novice/.claude/agents/sublinear/temporal-advantage-agent.md +360 -0
  110. package/.claude-flow-novice/.claude/agents/swarm/adaptive-coordinator-enhanced.md +746 -0
  111. package/.claude-flow-novice/.claude/agents/swarm/adaptive-coordinator.md +396 -0
  112. package/.claude-flow-novice/.claude/agents/swarm/hierarchical-coordinator.md +300 -0
  113. package/.claude-flow-novice/.claude/agents/swarm/mesh-coordinator.md +435 -0
  114. package/.claude-flow-novice/.claude/agents/templates/automation-smart-agent.md +205 -0
  115. package/.claude-flow-novice/.claude/agents/templates/coordinator-swarm-init.md +90 -0
  116. package/.claude-flow-novice/.claude/agents/templates/github-pr-manager.md +177 -0
  117. package/.claude-flow-novice/.claude/agents/templates/implementer-sparc-coder.md +259 -0
  118. package/.claude-flow-novice/.claude/agents/templates/memory-coordinator.md +187 -0
  119. package/.claude-flow-novice/.claude/agents/templates/migration-plan.md +746 -0
  120. package/.claude-flow-novice/.claude/agents/templates/orchestrator-task.md +139 -0
  121. package/.claude-flow-novice/.claude/agents/templates/performance-analyzer.md +199 -0
  122. package/.claude-flow-novice/.claude/agents/templates/sparc-coordinator.md +183 -0
  123. package/.claude-flow-novice/.claude/agents/tester.md +663 -0
  124. package/.claude-flow-novice/.claude/agents/testing/e2e/playwright-agent.md +249 -0
  125. package/.claude-flow-novice/.claude/agents/testing/unit/tdd-london-swarm.md +244 -0
  126. package/.claude-flow-novice/.claude/agents/testing/validation/production-validator.md +395 -0
  127. package/.claude-flow-novice/dist/index.js +12 -24
  128. package/.claude-flow-novice/dist/index.js.map +1 -0
  129. package/.claude-flow-novice/dist/src/agents/agent-manager.js +123 -69
  130. package/.claude-flow-novice/dist/src/agents/agent-manager.js.map +1 -1
  131. package/.claude-flow-novice/dist/src/agents/github/utils/hook-integration.js +7 -7
  132. package/.claude-flow-novice/dist/src/agents/github/utils/hook-integration.js.map +1 -1
  133. package/.claude-flow-novice/dist/src/agents/stage3-integration-validator.js +485 -0
  134. package/.claude-flow-novice/dist/src/agents/stage3-integration-validator.js.map +1 -0
  135. package/.claude-flow-novice/dist/src/agents/unified-ultra-fast-agent-manager.js +630 -0
  136. package/.claude-flow-novice/dist/src/agents/unified-ultra-fast-agent-manager.js.map +1 -0
  137. package/.claude-flow-novice/dist/src/cli/commands/agent.js +1 -1
  138. package/.claude-flow-novice/dist/src/cli/commands/agent.js.map +1 -1
  139. package/.claude-flow-novice/dist/src/cli/commands/config-integration.js +6 -6
  140. package/.claude-flow-novice/dist/src/cli/commands/enterprise.js +18 -18
  141. package/.claude-flow-novice/dist/src/cli/commands/enterprise.js.map +1 -1
  142. package/.claude-flow-novice/dist/src/cli/commands/goal-init.js +4 -4
  143. package/.claude-flow-novice/dist/src/cli/commands/help-new.js +23 -23
  144. package/.claude-flow-novice/dist/src/cli/commands/help-new.js.map +1 -1
  145. package/.claude-flow-novice/dist/src/cli/commands/help.js +74 -74
  146. package/.claude-flow-novice/dist/src/cli/commands/help.js.map +1 -1
  147. package/.claude-flow-novice/dist/src/cli/commands/hive-mind/pause.js +2 -2
  148. package/.claude-flow-novice/dist/src/cli/commands/hive-mind/pause.js.map +1 -1
  149. package/.claude-flow-novice/dist/src/cli/commands/hive.js +4 -4
  150. package/.claude-flow-novice/dist/src/cli/commands/index.js +103 -132
  151. package/.claude-flow-novice/dist/src/cli/commands/index.js.map +1 -1
  152. package/.claude-flow-novice/dist/src/cli/commands/mcp.js +1 -1
  153. package/.claude-flow-novice/dist/src/cli/commands/migrate.js +4 -4
  154. package/.claude-flow-novice/dist/src/cli/commands/migrate.js.map +1 -1
  155. package/.claude-flow-novice/dist/src/cli/commands/monitor.js +1 -1
  156. package/.claude-flow-novice/dist/src/cli/commands/neural-init.js +4 -4
  157. package/.claude-flow-novice/dist/src/cli/commands/ruv-swarm.js +8 -8
  158. package/.claude-flow-novice/dist/src/cli/commands/sparc.js +12 -12
  159. package/.claude-flow-novice/dist/src/cli/commands/sparc.js.map +1 -1
  160. package/.claude-flow-novice/dist/src/cli/commands/start/start-command.js +3 -3
  161. package/.claude-flow-novice/dist/src/cli/commands/status.js +1 -1
  162. package/.claude-flow-novice/dist/src/cli/commands/swarm.js +7 -7
  163. package/.claude-flow-novice/dist/src/cli/commands/swarm.js.map +1 -1
  164. package/.claude-flow-novice/dist/src/cli/commands/verification.js +18 -18
  165. package/.claude-flow-novice/dist/src/cli/completion.js +54 -54
  166. package/.claude-flow-novice/dist/src/cli/completion.js.map +1 -1
  167. package/.claude-flow-novice/dist/src/cli/consolidated/ConsolidatedCLI.js +11 -11
  168. package/.claude-flow-novice/dist/src/cli/consolidated/ConsolidatedCLI.js.map +1 -1
  169. package/.claude-flow-novice/dist/src/cli/consolidated/core/CommandHandlers.js +31 -31
  170. package/.claude-flow-novice/dist/src/cli/consolidated/core/TierManager.js +39 -39
  171. package/.claude-flow-novice/dist/src/cli/consolidated/core/TierManager.js.map +1 -1
  172. package/.claude-flow-novice/dist/src/cli/consolidated/help/InteractiveHelp.js +25 -25
  173. package/.claude-flow-novice/dist/src/cli/consolidated/help/InteractiveHelp.js.map +1 -1
  174. package/.claude-flow-novice/dist/src/cli/consolidated/routing/CommandRouter.js +8 -8
  175. package/.claude-flow-novice/dist/src/cli/consolidated/routing/CommandRouter.js.map +1 -1
  176. package/.claude-flow-novice/dist/src/cli/consolidated/utils/IntelligentDefaults.js +6 -6
  177. package/.claude-flow-novice/dist/src/cli/consolidated/utils/IntelligentDefaults.js.map +1 -1
  178. package/.claude-flow-novice/dist/src/cli/consolidated/utils/PerformanceOptimizer.js +7 -7
  179. package/.claude-flow-novice/dist/src/cli/consolidated/utils/PerformanceOptimizer.js.map +1 -1
  180. package/.claude-flow-novice/dist/src/cli/index-remote.js +10 -10
  181. package/.claude-flow-novice/dist/src/cli/index.js +1 -1
  182. package/.claude-flow-novice/dist/src/cli/init/directory-structure.js +8 -8
  183. package/.claude-flow-novice/dist/src/cli/init/index.js +3 -3
  184. package/.claude-flow-novice/dist/src/cli/init/sparc-environment.js +67 -67
  185. package/.claude-flow-novice/dist/src/cli/init/swarm-commands.js +18 -18
  186. package/.claude-flow-novice/dist/src/cli/node-repl.js +2 -2
  187. package/.claude-flow-novice/dist/src/cli/repl.js +1 -1
  188. package/.claude-flow-novice/dist/src/cli/simple-cli.js +68 -68
  189. package/.claude-flow-novice/dist/src/cli/simple-cli.js.map +1 -1
  190. package/.claude-flow-novice/dist/src/cli/simple-commands/session-start-soul.js +271 -0
  191. package/.claude-flow-novice/dist/src/cli/simple-orchestrator.js +7 -7
  192. package/.claude-flow-novice/dist/src/cli/simple-orchestrator.js.map +1 -1
  193. package/.claude-flow-novice/dist/src/cli/ui/fallback-handler.js +7 -7
  194. package/.claude-flow-novice/dist/src/communication/enhanced-event-bus.js +816 -0
  195. package/.claude-flow-novice/dist/src/communication/enhanced-event-bus.js.map +1 -0
  196. package/.claude-flow-novice/dist/src/communication/failure-recovery-system.js +812 -0
  197. package/.claude-flow-novice/dist/src/communication/failure-recovery-system.js.map +1 -0
  198. package/.claude-flow-novice/dist/src/communication/optimized-serialization.js +369 -0
  199. package/.claude-flow-novice/dist/src/communication/optimized-serialization.js.map +1 -0
  200. package/.claude-flow-novice/dist/src/communication/performance-optimizations.js +526 -0
  201. package/.claude-flow-novice/dist/src/communication/performance-optimizations.js.map +1 -0
  202. package/.claude-flow-novice/dist/src/communication/performance-validator.js +532 -0
  203. package/.claude-flow-novice/dist/src/communication/performance-validator.js.map +1 -0
  204. package/.claude-flow-novice/dist/src/communication/priority-message-queue.js +525 -0
  205. package/.claude-flow-novice/dist/src/communication/priority-message-queue.js.map +1 -0
  206. package/.claude-flow-novice/dist/src/communication/shared-buffer-bus.js +218 -0
  207. package/.claude-flow-novice/dist/src/communication/shared-buffer-bus.js.map +1 -0
  208. package/.claude-flow-novice/dist/src/communication/ultra-fast-communication-bus.js +521 -0
  209. package/.claude-flow-novice/dist/src/communication/ultra-fast-communication-bus.js.map +1 -0
  210. package/.claude-flow-novice/dist/src/communication/ultra-fast-serialization.js +563 -0
  211. package/.claude-flow-novice/dist/src/communication/ultra-fast-serialization.js.map +1 -0
  212. package/.claude-flow-novice/dist/src/communication/websocket-cluster.js +344 -0
  213. package/.claude-flow-novice/dist/src/communication/websocket-cluster.js.map +1 -0
  214. package/.claude-flow-novice/dist/src/communication/zero-copy-structures.js +369 -0
  215. package/.claude-flow-novice/dist/src/communication/zero-copy-structures.js.map +1 -0
  216. package/.claude-flow-novice/dist/src/config/config-manager.js +1 -1
  217. package/.claude-flow-novice/dist/src/config/config-manager.js.map +1 -1
  218. package/.claude-flow-novice/dist/src/config/core/intelligent-configuration-manager.js +1 -1
  219. package/.claude-flow-novice/dist/src/config/integration/hooks-integration.js +6 -6
  220. package/.claude-flow-novice/dist/src/config/integration/hooks-integration.js.map +1 -1
  221. package/.claude-flow-novice/dist/src/config/migration/config-migration.js +1 -1
  222. package/.claude-flow-novice/dist/src/config/ruv-swarm-integration.js +1 -1
  223. package/.claude-flow-novice/dist/src/config/utils/zero-config-setup.js +1 -1
  224. package/.claude-flow-novice/dist/src/config/utils/zero-config-setup.js.map +1 -1
  225. package/.claude-flow-novice/dist/src/config/web-portal-config.js +0 -9
  226. package/.claude-flow-novice/dist/src/config/web-portal-config.js.map +1 -1
  227. package/.claude-flow-novice/dist/src/config/zero-config-setup.js +18 -18
  228. package/.claude-flow-novice/dist/src/config/zero-config-setup.js.map +1 -1
  229. package/.claude-flow-novice/dist/src/core/logger.js +33 -10
  230. package/.claude-flow-novice/dist/src/core/logger.js.map +1 -1
  231. package/.claude-flow-novice/dist/src/migration/index.js +1 -1
  232. package/.claude-flow-novice/dist/src/migration/index.js.map +1 -1
  233. package/.claude-flow-novice/dist/src/migration/migration-runner.js +4 -4
  234. package/.claude-flow-novice/dist/src/migration/migration-runner.js.map +1 -1
  235. package/.claude-flow-novice/dist/src/monitoring/agent-health-monitor.js +430 -0
  236. package/.claude-flow-novice/dist/src/monitoring/agent-health-monitor.js.map +1 -0
  237. package/.claude-flow-novice/dist/src/slash-commands/claude-soul.js +248 -365
  238. package/.claude-flow-novice/dist/src/slash-commands/register-all-commands.js +1 -1
  239. package/.claude-flow-novice/dist/src/swarm/claude-code-interface.js +1 -1
  240. package/.claude-flow-novice/dist/src/swarm/claude-flow-executor.js +1 -1
  241. package/.claude-flow-novice/dist/src/swarm/consensus-coordinator.js +471 -0
  242. package/.claude-flow-novice/dist/src/swarm/consensus-coordinator.js.map +1 -0
  243. package/.claude-flow-novice/dist/src/swarm/hive-mind-integration.js +1 -1
  244. package/.claude-flow-novice/dist/src/swarm/large-scale-coordinator.js +543 -0
  245. package/.claude-flow-novice/dist/src/swarm/large-scale-coordinator.js.map +1 -0
  246. package/.claude-flow-novice/dist/src/swarm/optimizations/connection-pool.js +1 -1
  247. package/.claude-flow-novice/dist/src/swarm/optimizations/optimized-executor.js +1 -1
  248. package/.claude-flow-novice/dist/src/swarm/types.js.map +1 -1
  249. package/.claude-flow-novice/dist/src/swarm-fullstack/integrations/communication-bridge.js +709 -0
  250. package/.claude-flow-novice/dist/src/swarm-fullstack/integrations/communication-bridge.js.map +1 -0
  251. package/.claude-flow-novice/dist/src/swarm-fullstack/testing/api-contract-validator.js +612 -0
  252. package/.claude-flow-novice/dist/src/swarm-fullstack/testing/api-contract-validator.js.map +1 -0
  253. package/.claude-flow-novice/dist/src/swarm-fullstack/testing/backend-test-orchestrator.js +679 -0
  254. package/.claude-flow-novice/dist/src/swarm-fullstack/testing/backend-test-orchestrator.js.map +1 -0
  255. package/.claude-flow-novice/dist/src/swarm-fullstack/testing/frontend-test-orchestrator.js +654 -0
  256. package/.claude-flow-novice/dist/src/swarm-fullstack/testing/frontend-test-orchestrator.js.map +1 -0
  257. package/.claude-flow-novice/dist/src/swarm-fullstack/testing/visual-regression.js +402 -0
  258. package/.claude-flow-novice/dist/src/swarm-fullstack/testing/visual-regression.js.map +1 -0
  259. package/.claude-flow-novice/dist/src/swarm-fullstack/workflows/convergence-detector.js +459 -0
  260. package/.claude-flow-novice/dist/src/swarm-fullstack/workflows/convergence-detector.js.map +1 -0
  261. package/.claude-flow-novice/dist/src/swarm-fullstack/workflows/fix-coordinator.js +513 -0
  262. package/.claude-flow-novice/dist/src/swarm-fullstack/workflows/fix-coordinator.js.map +1 -0
  263. package/.claude-flow-novice/dist/src/swarm-fullstack/workflows/index.js +19 -0
  264. package/.claude-flow-novice/dist/src/swarm-fullstack/workflows/index.js.map +1 -0
  265. package/.claude-flow-novice/dist/src/swarm-fullstack/workflows/iterative-build-test.js +568 -0
  266. package/.claude-flow-novice/dist/src/swarm-fullstack/workflows/iterative-build-test.js.map +1 -0
  267. package/.claude-flow-novice/dist/src/swarm-fullstack/workflows/regression-test-manager.js +418 -0
  268. package/.claude-flow-novice/dist/src/swarm-fullstack/workflows/regression-test-manager.js.map +1 -0
  269. package/.claude-flow-novice/dist/src/swarm-fullstack/workflows/test-result-analyzer.js +530 -0
  270. package/.claude-flow-novice/dist/src/swarm-fullstack/workflows/test-result-analyzer.js.map +1 -0
  271. package/.claude-flow-novice/dist/src/swarm-fullstack/workflows/workflow-metrics.js +250 -0
  272. package/.claude-flow-novice/dist/src/swarm-fullstack/workflows/workflow-metrics.js.map +1 -0
  273. package/.claude-flow-novice/dist/src/task/index.js +7 -7
  274. package/.claude-flow-novice/dist/src/validation/fullstack-integration-validator.js +420 -0
  275. package/.claude-flow-novice/dist/src/validation/fullstack-integration-validator.js.map +1 -0
  276. package/.claude-flow-novice/dist/src/validation/production-validator.js +1435 -0
  277. package/.claude-flow-novice/dist/src/validation/production-validator.js.map +1 -0
  278. package/.claude-flow-novice/dist/src/verification/cli-integration.js +3 -3
  279. package/.claude-flow-novice/dist/src/verification/hooks.js +1 -1
  280. package/CHANGELOG.md +26 -0
  281. package/CLAUDE.md +1967 -68
  282. package/README.md +0 -1
  283. package/config/build/babel.config.cjs +19 -11
  284. package/config/typescript/tsconfig.json +1 -1
  285. package/examples/claude-api-error-handling.ts +2 -2
  286. package/examples/frontend-testing-demo.ts +470 -0
  287. package/examples/litellm/config/config.yaml +1 -1
  288. package/package.json +13 -7
  289. package/scripts/build/unified-builder.sh +6 -6
  290. package/scripts/build/validate-agents.js +238 -0
  291. package/scripts/run-production-validation.ts +590 -0
  292. package/scripts/test/test-coordination-features.ts +2 -2
  293. package/scripts/validate-stage3-performance.ts +377 -0
  294. package/src/cli/simple-commands/hooks.js +1 -0
  295. package/src/cli/simple-commands/init/agent-copier.js +0 -2
  296. package/src/cli/simple-commands/init/index.js +5 -97
  297. package/src/cli/simple-commands/init/templates/CLAUDE.md +163 -1158
  298. package/src/cli/simple-commands/init/templates/claude-md.js +38 -157
  299. package/src/swarm-fullstack/integrations/communication-bridge.ts +931 -0
  300. package/src/swarm-fullstack/testing/api-contract-validator.ts +909 -0
  301. package/src/swarm-fullstack/testing/backend-test-orchestrator.ts +791 -0
  302. package/src/swarm-fullstack/testing/frontend-test-orchestrator.ts +853 -0
  303. package/src/swarm-fullstack/testing/visual-regression.ts +507 -0
  304. package/src/swarm-fullstack/workflows/convergence-detector.ts +736 -0
  305. package/src/swarm-fullstack/workflows/fix-coordinator.ts +677 -0
  306. package/src/swarm-fullstack/workflows/index.ts +75 -0
  307. package/src/swarm-fullstack/workflows/iterative-build-test.ts +829 -0
  308. package/src/swarm-fullstack/workflows/regression-test-manager.ts +590 -0
  309. package/src/swarm-fullstack/workflows/test-result-analyzer.ts +739 -0
  310. package/src/swarm-fullstack/workflows/workflow-metrics.ts +399 -0
  311. package/wiki/command-reference/README.md +1 -2
  312. package/wiki/command-reference/mcp-tools/README.md +1 -1
  313. package/wiki/getting-started/claude-code-mcp/README.md +1 -2
  314. package/wiki/getting-started/installation/README.md +2 -10
  315. package/.claude/commands/flow-nexus/app-store.md +0 -124
  316. package/.claude/commands/flow-nexus/challenges.md +0 -120
  317. package/.claude/commands/flow-nexus/login-registration.md +0 -65
  318. package/.claude/commands/flow-nexus/neural-network.md +0 -134
  319. package/.claude/commands/flow-nexus/payments.md +0 -116
  320. package/.claude/commands/flow-nexus/sandbox.md +0 -83
  321. package/.claude/commands/flow-nexus/swarm.md +0 -87
  322. package/.claude/commands/flow-nexus/user-tools.md +0 -152
  323. package/.claude/commands/flow-nexus/workflow.md +0 -115
  324. package/.claude-flow-novice/dist/cli/index.js +0 -45
  325. package/.claude-flow-novice/dist/core/index.js +0 -22
  326. package/.claude-flow-novice/dist/mcp/mcp-server-novice.js +0 -595
  327. package/.claude-flow-novice/dist/mcp/mcp-server-sdk.js +0 -649
  328. package/.claude-flow-novice/dist/mcp/mcp-server-with-slash-commands.js +0 -776
  329. package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/claude-md.js +0 -1101
  330. package/src/cli/simple-commands/init/templates/CLAUDE.md.optimized +0 -265
  331. /package/{.claude → .claude-flow-novice/.claude}/agents/README.md +0 -0
  332. /package/{.claude → .claude-flow-novice/.claude}/agents/backend-dev.json +0 -0
  333. /package/{.claude → .claude-flow-novice/.claude}/agents/code-analyzer.json +0 -0
  334. /package/{.claude → .claude-flow-novice/.claude}/agents/coder.json +0 -0
  335. /package/{.claude → .claude-flow-novice/.claude}/agents/consensus/README.md +0 -0
  336. /package/{.claude → .claude-flow-novice/.claude}/agents/core/coder.md +0 -0
  337. /package/{.claude → .claude-flow-novice/.claude}/agents/core/planner.md +0 -0
  338. /package/{.claude → .claude-flow-novice/.claude}/agents/core/researcher.md +0 -0
  339. /package/{.claude → .claude-flow-novice/.claude}/agents/core/reviewer.md +0 -0
  340. /package/{.claude → .claude-flow-novice/.claude}/agents/core/tester.md +0 -0
  341. /package/{.claude → .claude-flow-novice/.claude}/agents/optimization/README.md +0 -0
  342. /package/{.claude → .claude-flow-novice/.claude}/agents/planner.json +0 -0
  343. /package/{.claude → .claude-flow-novice/.claude}/agents/researcher.json +0 -0
  344. /package/{.claude → .claude-flow-novice/.claude}/agents/reviewer.json +0 -0
  345. /package/{.claude → .claude-flow-novice/.claude}/agents/swarm/README.md +0 -0
  346. /package/{.claude → .claude-flow-novice/.claude}/agents/system-architect.json +0 -0
  347. /package/{.claude → .claude-flow-novice/.claude}/agents/tester.json +0 -0
@@ -220,11 +220,11 @@ function createClaudeMd() {
220
220
  return `# Claude Code Configuration for Your Project
221
221
 
222
222
  ## 🎯 Purpose of This Configuration
223
- This CLAUDE.md file configures Claude Code to help you BUILD YOUR OWN APPLICATIONS using the claude-flow orchestration system. Claude-flow is a tool to help you develop software - it is NOT the project you should be modifying.
223
+ This CLAUDE.md file configures Claude Code to help you BUILD YOUR OWN APPLICATIONS using the claude-flow-novice orchestration system. Claude-flow is a tool to help you develop software - it is NOT the project you should be modifying.
224
224
 
225
225
  **IMPORTANT**:
226
- - Use claude-flow commands to BUILD YOUR APPLICATION
227
- - DO NOT modify the claude-flow system itself
226
+ - Use claude-flow-novice commands to BUILD YOUR APPLICATION
227
+ - DO NOT modify the claude-flow-novice system itself
228
228
  - Focus on YOUR PROJECT'S code, not the orchestration tool
229
229
 
230
230
  ## 📁 Project Structure
@@ -247,33 +247,33 @@ Configure these for YOUR application (not claude-flow):
247
247
  Claude-flow provides powerful AI orchestration tools to accelerate YOUR application development. Use these commands to build YOUR project:
248
248
 
249
249
  ### 🎮 Getting Started with Your Project
250
- - \`./claude-flow start --ui\`: Start the AI orchestration system to help build YOUR app
251
- - \`./claude-flow sparc "Build a [YOUR APP TYPE] application"\`: Start building YOUR application
252
- - \`./claude-flow swarm "Create [YOUR FEATURE]"\`: Use multiple AI agents to build complex features
253
- - \`./claude-flow status\`: Check the status of YOUR development tasks
250
+ - \`./claude-flow-novice start --ui\`: Start the AI orchestration system to help build YOUR app
251
+ - \`./claude-flow-novice sparc "Build a [YOUR APP TYPE] application"\`: Start building YOUR application
252
+ - \`./claude-flow-novice swarm "Create [YOUR FEATURE]"\`: Use multiple AI agents to build complex features
253
+ - \`./claude-flow-novice status\`: Check the status of YOUR development tasks
254
254
 
255
255
  ### 🤖 AI Agents to Build Your Application
256
- - \`./claude-flow agent spawn coder\`: Create a coding agent for YOUR project
257
- - \`./claude-flow agent spawn researcher\`: Research best practices for YOUR features
258
- - \`./claude-flow agent spawn tester\`: Create tests for YOUR application
259
- - \`./claude-flow agent list\`: See agents working on YOUR project
256
+ - \`./claude-flow-novice agent spawn coder\`: Create a coding agent for YOUR project
257
+ - \`./claude-flow-novice agent spawn researcher\`: Research best practices for YOUR features
258
+ - \`./claude-flow-novice agent spawn tester\`: Create tests for YOUR application
259
+ - \`./claude-flow-novice agent list\`: See agents working on YOUR project
260
260
 
261
261
  ### 📋 Managing Your Development Tasks
262
- - \`./claude-flow task create feature "Add user authentication to my app"\`: Create development tasks
263
- - \`./claude-flow task list\`: View YOUR project's task queue
264
- - \`./claude-flow workflow my-app-workflow.json\`: Automate YOUR development workflow
262
+ - \`./claude-flow-novice task create feature "Add user authentication to my app"\`: Create development tasks
263
+ - \`./claude-flow-novice task list\`: View YOUR project's task queue
264
+ - \`./claude-flow-novice workflow my-app-workflow.json\`: Automate YOUR development workflow
265
265
 
266
266
  ### 🧠 Project Knowledge Management
267
- - \`./claude-flow memory store "my_app_architecture" "REST API with React frontend"\`: Store YOUR project decisions
268
- - \`./claude-flow memory get "my_app_requirements"\`: Retrieve YOUR project information
269
- - \`./claude-flow memory list\`: See all stored knowledge about YOUR project
270
- - \`./claude-flow memory export my-project-knowledge.json\`: Export YOUR project knowledge
267
+ - \`./claude-flow-novice memory store "my_app_architecture" "REST API with React frontend"\`: Store YOUR project decisions
268
+ - \`./claude-flow-novice memory get "my_app_requirements"\`: Retrieve YOUR project information
269
+ - \`./claude-flow-novice memory list\`: See all stored knowledge about YOUR project
270
+ - \`./claude-flow-novice memory export my-project-knowledge.json\`: Export YOUR project knowledge
271
271
 
272
272
  ### 🎯 SPARC Modes for Building Your Application
273
- - \`./claude-flow sparc "Create a todo list app with React"\`: Start building YOUR app
274
- - \`./claude-flow sparc run coder "Implement user login for my app"\`: Code YOUR features
275
- - \`./claude-flow sparc tdd "Shopping cart functionality"\`: Build YOUR features test-first
276
- - \`./claude-flow sparc run architect "Design my app's database schema"\`: Design YOUR architecture
273
+ - \`./claude-flow-novice sparc "Create a todo list app with React"\`: Start building YOUR app
274
+ - \`./claude-flow-novice sparc run coder "Implement user login for my app"\`: Code YOUR features
275
+ - \`./claude-flow-novice sparc tdd "Shopping cart functionality"\`: Build YOUR features test-first
276
+ - \`./claude-flow-novice sparc run architect "Design my app's database schema"\`: Design YOUR architecture
277
277
 
278
278
  **Available SPARC modes for YOUR project:**
279
279
  - **coder**: Write code for YOUR application
@@ -286,7 +286,7 @@ Claude-flow provides powerful AI orchestration tools to accelerate YOUR applicat
286
286
  - **documenter**: Document YOUR project
287
287
 
288
288
  ### 🐝 Swarm Mode: Multiple AI Agents for Your Project
289
- \`./claude-flow swarm "Build a complete e-commerce website" --strategy development --parallel\`
289
+ \`./claude-flow-novice swarm "Build a complete e-commerce website" --strategy development --parallel\`
290
290
 
291
291
  Options for YOUR project:
292
292
  - \`--strategy development\`: Build YOUR application features
@@ -300,71 +300,71 @@ Options for YOUR project:
300
300
  ### 🚀 Building a New Web Application
301
301
  \`\`\`bash
302
302
  # Example: Building a Task Management App
303
- ./claude-flow sparc "Create a task management web app with React and Node.js"
303
+ ./claude-flow-novice sparc "Create a task management web app with React and Node.js"
304
304
 
305
305
  # Add authentication to YOUR app
306
- ./claude-flow sparc run coder "Add user authentication with JWT tokens to my task app"
306
+ ./claude-flow-novice sparc run coder "Add user authentication with JWT tokens to my task app"
307
307
 
308
308
  # Create tests for YOUR features
309
- ./claude-flow sparc tdd "Task creation and assignment features"
309
+ ./claude-flow-novice sparc tdd "Task creation and assignment features"
310
310
 
311
311
  # Use multiple agents to build faster
312
- ./claude-flow swarm "Build complete task management system" --strategy development --parallel
312
+ ./claude-flow-novice swarm "Build complete task management system" --strategy development --parallel
313
313
  \`\`\`
314
314
 
315
315
  ### 🔍 Research Phase for Your Project
316
316
  \`\`\`bash
317
317
  # Research best practices for YOUR app type
318
- ./claude-flow sparc run researcher "Research best practices for building SaaS applications"
318
+ ./claude-flow-novice sparc run researcher "Research best practices for building SaaS applications"
319
319
 
320
320
  # Store YOUR project's technical decisions
321
- ./claude-flow memory store "tech_stack" "React, Node.js, PostgreSQL, Redis"
322
- ./claude-flow memory store "auth_strategy" "JWT with refresh tokens"
321
+ ./claude-flow-novice memory store "tech_stack" "React, Node.js, PostgreSQL, Redis"
322
+ ./claude-flow-novice memory store "auth_strategy" "JWT with refresh tokens"
323
323
 
324
324
  # Analyze similar applications
325
- ./claude-flow sparc run analyzer "Analyze successful task management apps for feature ideas"
325
+ ./claude-flow-novice sparc run analyzer "Analyze successful task management apps for feature ideas"
326
326
  \`\`\`
327
327
 
328
328
  ### 🏗️ Development Workflow for Your Application
329
329
  \`\`\`bash
330
330
  # Design YOUR application architecture
331
- ./claude-flow sparc run architect "Design microservices architecture for my e-commerce platform"
331
+ ./claude-flow-novice sparc run architect "Design microservices architecture for my e-commerce platform"
332
332
 
333
333
  # Implement YOUR features with TDD
334
- ./claude-flow sparc tdd "Shopping cart with discount calculation"
334
+ ./claude-flow-novice sparc tdd "Shopping cart with discount calculation"
335
335
 
336
336
  # Multiple agents working on YOUR project
337
- ./claude-flow swarm "Build user dashboard with analytics" --strategy development --max-agents 5
337
+ ./claude-flow-novice swarm "Build user dashboard with analytics" --strategy development --max-agents 5
338
338
 
339
339
  # Review and optimize YOUR code
340
- ./claude-flow sparc run reviewer "Review authentication implementation for security"
340
+ ./claude-flow-novice sparc run reviewer "Review authentication implementation for security"
341
341
  \`\`\`
342
342
 
343
343
  ### 🔧 Testing and Debugging Your Application
344
344
  \`\`\`bash
345
345
  # Comprehensive testing for YOUR app
346
- ./claude-flow sparc run tester "Create comprehensive test suite for my API endpoints"
346
+ ./claude-flow-novice sparc run tester "Create comprehensive test suite for my API endpoints"
347
347
 
348
348
  # Debug issues in YOUR application
349
- ./claude-flow sparc run debugger "Debug why user login is failing in production"
349
+ ./claude-flow-novice sparc run debugger "Debug why user login is failing in production"
350
350
 
351
351
  # Performance optimization for YOUR app
352
- ./claude-flow sparc run optimizer "Optimize database queries in my application"
352
+ ./claude-flow-novice sparc run optimizer "Optimize database queries in my application"
353
353
 
354
354
  # Security review for YOUR project
355
- ./claude-flow sparc run reviewer "Security audit of my payment processing system"
355
+ ./claude-flow-novice sparc run reviewer "Security audit of my payment processing system"
356
356
  \`\`\`
357
357
 
358
358
  ### 📚 Documentation for Your Project
359
359
  \`\`\`bash
360
360
  # Generate documentation for YOUR API
361
- ./claude-flow sparc run documenter "Create API documentation for my REST endpoints"
361
+ ./claude-flow-novice sparc run documenter "Create API documentation for my REST endpoints"
362
362
 
363
363
  # Document YOUR project architecture
364
- ./claude-flow sparc run documenter "Document the system architecture and design decisions"
364
+ ./claude-flow-novice sparc run documenter "Document the system architecture and design decisions"
365
365
 
366
366
  # Create user guides for YOUR application
367
- ./claude-flow sparc run documenter "Write user guide for the admin dashboard"
367
+ ./claude-flow-novice sparc run documenter "Write user guide for the admin dashboard"
368
368
  \`\`\`
369
369
 
370
370
  ## 🎨 Building Your Application Step by Step
@@ -374,15 +374,15 @@ Store YOUR project decisions and requirements:
374
374
 
375
375
  \`\`\`bash
376
376
  # Define YOUR application requirements
377
- ./claude-flow memory store "app_type" "SaaS project management tool"
378
- ./claude-flow memory store "target_users" "Small to medium development teams"
379
- ./claude-flow memory store "core_features" "Task tracking, team collaboration, time tracking, reporting"
377
+ ./claude-flow-novice memory store "app_type" "SaaS project management tool"
378
+ ./claude-flow-novice memory store "target_users" "Small to medium development teams"
379
+ ./claude-flow-novice memory store "core_features" "Task tracking, team collaboration, time tracking, reporting"
380
380
 
381
381
  # Design YOUR architecture based on requirements
382
- ./claude-flow sparc run architect "Design scalable SaaS architecture for project management tool"
382
+ ./claude-flow-novice sparc run architect "Design scalable SaaS architecture for project management tool"
383
383
 
384
384
  # Research best practices for YOUR app type
385
- ./claude-flow sparc run researcher "Research best practices for multi-tenant SaaS applications"
385
+ ./claude-flow-novice sparc run researcher "Research best practices for multi-tenant SaaS applications"
386
386
  \`\`\`
387
387
 
388
388
  ### 🏗️ Building Your Application Features
@@ -390,16 +390,16 @@ Implement YOUR application step by step:
390
390
 
391
391
  \`\`\`bash
392
392
  # Phase 1: Core functionality
393
- ./claude-flow sparc tdd "User registration and team creation"
394
- ./claude-flow sparc run coder "Implement project and task management features"
393
+ ./claude-flow-novice sparc tdd "User registration and team creation"
394
+ ./claude-flow-novice sparc run coder "Implement project and task management features"
395
395
 
396
396
  # Phase 2: Advanced features
397
- ./claude-flow swarm "Build real-time collaboration features" --strategy development --parallel
398
- ./claude-flow sparc run coder "Add time tracking and reporting dashboard"
397
+ ./claude-flow-novice swarm "Build real-time collaboration features" --strategy development --parallel
398
+ ./claude-flow-novice sparc run coder "Add time tracking and reporting dashboard"
399
399
 
400
400
  # Phase 3: Polish and optimize
401
- ./claude-flow sparc run optimizer "Optimize performance for 1000+ concurrent users"
402
- ./claude-flow sparc run designer "Improve UI/UX for mobile responsiveness"
401
+ ./claude-flow-novice sparc run optimizer "Optimize performance for 1000+ concurrent users"
402
+ ./claude-flow-novice sparc run designer "Improve UI/UX for mobile responsiveness"
403
403
  \`\`\`
404
404
 
405
405
  ### 🚀 Deploying Your Application
@@ -407,21 +407,21 @@ Prepare YOUR application for production:
407
407
 
408
408
  \`\`\`bash
409
409
  # Final testing and security review
410
- ./claude-flow sparc run tester "Complete end-to-end testing suite"
411
- ./claude-flow sparc run reviewer "Final security audit before launch"
410
+ ./claude-flow-novice sparc run tester "Complete end-to-end testing suite"
411
+ ./claude-flow-novice sparc run reviewer "Final security audit before launch"
412
412
 
413
413
  # Documentation for YOUR users
414
- ./claude-flow sparc run documenter "Create user documentation and API guides"
414
+ ./claude-flow-novice sparc run documenter "Create user documentation and API guides"
415
415
 
416
416
  # Performance optimization
417
- ./claude-flow sparc run optimizer "Optimize for production deployment"
417
+ ./claude-flow-novice sparc run optimizer "Optimize for production deployment"
418
418
  \`\`\`
419
419
 
420
420
  ## 🛠️ How Claude Code Helps Build YOUR Application
421
421
 
422
422
  ### 🤖 AI-Powered Development Assistance
423
- When you use claude-flow commands, Claude Code will help you:
424
- - **Write code** for YOUR application (not for claude-flow itself)
423
+ When you use claude-flow-novice commands, Claude Code will help you:
424
+ - **Write code** for YOUR application (not for claude-flow-novice itself)
425
425
  - **Design architecture** for YOUR project requirements
426
426
  - **Create tests** for YOUR features
427
427
  - **Debug issues** in YOUR code
@@ -489,15 +489,15 @@ Use swarm mode when building complex features that benefit from multiple special
489
489
 
490
490
  \`\`\`bash
491
491
  # Example: Building a complete e-commerce platform
492
- ./claude-flow swarm "Build complete e-commerce platform with payment integration" \\
492
+ ./claude-flow-novice swarm "Build complete e-commerce platform with payment integration" \\
493
493
  --strategy development --parallel --max-agents 8
494
494
 
495
495
  # Example: Adding real-time features to YOUR app
496
- ./claude-flow swarm "Add real-time chat and notifications to my app" \\
496
+ ./claude-flow-novice swarm "Add real-time chat and notifications to my app" \\
497
497
  --strategy development --parallel --max-agents 5
498
498
 
499
499
  # Example: Comprehensive testing of YOUR application
500
- ./claude-flow swarm "Create comprehensive test suite for my API" \\
500
+ ./claude-flow-novice swarm "Create comprehensive test suite for my API" \\
501
501
  --strategy testing --parallel --max-agents 6
502
502
  \`\`\`
503
503
 
@@ -522,10 +522,10 @@ When Claude Code writes code for YOUR application, it will follow these best pra
522
522
  - Documenting YOUR project
523
523
 
524
524
  ### ❌ DON'T Use Claude-Flow For:
525
- - Modifying the claude-flow system itself
526
- - Changing how claude-flow works internally
527
- - Updating claude-flow commands or features
528
- - Fixing claude-flow bugs (report them on GitHub instead)
525
+ - Modifying the claude-flow-novice system itself
526
+ - Changing how claude-flow-novice works internally
527
+ - Updating claude-flow-novice commands or features
528
+ - Fixing claude-flow-novice bugs (report them on GitHub instead)
529
529
 
530
530
  ## 🎉 Get Started Building YOUR Application!
531
531
 
@@ -533,7 +533,7 @@ Remember: Claude-flow is a TOOL to help you build YOUR application faster and be
533
533
 
534
534
  **Example first command for a new project:**
535
535
  \`\`\`bash
536
- ./claude-flow sparc "Create a [YOUR APP TYPE] application with [YOUR MAIN FEATURES]"
536
+ ./claude-flow-novice sparc "Create a [YOUR APP TYPE] application with [YOUR MAIN FEATURES]"
537
537
  \`\`\`
538
538
 
539
539
  Happy coding! 🚀
@@ -27,7 +27,7 @@ function createResearchCommand() {
27
27
 
28
28
  ## Usage
29
29
  \`\`\`bash
30
- claude-flow swarm "Research objective" --strategy research --mode distributed --parallel
30
+ claude-flow-novice swarm "Research objective" --strategy research --mode distributed --parallel
31
31
  \`\`\`
32
32
 
33
33
  ## Description
@@ -70,7 +70,7 @@ function createDevelopmentCommand() {
70
70
 
71
71
  ## Usage
72
72
  \`\`\`bash
73
- claude-flow swarm "Build application" --strategy development --mode hierarchical --parallel
73
+ claude-flow-novice swarm "Build application" --strategy development --mode hierarchical --parallel
74
74
  \`\`\`
75
75
 
76
76
  ## Description
@@ -116,7 +116,7 @@ function createAnalysisCommand() {
116
116
 
117
117
  ## Usage
118
118
  \`\`\`bash
119
- claude-flow swarm "Analyze data" --strategy analysis --parallel --max-agents 10
119
+ claude-flow-novice swarm "Analyze data" --strategy analysis --parallel --max-agents 10
120
120
  \`\`\`
121
121
 
122
122
  ## Description
@@ -163,7 +163,7 @@ function createTestingCommand() {
163
163
 
164
164
  ## Usage
165
165
  \`\`\`bash
166
- claude-flow swarm "Test application" --strategy testing --mode mesh --parallel
166
+ claude-flow-novice swarm "Test application" --strategy testing --mode mesh --parallel
167
167
  \`\`\`
168
168
 
169
169
  ## Description
@@ -211,7 +211,7 @@ function createOptimizationCommand() {
211
211
 
212
212
  ## Usage
213
213
  \`\`\`bash
214
- claude-flow swarm "Optimize performance" --strategy optimization --mode hybrid --parallel
214
+ claude-flow-novice swarm "Optimize performance" --strategy optimization --mode hybrid --parallel
215
215
  \`\`\`
216
216
 
217
217
  ## Description
@@ -258,7 +258,7 @@ function createMaintenanceCommand() {
258
258
 
259
259
  ## Usage
260
260
  \`\`\`bash
261
- claude-flow swarm "System maintenance" --strategy maintenance --mode centralized --monitor
261
+ claude-flow-novice swarm "System maintenance" --strategy maintenance --mode centralized --monitor
262
262
  \`\`\`
263
263
 
264
264
  ## Description
@@ -309,55 +309,55 @@ function createSwarmExamples() {
309
309
  ### Research Tasks with Parallel Execution
310
310
  \`\`\`bash
311
311
  # Distributed research with parallel agents
312
- claude-flow swarm "Research modern web frameworks" --strategy research --mode distributed --parallel --max-agents 6
312
+ claude-flow-novice swarm "Research modern web frameworks" --strategy research --mode distributed --parallel --max-agents 6
313
313
 
314
314
  # Market analysis with coordinated batch operations
315
- claude-flow swarm "Analyze AI market trends" --strategy research --parallel --monitor --timeout 120
315
+ claude-flow-novice swarm "Analyze AI market trends" --strategy research --parallel --monitor --timeout 120
316
316
  \`\`\`
317
317
 
318
318
  ### Development Tasks with Batch Coordination
319
319
  \`\`\`bash
320
320
  # Hierarchical development with batch file operations
321
- claude-flow swarm "Build microservice API" --strategy development --mode hierarchical --parallel --max-agents 8
321
+ claude-flow-novice swarm "Build microservice API" --strategy development --mode hierarchical --parallel --max-agents 8
322
322
 
323
323
  # React dashboard with coordinated component development
324
- claude-flow swarm "Create React dashboard" --strategy development --parallel --monitor --output sqlite
324
+ claude-flow-novice swarm "Create React dashboard" --strategy development --parallel --monitor --output sqlite
325
325
  \`\`\`
326
326
 
327
327
  ### Analysis Tasks with Batch Processing
328
328
  \`\`\`bash
329
329
  # Mesh-coordinated data analysis
330
- claude-flow swarm "Analyze user behavior data" --strategy analysis --mode mesh --parallel --max-agents 10
330
+ claude-flow-novice swarm "Analyze user behavior data" --strategy analysis --mode mesh --parallel --max-agents 10
331
331
 
332
332
  # Performance analysis with monitoring
333
- claude-flow swarm "Performance analysis of application" --strategy analysis --monitor --output csv
333
+ claude-flow-novice swarm "Performance analysis of application" --strategy analysis --monitor --output csv
334
334
  \`\`\`
335
335
 
336
336
  ### Testing Tasks with Parallel Validation
337
337
  \`\`\`bash
338
338
  # Comprehensive parallel testing
339
- claude-flow swarm "Comprehensive testing suite" --strategy testing --parallel --max-agents 12
339
+ claude-flow-novice swarm "Comprehensive testing suite" --strategy testing --parallel --max-agents 12
340
340
 
341
341
  # Security testing with distributed coordination
342
- claude-flow swarm "Security testing analysis" --strategy testing --mode distributed --monitor
342
+ claude-flow-novice swarm "Security testing analysis" --strategy testing --mode distributed --monitor
343
343
  \`\`\`
344
344
 
345
345
  ### Optimization Tasks with Hybrid Coordination
346
346
  \`\`\`bash
347
347
  # Database optimization with hybrid approach
348
- claude-flow swarm "Optimize database queries" --strategy optimization --mode hybrid --parallel
348
+ claude-flow-novice swarm "Optimize database queries" --strategy optimization --mode hybrid --parallel
349
349
 
350
350
  # Frontend optimization with batch processing
351
- claude-flow swarm "Frontend performance optimization" --strategy optimization --monitor --max-agents 6
351
+ claude-flow-novice swarm "Frontend performance optimization" --strategy optimization --monitor --max-agents 6
352
352
  \`\`\`
353
353
 
354
354
  ### Maintenance Tasks with Centralized Control
355
355
  \`\`\`bash
356
356
  # Dependency updates with centralized coordination
357
- claude-flow swarm "Update dependencies safely" --strategy maintenance --mode centralized --monitor
357
+ claude-flow-novice swarm "Update dependencies safely" --strategy maintenance --mode centralized --monitor
358
358
 
359
359
  # System health checks with batch operations
360
- claude-flow swarm "System health check" --strategy maintenance --parallel --output json
360
+ claude-flow-novice swarm "System health check" --strategy maintenance --parallel --output json
361
361
  \`\`\`
362
362
 
363
363
  See individual strategy files for detailed documentation and best practices.
@@ -503,12 +503,12 @@ async function connectToOrchestrator(context, target) {
503
503
  } else {
504
504
  context.connectionStatus = 'disconnected';
505
505
  console.log(chalk.red('✗ Connection failed'));
506
- console.log(chalk.gray('Make sure Claude-Flow is running with: npx claude-flow start'));
506
+ console.log(chalk.gray('Make sure Claude-Flow is running with: npx claude-flow-novice start'));
507
507
  }
508
508
  } catch (error) {
509
509
  context.connectionStatus = 'disconnected';
510
510
  console.log(chalk.red('✗ Connection failed'));
511
- console.log(chalk.gray('Make sure Claude-Flow is running with: npx claude-flow start'));
511
+ console.log(chalk.gray('Make sure Claude-Flow is running with: npx claude-flow-novice start'));
512
512
  }
513
513
  }
514
514
  async function executeCliCommand(args) {
@@ -577,7 +577,7 @@ async function connectToOrchestrator(context, target) {
577
577
  } else {
578
578
  context.connectionStatus = 'disconnected';
579
579
  console.log(chalk.red('✗ Connection failed'));
580
- console.log(chalk.gray('Make sure Claude-Flow is running with: claude-flow start'));
580
+ console.log(chalk.gray('Make sure Claude-Flow is running with: claude-flow-novice start'));
581
581
  }
582
582
  }
583
583
  async function handleAgentCommand(args, context) {