claude-flow-novice 1.3.5 → 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 (356) 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 +300 -0
  4. package/.claude/agents/architect.md +557 -0
  5. package/.claude/agents/architecture/system-architect.md +630 -0
  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 +180 -0
  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 +842 -0
  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 +638 -0
  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 +725 -0
  30. package/.claude/agents/optimization/performance-monitor.md +1 -1
  31. package/.claude/agents/planner.md +135 -0
  32. package/.claude/agents/researcher.md +185 -0
  33. package/.claude/agents/reviewer.md +291 -0
  34. package/.claude/agents/security/security-specialist.md +978 -0
  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/swarm/adaptive-coordinator-enhanced.md +746 -0
  41. package/.claude/agents/tester.md +663 -0
  42. package/.claude/agents/testing/unit/tdd-london-swarm.md +1 -1
  43. package/.claude/agents/testing/validation/production-validator.md +1 -1
  44. package/.claude/commands/claude-soul.js +1 -1
  45. package/.claude/hooks.json +12 -15
  46. package/{.claude → .claude-flow-novice/.claude}/agents/MIGRATION_SUMMARY.md +1 -1
  47. package/.claude-flow-novice/.claude/agents/analysis/code-analyzer.md +192 -0
  48. package/.claude-flow-novice/.claude/agents/analysis/code-review/analyze-code-quality.md +180 -0
  49. package/.claude-flow-novice/.claude/agents/analyst.md +300 -0
  50. package/.claude-flow-novice/.claude/agents/architect.md +557 -0
  51. package/.claude-flow-novice/.claude/agents/architecture/system-architect.md +630 -0
  52. package/.claude-flow-novice/.claude/agents/architecture/system-design/arch-system-design.md +156 -0
  53. package/.claude-flow-novice/.claude/agents/backend-dev.json +42 -0
  54. package/.claude-flow-novice/.claude/agents/base-template-generator.md +65 -0
  55. package/.claude-flow-novice/.claude/agents/code-analyzer.json +39 -0
  56. package/.claude-flow-novice/.claude/agents/coder.json +42 -0
  57. package/.claude-flow-novice/.claude/agents/coder.md +180 -0
  58. package/.claude-flow-novice/.claude/agents/consensus/byzantine-coordinator.md +46 -0
  59. package/.claude-flow-novice/.claude/agents/consensus/consensus-builder.md +225 -0
  60. package/.claude-flow-novice/.claude/agents/consensus/crdt-synchronizer.md +980 -0
  61. package/.claude-flow-novice/.claude/agents/consensus/gossip-coordinator.md +46 -0
  62. package/.claude-flow-novice/.claude/agents/consensus/performance-benchmarker.md +834 -0
  63. package/.claude-flow-novice/.claude/agents/consensus/quorum-manager.md +806 -0
  64. package/.claude-flow-novice/.claude/agents/consensus/raft-manager.md +46 -0
  65. package/.claude-flow-novice/.claude/agents/consensus/security-manager.md +605 -0
  66. package/.claude-flow-novice/.claude/agents/coordinator.md +842 -0
  67. package/.claude-flow-novice/.claude/agents/data/ml/data-ml-model.md +193 -0
  68. package/.claude-flow-novice/.claude/agents/development/backend/dev-backend-api.md +142 -0
  69. package/.claude-flow-novice/.claude/agents/devops/ci-cd/ops-cicd-github.md +164 -0
  70. package/.claude-flow-novice/.claude/agents/devops/devops-engineer.md +638 -0
  71. package/.claude-flow-novice/.claude/agents/documentation/api-docs/docs-api-openapi.md +174 -0
  72. package/.claude-flow-novice/.claude/agents/github/code-review-swarm.md +538 -0
  73. package/.claude-flow-novice/.claude/agents/github/github-modes.md +173 -0
  74. package/.claude-flow-novice/.claude/agents/github/github-specialist.md +856 -0
  75. package/.claude-flow-novice/.claude/agents/github/issue-tracker.md +319 -0
  76. package/.claude-flow-novice/.claude/agents/github/multi-repo-swarm.md +553 -0
  77. package/.claude-flow-novice/.claude/agents/github/pr-manager.md +191 -0
  78. package/.claude-flow-novice/.claude/agents/github/project-board-sync.md +509 -0
  79. package/.claude-flow-novice/.claude/agents/github/release-manager.md +367 -0
  80. package/.claude-flow-novice/.claude/agents/github/release-swarm.md +583 -0
  81. package/.claude-flow-novice/.claude/agents/github/repo-architect.md +398 -0
  82. package/.claude-flow-novice/.claude/agents/github/swarm-issue.md +573 -0
  83. package/.claude-flow-novice/.claude/agents/github/swarm-pr.md +428 -0
  84. package/.claude-flow-novice/.claude/agents/github/sync-coordinator.md +452 -0
  85. package/.claude-flow-novice/.claude/agents/github/workflow-automation.md +635 -0
  86. package/.claude-flow-novice/.claude/agents/goal/goal-planner.md +73 -0
  87. package/.claude-flow-novice/.claude/agents/neural/neural-pattern-agent.md +762 -0
  88. package/.claude-flow-novice/.claude/agents/neural/safla-neural.md +74 -0
  89. package/.claude-flow-novice/.claude/agents/optimization/benchmark-suite.md +665 -0
  90. package/.claude-flow-novice/.claude/agents/optimization/load-balancer.md +431 -0
  91. package/.claude-flow-novice/.claude/agents/optimization/perf-analyzer.md +725 -0
  92. package/.claude-flow-novice/.claude/agents/optimization/performance-monitor.md +672 -0
  93. package/.claude-flow-novice/.claude/agents/optimization/resource-allocator.md +674 -0
  94. package/.claude-flow-novice/.claude/agents/optimization/topology-optimizer.md +808 -0
  95. package/.claude-flow-novice/.claude/agents/planner.json +41 -0
  96. package/.claude-flow-novice/.claude/agents/planner.md +135 -0
  97. package/.claude-flow-novice/.claude/agents/researcher.json +41 -0
  98. package/.claude-flow-novice/.claude/agents/researcher.md +185 -0
  99. package/.claude-flow-novice/.claude/agents/reviewer.json +39 -0
  100. package/.claude-flow-novice/.claude/agents/reviewer.md +291 -0
  101. package/.claude-flow-novice/.claude/agents/security/security-specialist.md +978 -0
  102. package/.claude-flow-novice/.claude/agents/sparc/architecture.md +472 -0
  103. package/.claude-flow-novice/.claude/agents/sparc/pseudocode.md +318 -0
  104. package/.claude-flow-novice/.claude/agents/sparc/refinement.md +525 -0
  105. package/.claude-flow-novice/.claude/agents/sparc/specification.md +276 -0
  106. package/.claude-flow-novice/.claude/agents/specialized/mobile/spec-mobile-react-native.md +226 -0
  107. package/.claude-flow-novice/.claude/agents/sublinear/consciousness-evolution-agent.md +499 -0
  108. package/.claude-flow-novice/.claude/agents/sublinear/matrix-solver-agent.md +113 -0
  109. package/.claude-flow-novice/.claude/agents/sublinear/nanosecond-scheduler-agent.md +644 -0
  110. package/.claude-flow-novice/.claude/agents/sublinear/pagerank-agent.md +699 -0
  111. package/.claude-flow-novice/.claude/agents/sublinear/phi-calculator-agent.md +749 -0
  112. package/.claude-flow-novice/.claude/agents/sublinear/psycho-symbolic-agent.md +543 -0
  113. package/.claude-flow-novice/.claude/agents/sublinear/sublinear.md +816 -0
  114. package/.claude-flow-novice/.claude/agents/sublinear/temporal-advantage-agent.md +360 -0
  115. package/.claude-flow-novice/.claude/agents/swarm/adaptive-coordinator-enhanced.md +746 -0
  116. package/.claude-flow-novice/.claude/agents/swarm/adaptive-coordinator.md +396 -0
  117. package/.claude-flow-novice/.claude/agents/swarm/hierarchical-coordinator.md +300 -0
  118. package/.claude-flow-novice/.claude/agents/swarm/mesh-coordinator.md +435 -0
  119. package/.claude-flow-novice/.claude/agents/system-architect.json +40 -0
  120. package/.claude-flow-novice/.claude/agents/templates/automation-smart-agent.md +205 -0
  121. package/.claude-flow-novice/.claude/agents/templates/coordinator-swarm-init.md +90 -0
  122. package/.claude-flow-novice/.claude/agents/templates/github-pr-manager.md +177 -0
  123. package/.claude-flow-novice/.claude/agents/templates/implementer-sparc-coder.md +259 -0
  124. package/.claude-flow-novice/.claude/agents/templates/memory-coordinator.md +187 -0
  125. package/.claude-flow-novice/.claude/agents/templates/migration-plan.md +746 -0
  126. package/.claude-flow-novice/.claude/agents/templates/orchestrator-task.md +139 -0
  127. package/.claude-flow-novice/.claude/agents/templates/performance-analyzer.md +199 -0
  128. package/.claude-flow-novice/.claude/agents/templates/sparc-coordinator.md +183 -0
  129. package/.claude-flow-novice/.claude/agents/tester.json +40 -0
  130. package/.claude-flow-novice/.claude/agents/tester.md +663 -0
  131. package/.claude-flow-novice/.claude/agents/testing/e2e/playwright-agent.md +249 -0
  132. package/.claude-flow-novice/.claude/agents/testing/unit/tdd-london-swarm.md +244 -0
  133. package/.claude-flow-novice/.claude/agents/testing/validation/production-validator.md +395 -0
  134. package/.claude-flow-novice/dist/index.js +12 -24
  135. package/.claude-flow-novice/dist/index.js.map +1 -0
  136. package/.claude-flow-novice/dist/src/agents/agent-manager.js +123 -69
  137. package/.claude-flow-novice/dist/src/agents/agent-manager.js.map +1 -1
  138. package/.claude-flow-novice/dist/src/agents/github/utils/hook-integration.js +7 -7
  139. package/.claude-flow-novice/dist/src/agents/github/utils/hook-integration.js.map +1 -1
  140. package/.claude-flow-novice/dist/src/agents/stage3-integration-validator.js +485 -0
  141. package/.claude-flow-novice/dist/src/agents/stage3-integration-validator.js.map +1 -0
  142. package/.claude-flow-novice/dist/src/agents/unified-ultra-fast-agent-manager.js +630 -0
  143. package/.claude-flow-novice/dist/src/agents/unified-ultra-fast-agent-manager.js.map +1 -0
  144. package/.claude-flow-novice/dist/src/cli/commands/agent.js +1 -1
  145. package/.claude-flow-novice/dist/src/cli/commands/agent.js.map +1 -1
  146. package/.claude-flow-novice/dist/src/cli/commands/config-integration.js +6 -6
  147. package/.claude-flow-novice/dist/src/cli/commands/enterprise.js +18 -18
  148. package/.claude-flow-novice/dist/src/cli/commands/enterprise.js.map +1 -1
  149. package/.claude-flow-novice/dist/src/cli/commands/goal-init.js +4 -4
  150. package/.claude-flow-novice/dist/src/cli/commands/help-new.js +23 -23
  151. package/.claude-flow-novice/dist/src/cli/commands/help-new.js.map +1 -1
  152. package/.claude-flow-novice/dist/src/cli/commands/help.js +74 -74
  153. package/.claude-flow-novice/dist/src/cli/commands/help.js.map +1 -1
  154. package/.claude-flow-novice/dist/src/cli/commands/hive-mind/pause.js +2 -2
  155. package/.claude-flow-novice/dist/src/cli/commands/hive-mind/pause.js.map +1 -1
  156. package/.claude-flow-novice/dist/src/cli/commands/hive.js +4 -4
  157. package/.claude-flow-novice/dist/src/cli/commands/index.js +103 -132
  158. package/.claude-flow-novice/dist/src/cli/commands/index.js.map +1 -1
  159. package/.claude-flow-novice/dist/src/cli/commands/mcp.js +1 -1
  160. package/.claude-flow-novice/dist/src/cli/commands/migrate.js +4 -4
  161. package/.claude-flow-novice/dist/src/cli/commands/migrate.js.map +1 -1
  162. package/.claude-flow-novice/dist/src/cli/commands/monitor.js +1 -1
  163. package/.claude-flow-novice/dist/src/cli/commands/neural-init.js +4 -4
  164. package/.claude-flow-novice/dist/src/cli/commands/ruv-swarm.js +8 -8
  165. package/.claude-flow-novice/dist/src/cli/commands/sparc.js +12 -12
  166. package/.claude-flow-novice/dist/src/cli/commands/sparc.js.map +1 -1
  167. package/.claude-flow-novice/dist/src/cli/commands/start/start-command.js +3 -3
  168. package/.claude-flow-novice/dist/src/cli/commands/status.js +1 -1
  169. package/.claude-flow-novice/dist/src/cli/commands/swarm.js +7 -7
  170. package/.claude-flow-novice/dist/src/cli/commands/swarm.js.map +1 -1
  171. package/.claude-flow-novice/dist/src/cli/commands/verification.js +18 -18
  172. package/.claude-flow-novice/dist/src/cli/completion.js +54 -54
  173. package/.claude-flow-novice/dist/src/cli/completion.js.map +1 -1
  174. package/.claude-flow-novice/dist/src/cli/consolidated/ConsolidatedCLI.js +11 -11
  175. package/.claude-flow-novice/dist/src/cli/consolidated/ConsolidatedCLI.js.map +1 -1
  176. package/.claude-flow-novice/dist/src/cli/consolidated/core/CommandHandlers.js +31 -31
  177. package/.claude-flow-novice/dist/src/cli/consolidated/core/TierManager.js +39 -39
  178. package/.claude-flow-novice/dist/src/cli/consolidated/core/TierManager.js.map +1 -1
  179. package/.claude-flow-novice/dist/src/cli/consolidated/help/InteractiveHelp.js +25 -25
  180. package/.claude-flow-novice/dist/src/cli/consolidated/help/InteractiveHelp.js.map +1 -1
  181. package/.claude-flow-novice/dist/src/cli/consolidated/routing/CommandRouter.js +8 -8
  182. package/.claude-flow-novice/dist/src/cli/consolidated/routing/CommandRouter.js.map +1 -1
  183. package/.claude-flow-novice/dist/src/cli/consolidated/utils/IntelligentDefaults.js +6 -6
  184. package/.claude-flow-novice/dist/src/cli/consolidated/utils/IntelligentDefaults.js.map +1 -1
  185. package/.claude-flow-novice/dist/src/cli/consolidated/utils/PerformanceOptimizer.js +7 -7
  186. package/.claude-flow-novice/dist/src/cli/consolidated/utils/PerformanceOptimizer.js.map +1 -1
  187. package/.claude-flow-novice/dist/src/cli/index-remote.js +10 -10
  188. package/.claude-flow-novice/dist/src/cli/index.js +1 -1
  189. package/.claude-flow-novice/dist/src/cli/init/directory-structure.js +8 -8
  190. package/.claude-flow-novice/dist/src/cli/init/index.js +3 -3
  191. package/.claude-flow-novice/dist/src/cli/init/sparc-environment.js +67 -67
  192. package/.claude-flow-novice/dist/src/cli/init/swarm-commands.js +18 -18
  193. package/.claude-flow-novice/dist/src/cli/node-repl.js +2 -2
  194. package/.claude-flow-novice/dist/src/cli/repl.js +1 -1
  195. package/.claude-flow-novice/dist/src/cli/simple-cli.js +68 -68
  196. package/.claude-flow-novice/dist/src/cli/simple-cli.js.map +1 -1
  197. package/.claude-flow-novice/dist/src/cli/simple-commands/session-start-soul.js +271 -0
  198. package/.claude-flow-novice/dist/src/cli/simple-orchestrator.js +7 -7
  199. package/.claude-flow-novice/dist/src/cli/simple-orchestrator.js.map +1 -1
  200. package/.claude-flow-novice/dist/src/cli/ui/fallback-handler.js +7 -7
  201. package/.claude-flow-novice/dist/src/communication/enhanced-event-bus.js +816 -0
  202. package/.claude-flow-novice/dist/src/communication/enhanced-event-bus.js.map +1 -0
  203. package/.claude-flow-novice/dist/src/communication/failure-recovery-system.js +812 -0
  204. package/.claude-flow-novice/dist/src/communication/failure-recovery-system.js.map +1 -0
  205. package/.claude-flow-novice/dist/src/communication/optimized-serialization.js +369 -0
  206. package/.claude-flow-novice/dist/src/communication/optimized-serialization.js.map +1 -0
  207. package/.claude-flow-novice/dist/src/communication/performance-optimizations.js +526 -0
  208. package/.claude-flow-novice/dist/src/communication/performance-optimizations.js.map +1 -0
  209. package/.claude-flow-novice/dist/src/communication/performance-validator.js +532 -0
  210. package/.claude-flow-novice/dist/src/communication/performance-validator.js.map +1 -0
  211. package/.claude-flow-novice/dist/src/communication/priority-message-queue.js +525 -0
  212. package/.claude-flow-novice/dist/src/communication/priority-message-queue.js.map +1 -0
  213. package/.claude-flow-novice/dist/src/communication/shared-buffer-bus.js +218 -0
  214. package/.claude-flow-novice/dist/src/communication/shared-buffer-bus.js.map +1 -0
  215. package/.claude-flow-novice/dist/src/communication/ultra-fast-communication-bus.js +521 -0
  216. package/.claude-flow-novice/dist/src/communication/ultra-fast-communication-bus.js.map +1 -0
  217. package/.claude-flow-novice/dist/src/communication/ultra-fast-serialization.js +563 -0
  218. package/.claude-flow-novice/dist/src/communication/ultra-fast-serialization.js.map +1 -0
  219. package/.claude-flow-novice/dist/src/communication/websocket-cluster.js +344 -0
  220. package/.claude-flow-novice/dist/src/communication/websocket-cluster.js.map +1 -0
  221. package/.claude-flow-novice/dist/src/communication/zero-copy-structures.js +369 -0
  222. package/.claude-flow-novice/dist/src/communication/zero-copy-structures.js.map +1 -0
  223. package/.claude-flow-novice/dist/src/config/config-manager.js +1 -1
  224. package/.claude-flow-novice/dist/src/config/config-manager.js.map +1 -1
  225. package/.claude-flow-novice/dist/src/config/core/intelligent-configuration-manager.js +1 -1
  226. package/.claude-flow-novice/dist/src/config/integration/hooks-integration.js +6 -6
  227. package/.claude-flow-novice/dist/src/config/integration/hooks-integration.js.map +1 -1
  228. package/.claude-flow-novice/dist/src/config/migration/config-migration.js +1 -1
  229. package/.claude-flow-novice/dist/src/config/ruv-swarm-integration.js +1 -1
  230. package/.claude-flow-novice/dist/src/config/utils/zero-config-setup.js +1 -1
  231. package/.claude-flow-novice/dist/src/config/utils/zero-config-setup.js.map +1 -1
  232. package/.claude-flow-novice/dist/src/config/web-portal-config.js +0 -9
  233. package/.claude-flow-novice/dist/src/config/web-portal-config.js.map +1 -1
  234. package/.claude-flow-novice/dist/src/config/zero-config-setup.js +18 -18
  235. package/.claude-flow-novice/dist/src/config/zero-config-setup.js.map +1 -1
  236. package/.claude-flow-novice/dist/src/core/logger.js +33 -10
  237. package/.claude-flow-novice/dist/src/core/logger.js.map +1 -1
  238. package/.claude-flow-novice/dist/src/migration/index.js +1 -1
  239. package/.claude-flow-novice/dist/src/migration/index.js.map +1 -1
  240. package/.claude-flow-novice/dist/src/migration/migration-runner.js +4 -4
  241. package/.claude-flow-novice/dist/src/migration/migration-runner.js.map +1 -1
  242. package/.claude-flow-novice/dist/src/monitoring/agent-health-monitor.js +430 -0
  243. package/.claude-flow-novice/dist/src/monitoring/agent-health-monitor.js.map +1 -0
  244. package/.claude-flow-novice/dist/src/slash-commands/claude-soul.js +248 -365
  245. package/.claude-flow-novice/dist/src/slash-commands/register-all-commands.js +1 -1
  246. package/.claude-flow-novice/dist/src/swarm/claude-code-interface.js +1 -1
  247. package/.claude-flow-novice/dist/src/swarm/claude-flow-executor.js +1 -1
  248. package/.claude-flow-novice/dist/src/swarm/consensus-coordinator.js +471 -0
  249. package/.claude-flow-novice/dist/src/swarm/consensus-coordinator.js.map +1 -0
  250. package/.claude-flow-novice/dist/src/swarm/hive-mind-integration.js +1 -1
  251. package/.claude-flow-novice/dist/src/swarm/large-scale-coordinator.js +543 -0
  252. package/.claude-flow-novice/dist/src/swarm/large-scale-coordinator.js.map +1 -0
  253. package/.claude-flow-novice/dist/src/swarm/optimizations/connection-pool.js +1 -1
  254. package/.claude-flow-novice/dist/src/swarm/optimizations/optimized-executor.js +1 -1
  255. package/.claude-flow-novice/dist/src/swarm/types.js.map +1 -1
  256. package/.claude-flow-novice/dist/src/swarm-fullstack/integrations/communication-bridge.js +709 -0
  257. package/.claude-flow-novice/dist/src/swarm-fullstack/integrations/communication-bridge.js.map +1 -0
  258. package/.claude-flow-novice/dist/src/swarm-fullstack/testing/api-contract-validator.js +612 -0
  259. package/.claude-flow-novice/dist/src/swarm-fullstack/testing/api-contract-validator.js.map +1 -0
  260. package/.claude-flow-novice/dist/src/swarm-fullstack/testing/backend-test-orchestrator.js +679 -0
  261. package/.claude-flow-novice/dist/src/swarm-fullstack/testing/backend-test-orchestrator.js.map +1 -0
  262. package/.claude-flow-novice/dist/src/swarm-fullstack/testing/frontend-test-orchestrator.js +654 -0
  263. package/.claude-flow-novice/dist/src/swarm-fullstack/testing/frontend-test-orchestrator.js.map +1 -0
  264. package/.claude-flow-novice/dist/src/swarm-fullstack/testing/visual-regression.js +402 -0
  265. package/.claude-flow-novice/dist/src/swarm-fullstack/testing/visual-regression.js.map +1 -0
  266. package/.claude-flow-novice/dist/src/swarm-fullstack/workflows/convergence-detector.js +459 -0
  267. package/.claude-flow-novice/dist/src/swarm-fullstack/workflows/convergence-detector.js.map +1 -0
  268. package/.claude-flow-novice/dist/src/swarm-fullstack/workflows/fix-coordinator.js +513 -0
  269. package/.claude-flow-novice/dist/src/swarm-fullstack/workflows/fix-coordinator.js.map +1 -0
  270. package/.claude-flow-novice/dist/src/swarm-fullstack/workflows/index.js +19 -0
  271. package/.claude-flow-novice/dist/src/swarm-fullstack/workflows/index.js.map +1 -0
  272. package/.claude-flow-novice/dist/src/swarm-fullstack/workflows/iterative-build-test.js +568 -0
  273. package/.claude-flow-novice/dist/src/swarm-fullstack/workflows/iterative-build-test.js.map +1 -0
  274. package/.claude-flow-novice/dist/src/swarm-fullstack/workflows/regression-test-manager.js +418 -0
  275. package/.claude-flow-novice/dist/src/swarm-fullstack/workflows/regression-test-manager.js.map +1 -0
  276. package/.claude-flow-novice/dist/src/swarm-fullstack/workflows/test-result-analyzer.js +530 -0
  277. package/.claude-flow-novice/dist/src/swarm-fullstack/workflows/test-result-analyzer.js.map +1 -0
  278. package/.claude-flow-novice/dist/src/swarm-fullstack/workflows/workflow-metrics.js +250 -0
  279. package/.claude-flow-novice/dist/src/swarm-fullstack/workflows/workflow-metrics.js.map +1 -0
  280. package/.claude-flow-novice/dist/src/task/index.js +7 -7
  281. package/.claude-flow-novice/dist/src/validation/fullstack-integration-validator.js +420 -0
  282. package/.claude-flow-novice/dist/src/validation/fullstack-integration-validator.js.map +1 -0
  283. package/.claude-flow-novice/dist/src/validation/production-validator.js +1435 -0
  284. package/.claude-flow-novice/dist/src/validation/production-validator.js.map +1 -0
  285. package/.claude-flow-novice/dist/src/verification/cli-integration.js +3 -3
  286. package/.claude-flow-novice/dist/src/verification/hooks.js +1 -1
  287. package/CHANGELOG.md +13 -0
  288. package/CLAUDE.md +1032 -61
  289. package/README.md +0 -1
  290. package/config/build/babel.config.cjs +19 -11
  291. package/config/typescript/tsconfig.json +1 -1
  292. package/examples/02-workflows/claude-workflow.json +5 -5
  293. package/examples/claude-api-error-handling.ts +2 -2
  294. package/examples/frontend-testing-demo.ts +470 -0
  295. package/examples/litellm/config/config.yaml +1 -1
  296. package/package.json +13 -7
  297. package/scripts/build/unified-builder.sh +6 -6
  298. package/scripts/build/validate-agents.js +238 -0
  299. package/scripts/post-install-claude-md.js +28 -0
  300. package/scripts/run-production-validation.ts +590 -0
  301. package/scripts/test/test-coordination-features.ts +2 -2
  302. package/scripts/validate-stage3-performance.ts +377 -0
  303. package/src/cli/simple-commands/hooks.js +1 -0
  304. package/src/cli/simple-commands/init/agent-copier.js +0 -2
  305. package/src/cli/simple-commands/init/index.js +18 -110
  306. package/src/cli/simple-commands/init/templates/CLAUDE.md +162 -1158
  307. package/src/cli/simple-commands/init/templates/claude-md.js +38 -157
  308. package/src/swarm-fullstack/integrations/communication-bridge.ts +931 -0
  309. package/src/swarm-fullstack/testing/api-contract-validator.ts +909 -0
  310. package/src/swarm-fullstack/testing/backend-test-orchestrator.ts +791 -0
  311. package/src/swarm-fullstack/testing/frontend-test-orchestrator.ts +853 -0
  312. package/src/swarm-fullstack/testing/visual-regression.ts +507 -0
  313. package/src/swarm-fullstack/workflows/convergence-detector.ts +736 -0
  314. package/src/swarm-fullstack/workflows/fix-coordinator.ts +677 -0
  315. package/src/swarm-fullstack/workflows/index.ts +75 -0
  316. package/src/swarm-fullstack/workflows/iterative-build-test.ts +829 -0
  317. package/src/swarm-fullstack/workflows/regression-test-manager.ts +590 -0
  318. package/src/swarm-fullstack/workflows/test-result-analyzer.ts +739 -0
  319. package/src/swarm-fullstack/workflows/workflow-metrics.ts +399 -0
  320. package/wiki/command-reference/README.md +1 -2
  321. package/wiki/command-reference/mcp-tools/README.md +1 -1
  322. package/wiki/getting-started/claude-code-mcp/README.md +1 -2
  323. package/wiki/getting-started/installation/README.md +2 -10
  324. package/.claude/agents/backend-dev.json +0 -9
  325. package/.claude/agents/code-analyzer.json +0 -9
  326. package/.claude/agents/coder.json +0 -9
  327. package/.claude/agents/planner.json +0 -9
  328. package/.claude/agents/researcher.json +0 -9
  329. package/.claude/agents/reviewer.json +0 -9
  330. package/.claude/agents/system-architect.json +0 -9
  331. package/.claude/agents/tester.json +0 -9
  332. package/.claude/commands/flow-nexus/app-store.md +0 -124
  333. package/.claude/commands/flow-nexus/challenges.md +0 -120
  334. package/.claude/commands/flow-nexus/login-registration.md +0 -65
  335. package/.claude/commands/flow-nexus/neural-network.md +0 -134
  336. package/.claude/commands/flow-nexus/payments.md +0 -116
  337. package/.claude/commands/flow-nexus/sandbox.md +0 -83
  338. package/.claude/commands/flow-nexus/swarm.md +0 -87
  339. package/.claude/commands/flow-nexus/user-tools.md +0 -152
  340. package/.claude/commands/flow-nexus/workflow.md +0 -115
  341. package/.claude-flow-novice/dist/cli/index.js +0 -45
  342. package/.claude-flow-novice/dist/core/index.js +0 -22
  343. package/.claude-flow-novice/dist/mcp/mcp-server-novice.js +0 -595
  344. package/.claude-flow-novice/dist/mcp/mcp-server-sdk.js +0 -649
  345. package/.claude-flow-novice/dist/mcp/mcp-server-with-slash-commands.js +0 -776
  346. package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/claude-md.js +0 -1101
  347. package/src/cli/simple-commands/init/templates/CLAUDE.md.optimized +0 -265
  348. /package/{.claude → .claude-flow-novice/.claude}/agents/README.md +0 -0
  349. /package/{.claude → .claude-flow-novice/.claude}/agents/consensus/README.md +0 -0
  350. /package/{.claude → .claude-flow-novice/.claude}/agents/core/coder.md +0 -0
  351. /package/{.claude → .claude-flow-novice/.claude}/agents/core/planner.md +0 -0
  352. /package/{.claude → .claude-flow-novice/.claude}/agents/core/researcher.md +0 -0
  353. /package/{.claude → .claude-flow-novice/.claude}/agents/core/reviewer.md +0 -0
  354. /package/{.claude → .claude-flow-novice/.claude}/agents/core/tester.md +0 -0
  355. /package/{.claude → .claude-flow-novice/.claude}/agents/optimization/README.md +0 -0
  356. /package/{.claude → .claude-flow-novice/.claude}/agents/swarm/README.md +0 -0
@@ -13,7 +13,6 @@ import { SimpleMemoryManager } from './memory.js';
13
13
  import { sparcAction } from './sparc.js';
14
14
  import { createMigrateCommand } from './migrate.js';
15
15
  import { enterpriseCommands } from './enterprise.js';
16
- import { createFlowNexusClaudeMd } from '../simple-commands/init/templates/claude-md.js';
17
16
  let orchestrator = null;
18
17
  let configManager = null;
19
18
  let persistence = null;
@@ -127,11 +126,6 @@ export function setupCommands(cli) {
127
126
  short: 'm',
128
127
  description: 'Create minimal configuration files',
129
128
  type: 'boolean'
130
- },
131
- {
132
- name: 'flow-nexus',
133
- description: 'Initialize with Flow Nexus commands, agents, and CLAUDE.md only',
134
- type: 'boolean'
135
129
  }
136
130
  ],
137
131
  action: async (ctx)=>{
@@ -139,30 +133,7 @@ export function setupCommands(cli) {
139
133
  success('Initializing Claude Code integration files...');
140
134
  const force = ctx.flags.force || ctx.flags.f;
141
135
  const minimal = ctx.flags.minimal || ctx.flags.m;
142
- const flowNexus = ctx.flags['flow-nexus'];
143
- // Handle Flow Nexus minimal init
144
- if (flowNexus) {
145
- success('Initializing Flow Nexus minimal setup...');
146
- // Create Flow Nexus CLAUDE.md with integrated section
147
- const flowNexusClaudeMd = createFlowNexusClaudeMd();
148
- const { writeFile, mkdir } = await import('fs/promises');
149
- await writeFile('CLAUDE.md', flowNexusClaudeMd);
150
- console.log(' ✓ Created CLAUDE.md with Flow Nexus integration');
151
- // Create .claude/commands/flow-nexus directory and copy commands
152
- await mkdir('.claude/commands/flow-nexus', {
153
- recursive: true
154
- });
155
- // Create .claude/agents/flow-nexus directory and copy agents
156
- await mkdir('.claude/agents/flow-nexus', {
157
- recursive: true
158
- });
159
- success('Flow Nexus initialization complete!');
160
- console.log('📚 Created: CLAUDE.md with Flow Nexus documentation');
161
- console.log('📁 Created: .claude/commands/flow-nexus/ directory structure');
162
- console.log('🤖 Created: .claude/agents/flow-nexus/ directory structure');
163
- console.log('💡 Use MCP Flow Nexus tools in Claude Code for full functionality');
164
- return;
165
- }
136
+ // Flow-nexus mode removed
166
137
  // Check if files already exist for full init
167
138
  const files = [
168
139
  'CLAUDE.md',
@@ -333,7 +304,7 @@ export function setupCommands(cli) {
333
304
  success('Claude Code integration files initialized successfully!');
334
305
  console.log('\nNext steps:');
335
306
  console.log('1. Review and customize the generated files for your project');
336
- console.log("2. Run 'npx claude-flow start' to begin the orchestration system");
307
+ console.log("2. Run 'npx claude-flow-novice start' to begin the orchestration system");
337
308
  console.log("3. Use 'claude --dangerously-skip-permissions' for unattended operation");
338
309
  console.log('\nNote: Persistence database initialized at memory/claude-flow-data.json');
339
310
  } catch (err) {
@@ -564,7 +535,7 @@ export function setupCommands(cli) {
564
535
  const { DistributedMemorySystem } = await import('../../memory/distributed-memory.js');
565
536
  warning('Enhanced agent management is available!');
566
537
  console.log('For full functionality, use the comprehensive agent commands:');
567
- console.log(` - claude-flow agent ${subcommand} ${ctx.args.slice(1).join(' ')}`);
538
+ console.log(` - claude-flow-novice agent ${subcommand} ${ctx.args.slice(1).join(' ')}`);
568
539
  console.log(' - Enhanced features: pools, health monitoring, resource management');
569
540
  console.log(' - Interactive configuration and detailed metrics');
570
541
  break;
@@ -588,7 +559,7 @@ export function setupCommands(cli) {
588
559
  console.log(' ✨ Interactive configuration');
589
560
  console.log(' ✨ Memory integration for coordination');
590
561
  console.log('');
591
- console.log('For detailed help, use: claude-flow agent <command> --help');
562
+ console.log('For detailed help, use: claude-flow-novice agent <command> --help');
592
563
  break;
593
564
  }
594
565
  }
@@ -668,7 +639,7 @@ export function setupCommands(cli) {
668
639
  };
669
640
  // Mock the enhanced status command action
670
641
  console.log(chalk.cyan('🔍 Enhanced Status Command'));
671
- console.log('For full enhanced functionality, use: claude-flow status [options]');
642
+ console.log('For full enhanced functionality, use: claude-flow-novice status [options]');
672
643
  console.log('Available options: --watch, --interval, --component, --json, --detailed, --health-check, --history');
673
644
  // Fallback to basic status
674
645
  try {
@@ -694,7 +665,7 @@ export function setupCommands(cli) {
694
665
  }
695
666
  if (options.watch) {
696
667
  warning('Watch mode available in enhanced status command');
697
- console.log('Use: claude-flow status --watch');
668
+ console.log('Use: claude-flow-novice status --watch');
698
669
  }
699
670
  } catch (err) {
700
671
  error(`Failed to get status: ${err.message}`);
@@ -801,13 +772,13 @@ export function setupCommands(cli) {
801
772
  const orch = await getOrchestrator();
802
773
  const health = await orch.healthCheck();
803
774
  if (!health.healthy) {
804
- warning("Orchestrator is not running. Start it first with 'claude-flow start'");
775
+ warning("Orchestrator is not running. Start it first with 'claude-flow-novice start'");
805
776
  return;
806
777
  }
807
778
  success(`MCP server is running as part of the orchestration system`);
808
779
  console.log(`📡 Default address: http://${host}:${port}`);
809
780
  console.log(`🔧 Available tools: Research, Code, Terminal, Memory`);
810
- console.log(`📚 Use 'claude-flow mcp tools' to see all available tools`);
781
+ console.log(`📚 Use 'claude-flow-novice mcp tools' to see all available tools`);
811
782
  } catch (err) {
812
783
  error(`Failed to check MCP server: ${err.message}`);
813
784
  }
@@ -821,7 +792,7 @@ export function setupCommands(cli) {
821
792
  if (!health.healthy) {
822
793
  info('MCP server is not running');
823
794
  } else {
824
- warning("MCP server runs as part of the orchestrator. Use 'claude-flow stop' to stop the entire system");
795
+ warning("MCP server runs as part of the orchestrator. Use 'claude-flow-novice stop' to stop the entire system");
825
796
  }
826
797
  } catch (err) {
827
798
  error(`Failed to check MCP server: ${err.message}`);
@@ -888,7 +859,7 @@ export function setupCommands(cli) {
888
859
  case 'restart':
889
860
  {
890
861
  try {
891
- warning("MCP server runs as part of the orchestrator. Use 'claude-flow stop' then 'claude-flow start' to restart the entire system");
862
+ warning("MCP server runs as part of the orchestrator. Use 'claude-flow-novice stop' then 'claude-flow-novice start' to restart the entire system");
892
863
  } catch (err) {
893
864
  error(`Failed to restart MCP server: ${err.message}`);
894
865
  }
@@ -1173,19 +1144,19 @@ You are running within the Claude-Flow orchestration system, which provides powe
1173
1144
  ### Available Features
1174
1145
 
1175
1146
  1. **Memory Bank** (Always Available)
1176
- - Store data: \`npx claude-flow memory store <key> <value>\` - Save important data, findings, or progress
1177
- - Retrieve data: \`npx claude-flow memory query <key>\` - Access previously stored information
1178
- - Check status: \`npx claude-flow status\` - View current system/task status
1179
- - List agents: \`npx claude-flow agent list\` - See active agents
1147
+ - Store data: \`npx claude-flow-novice memory store <key> <value>\` - Save important data, findings, or progress
1148
+ - Retrieve data: \`npx claude-flow-novice memory query <key>\` - Access previously stored information
1149
+ - Check status: \`npx claude-flow-novice status\` - View current system/task status
1150
+ - List agents: \`npx claude-flow-novice agent list\` - See active agents
1180
1151
  - Memory persists across Claude instances in the same namespace
1181
1152
 
1182
1153
  2. **Tool Access**
1183
1154
  - You have access to these tools: ${tools}`;
1184
1155
  if (ctx.flags.parallel) {
1185
1156
  enhancedTask += `
1186
- - **Parallel Execution Enabled**: Use \`npx claude-flow agent spawn <type> --name <name>\` to spawn sub-agents
1187
- - Create tasks: \`npx claude-flow task create <type> "<description>"\`
1188
- - Assign tasks: \`npx claude-flow task assign <task-id> <agent-id>\`
1157
+ - **Parallel Execution Enabled**: Use \`npx claude-flow-novice agent spawn <type> --name <name>\` to spawn sub-agents
1158
+ - Create tasks: \`npx claude-flow-novice task create <type> "<description>"\`
1159
+ - Assign tasks: \`npx claude-flow-novice task assign <task-id> <agent-id>\`
1189
1160
  - Break down complex tasks and delegate to specialized agents`;
1190
1161
  }
1191
1162
  if (ctx.flags.research) {
@@ -1197,16 +1168,16 @@ You are running within the Claude-Flow orchestration system, which provides powe
1197
1168
  ### Workflow Guidelines
1198
1169
 
1199
1170
  1. **Before Starting**:
1200
- - Check memory: \`npx claude-flow memory query previous_work\`
1201
- - Check system status: \`npx claude-flow status\`
1202
- - List active agents: \`npx claude-flow agent list\`
1203
- - List active tasks: \`npx claude-flow task list\`
1171
+ - Check memory: \`npx claude-flow-novice memory query previous_work\`
1172
+ - Check system status: \`npx claude-flow-novice status\`
1173
+ - List active agents: \`npx claude-flow-novice agent list\`
1174
+ - List active tasks: \`npx claude-flow-novice task list\`
1204
1175
 
1205
1176
  2. **During Execution**:
1206
- - Store findings: \`npx claude-flow memory store findings "your data here"\`
1207
- - Save checkpoints: \`npx claude-flow memory store progress_${task.replace(/\s+/g, '_')} "current status"\`
1208
- ${ctx.flags.parallel ? '- Spawn agents: `npx claude-flow agent spawn researcher --name "research-agent"`' : ''}
1209
- ${ctx.flags.parallel ? '- Create tasks: `npx claude-flow task create implementation "implement feature X"`' : ''}
1177
+ - Store findings: \`npx claude-flow-novice memory store findings "your data here"\`
1178
+ - Save checkpoints: \`npx claude-flow-novice memory store progress_${task.replace(/\s+/g, '_')} "current status"\`
1179
+ ${ctx.flags.parallel ? '- Spawn agents: `npx claude-flow-novice agent spawn researcher --name "research-agent"`' : ''}
1180
+ ${ctx.flags.parallel ? '- Create tasks: `npx claude-flow-novice task create implementation "implement feature X"`' : ''}
1210
1181
 
1211
1182
  3. **Best Practices**:
1212
1183
  - Use the Bash tool to run \`npx claude-flow\` commands
@@ -1214,7 +1185,7 @@ You are running within the Claude-Flow orchestration system, which provides powe
1214
1185
  - Query memory before starting to check for existing work
1215
1186
  - Use descriptive keys for memory storage
1216
1187
  ${ctx.flags.parallel ? '- Coordinate with other agents through shared memory' : ''}
1217
- ${ctx.flags.research ? '- Store research findings: `npx claude-flow memory store research_findings "data"`' : ''}
1188
+ ${ctx.flags.research ? '- Store research findings: `npx claude-flow-novice memory store research_findings "data"`' : ''}
1218
1189
 
1219
1190
  ## Configuration
1220
1191
  - Instance ID: ${instanceId}
@@ -1228,17 +1199,17 @@ To interact with Claude-Flow, use the Bash tool:
1228
1199
 
1229
1200
  \`\`\`bash
1230
1201
  # Check for previous work
1231
- Bash("npx claude-flow memory query previous_work")
1202
+ Bash("npx claude-flow-novice memory query previous_work")
1232
1203
 
1233
1204
  # Store your findings
1234
- Bash("npx claude-flow memory store analysis_results 'Found 3 critical issues...'")
1205
+ Bash("npx claude-flow-novice memory store analysis_results 'Found 3 critical issues...'")
1235
1206
 
1236
1207
  # Check system status
1237
- Bash("npx claude-flow status")
1208
+ Bash("npx claude-flow-novice status")
1238
1209
 
1239
1210
  # Create and assign tasks (when --parallel is enabled)
1240
- Bash("npx claude-flow task create research 'Research authentication methods'")
1241
- Bash("npx claude-flow agent spawn researcher --name auth-researcher")
1211
+ Bash("npx claude-flow-novice task create research 'Research authentication methods'")
1212
+ Bash("npx claude-flow-novice agent spawn researcher --name auth-researcher")
1242
1213
  \`\`\`
1243
1214
 
1244
1215
  Now, please proceed with the task: ${task}`;
@@ -1267,7 +1238,7 @@ Now, please proceed with the task: ${task}`;
1267
1238
  console.log(`Coverage: ${ctx.flags.coverage || 80}%`);
1268
1239
  console.log(`Commit: ${ctx.flags.commit || 'phase'}`);
1269
1240
  console.log(`\nEnhanced Features:`);
1270
- console.log(` - Memory Bank enabled via: npx claude-flow memory commands`);
1241
+ console.log(` - Memory Bank enabled via: npx claude-flow-novice memory commands`);
1271
1242
  console.log(` - Coordination ${ctx.flags.parallel ? 'enabled' : 'disabled'}`);
1272
1243
  console.log(` - Access Claude-Flow features through Bash tool`);
1273
1244
  return;
@@ -1414,9 +1385,9 @@ Now, please proceed with the task: ${task}`;
1414
1385
  {
1415
1386
  console.log('Available subcommands: spawn, batch');
1416
1387
  console.log('\nExamples:');
1417
- console.log(' claude-flow claude spawn "implement user authentication" --research --parallel');
1418
- console.log(' claude-flow claude spawn "fix bug in payment system" --no-permissions');
1419
- console.log(' claude-flow claude batch workflow.json --dry-run');
1388
+ console.log(' claude-flow-novice claude spawn "implement user authentication" --research --parallel');
1389
+ console.log(' claude-flow-novice claude spawn "fix bug in payment system" --no-permissions');
1390
+ console.log(' claude-flow-novice claude batch workflow.json --dry-run');
1420
1391
  break;
1421
1392
  }
1422
1393
  }
@@ -1437,7 +1408,7 @@ Now, please proceed with the task: ${task}`;
1437
1408
  noGraphs: ctx.flags.noGraphs || ctx.flags['no-graphs']
1438
1409
  };
1439
1410
  console.log(chalk.cyan('📊 Enhanced Monitor Command'));
1440
- console.log('For full enhanced functionality, use: claude-flow monitor [options]');
1411
+ console.log('For full enhanced functionality, use: claude-flow-novice monitor [options]');
1441
1412
  console.log('Available options: --interval, --compact, --focus, --alerts, --export, --threshold, --log-level, --no-graphs');
1442
1413
  // Fallback to basic monitoring
1443
1414
  try {
@@ -1446,7 +1417,7 @@ Now, please proceed with the task: ${task}`;
1446
1417
  const { access } = await import('fs/promises');
1447
1418
  const isRunning = await access('orchestrator.log').then(()=>true).catch(()=>false);
1448
1419
  if (!isRunning) {
1449
- warning("Orchestrator is not running. Start it first with 'claude-flow start'");
1420
+ warning("Orchestrator is not running. Start it first with 'claude-flow-novice start'");
1450
1421
  return;
1451
1422
  }
1452
1423
  info('Starting enhanced monitoring dashboard...');
@@ -1636,7 +1607,7 @@ Now, please proceed with the task: ${task}`;
1636
1607
  const { access } = await import('fs/promises');
1637
1608
  const isRunning = await access('orchestrator.log').then(()=>true).catch(()=>false);
1638
1609
  if (!isRunning) {
1639
- warning("Orchestrator is not running. Start it first with 'claude-flow start'");
1610
+ warning("Orchestrator is not running. Start it first with 'claude-flow-novice start'");
1640
1611
  return;
1641
1612
  }
1642
1613
  info('Starting basic monitoring dashboard...');
@@ -1940,7 +1911,7 @@ Now, please proceed with the task: ${task}`;
1940
1911
  try {
1941
1912
  const enhancedSessionAction = async (ctx)=>{
1942
1913
  console.log(chalk.cyan('💾 Enhanced Session Management'));
1943
- console.log('For full enhanced functionality, use: claude-flow session <command> [options]');
1914
+ console.log('For full enhanced functionality, use: claude-flow-novice session <command> [options]');
1944
1915
  console.log();
1945
1916
  console.log('Available commands:');
1946
1917
  console.log(' list - List all saved sessions with status');
@@ -1966,7 +1937,7 @@ Now, please proceed with the task: ${task}`;
1966
1937
  const subcommand = ctx.args[0];
1967
1938
  if (subcommand) {
1968
1939
  console.log();
1969
- console.log(`For detailed help on '${subcommand}', use: claude-flow session ${subcommand} --help`);
1940
+ console.log(`For detailed help on '${subcommand}', use: claude-flow-novice session ${subcommand} --help`);
1970
1941
  }
1971
1942
  };
1972
1943
  cli.command({
@@ -2005,7 +1976,7 @@ Now, please proceed with the task: ${task}`;
2005
1976
  console.log('🏥 Performing pre-flight health checks...');
2006
1977
  }
2007
1978
  console.log();
2008
- console.log('For full enhanced functionality, use: claude-flow start [options]');
1979
+ console.log('For full enhanced functionality, use: claude-flow-novice start [options]');
2009
1980
  console.log('Available options: --daemon, --port, --mcp-transport, --ui, --verbose, --auto-start, --force, --health-check, --timeout');
2010
1981
  // Fallback to basic start functionality
2011
1982
  try {
@@ -2133,9 +2104,9 @@ Now, please proceed with the task: ${task}`;
2133
2104
  console.log(' -d, --dry-run Show what would be executed without running');
2134
2105
  console.log();
2135
2106
  console.log(bold('Examples:'));
2136
- console.log(` ${blue('claude-flow claude spawn')} "implement user authentication" --research --parallel`);
2137
- console.log(` ${blue('claude-flow claude spawn')} "fix payment bug" --tools "View,Edit,Bash" --no-permissions`);
2138
- console.log(` ${blue('claude-flow claude batch')} workflow.json --dry-run`);
2107
+ console.log(` ${blue('claude-flow-novice claude spawn')} "implement user authentication" --research --parallel`);
2108
+ console.log(` ${blue('claude-flow-novice claude spawn')} "fix payment bug" --tools "View,Edit,Bash" --no-permissions`);
2109
+ console.log(` ${blue('claude-flow-novice claude batch')} workflow.json --dry-run`);
2139
2110
  console.log();
2140
2111
  console.log('For more information, see: https://github.com/ruvnet/claude-code-flow/docs/11-claude-spawning.md');
2141
2112
  } else if (command === 'swarm' || command === 'swarm-ui') {
@@ -2144,8 +2115,8 @@ Now, please proceed with the task: ${task}`;
2144
2115
  console.log('Create self-orchestrating Claude agent swarms to tackle complex objectives.');
2145
2116
  console.log();
2146
2117
  console.log(bold('Usage:'));
2147
- console.log(' claude-flow swarm <objective> [options]');
2148
- console.log(' claude-flow swarm-ui <objective> [options] # Uses blessed UI (avoids TTY issues)');
2118
+ console.log(' claude-flow-novice swarm <objective> [options]');
2119
+ console.log(' claude-flow-novice swarm-ui <objective> [options] # Uses blessed UI (avoids TTY issues)');
2149
2120
  console.log();
2150
2121
  console.log(bold('Options:'));
2151
2122
  console.log(' -s, --strategy <s> Orchestration strategy (auto, research, development, analysis)');
@@ -2165,15 +2136,15 @@ Now, please proceed with the task: ${task}`;
2165
2136
  console.log(' --ui Use blessed terminal UI (avoids TTY issues)');
2166
2137
  console.log();
2167
2138
  console.log(bold('Examples:'));
2168
- console.log(` ${blue('claude-flow swarm')} "Build a REST API"`);
2169
- console.log(` ${blue('claude-flow swarm-ui')} "Build a REST API" # Avoids TTY issues`);
2170
- console.log(` ${blue('claude-flow swarm')} "Research cloud architecture" --strategy research --research`);
2171
- console.log(` ${blue('claude-flow swarm')} "Migrate app to microservices" --coordinator --review --ui`);
2139
+ console.log(` ${blue('claude-flow-novice swarm')} "Build a REST API"`);
2140
+ console.log(` ${blue('claude-flow-novice swarm-ui')} "Build a REST API" # Avoids TTY issues`);
2141
+ console.log(` ${blue('claude-flow-novice swarm')} "Research cloud architecture" --strategy research --research`);
2142
+ console.log(` ${blue('claude-flow-novice swarm')} "Migrate app to microservices" --coordinator --review --ui`);
2172
2143
  console.log();
2173
2144
  console.log(bold('TTY Issues?'));
2174
2145
  console.log("If you encounter 'Raw mode is not supported' errors, use:");
2175
- console.log(` - ${blue('claude-flow swarm-ui')} <objective> # Recommended`);
2176
- console.log(` - ${blue('claude-flow swarm')} <objective> --ui`);
2146
+ console.log(` - ${blue('claude-flow-novice swarm-ui')} <objective> # Recommended`);
2147
+ console.log(` - ${blue('claude-flow-novice swarm')} <objective> --ui`);
2177
2148
  console.log();
2178
2149
  console.log('For more information, see:');
2179
2150
  console.log(' - https://github.com/ruvnet/claude-code-flow/docs/12-swarm.md');
@@ -2210,10 +2181,10 @@ Now, please proceed with the task: ${task}`;
2210
2181
  console.log(' --sequential Wait between workflow steps (default: true)');
2211
2182
  console.log();
2212
2183
  console.log(bold('Examples:'));
2213
- console.log(` ${blue('claude-flow sparc modes')} # List all modes`);
2214
- console.log(` ${blue('claude-flow sparc run code')} "implement user auth" # Run specific mode`);
2215
- console.log(` ${blue('claude-flow sparc tdd')} "payment processing system" # Full TDD workflow`);
2216
- console.log(` ${blue('claude-flow sparc workflow')} project-workflow.json # Custom workflow`);
2184
+ console.log(` ${blue('claude-flow-novice sparc modes')} # List all modes`);
2185
+ console.log(` ${blue('claude-flow-novice sparc run code')} "implement user auth" # Run specific mode`);
2186
+ console.log(` ${blue('claude-flow-novice sparc tdd')} "payment processing system" # Full TDD workflow`);
2187
+ console.log(` ${blue('claude-flow-novice sparc workflow')} project-workflow.json # Custom workflow`);
2217
2188
  console.log();
2218
2189
  console.log('For more information, see: https://github.com/ruvnet/claude-code-flow/docs/sparc.md');
2219
2190
  } else if (command === 'start') {
@@ -2222,7 +2193,7 @@ Now, please proceed with the task: ${task}`;
2222
2193
  console.log('Start the Claude-Flow orchestration system with comprehensive service management.');
2223
2194
  console.log();
2224
2195
  console.log(bold('Usage:'));
2225
- console.log(' claude-flow start [options]');
2196
+ console.log(' claude-flow-novice start [options]');
2226
2197
  console.log();
2227
2198
  console.log(bold('Options:'));
2228
2199
  console.log(' -d, --daemon Run as daemon in background');
@@ -2237,17 +2208,17 @@ Now, please proceed with the task: ${task}`;
2237
2208
  console.log(' --timeout <seconds> Startup timeout in seconds (default: 60)');
2238
2209
  console.log();
2239
2210
  console.log(bold('Examples:'));
2240
- console.log(` ${blue('claude-flow start')} # Interactive mode`);
2241
- console.log(` ${blue('claude-flow start --daemon')} # Background daemon`);
2242
- console.log(` ${blue('claude-flow start --ui')} # Process management UI`);
2243
- console.log(` ${blue('claude-flow start --health-check')} # With pre-flight checks`);
2211
+ console.log(` ${blue('claude-flow-novice start')} # Interactive mode`);
2212
+ console.log(` ${blue('claude-flow-novice start --daemon')} # Background daemon`);
2213
+ console.log(` ${blue('claude-flow-novice start --ui')} # Process management UI`);
2214
+ console.log(` ${blue('claude-flow-novice start --health-check')} # With pre-flight checks`);
2244
2215
  } else if (command === 'status') {
2245
2216
  console.log(bold(blue('Enhanced Status Command')));
2246
2217
  console.log();
2247
2218
  console.log('Show comprehensive Claude-Flow system status with detailed reporting.');
2248
2219
  console.log();
2249
2220
  console.log(bold('Usage:'));
2250
- console.log(' claude-flow status [options]');
2221
+ console.log(' claude-flow-novice status [options]');
2251
2222
  console.log();
2252
2223
  console.log(bold('Options:'));
2253
2224
  console.log(' -w, --watch Watch mode - continuously update status');
@@ -2259,17 +2230,17 @@ Now, please proceed with the task: ${task}`;
2259
2230
  console.log(' --history Show status history from logs');
2260
2231
  console.log();
2261
2232
  console.log(bold('Examples:'));
2262
- console.log(` ${blue('claude-flow status')} # Basic status`);
2263
- console.log(` ${blue('claude-flow status --watch')} # Live updates`);
2264
- console.log(` ${blue('claude-flow status --detailed')} # Comprehensive info`);
2265
- console.log(` ${blue('claude-flow status --component mcp')} # Specific component`);
2233
+ console.log(` ${blue('claude-flow-novice status')} # Basic status`);
2234
+ console.log(` ${blue('claude-flow-novice status --watch')} # Live updates`);
2235
+ console.log(` ${blue('claude-flow-novice status --detailed')} # Comprehensive info`);
2236
+ console.log(` ${blue('claude-flow-novice status --component mcp')} # Specific component`);
2266
2237
  } else if (command === 'monitor') {
2267
2238
  console.log(bold(blue('Enhanced Monitor Command')));
2268
2239
  console.log();
2269
2240
  console.log('Real-time monitoring dashboard with comprehensive metrics and alerting.');
2270
2241
  console.log();
2271
2242
  console.log(bold('Usage:'));
2272
- console.log(' claude-flow monitor [options]');
2243
+ console.log(' claude-flow-novice monitor [options]');
2273
2244
  console.log();
2274
2245
  console.log(bold('Options:'));
2275
2246
  console.log(' -i, --interval <seconds> Update interval in seconds (default: 2)');
@@ -2282,10 +2253,10 @@ Now, please proceed with the task: ${task}`;
2282
2253
  console.log(' --no-graphs Disable ASCII graphs');
2283
2254
  console.log();
2284
2255
  console.log(bold('Examples:'));
2285
- console.log(` ${blue('claude-flow monitor')} # Basic monitoring`);
2286
- console.log(` ${blue('claude-flow monitor --alerts')} # With alerting`);
2287
- console.log(` ${blue('claude-flow monitor --focus mcp')} # Component focus`);
2288
- console.log(` ${blue('claude-flow monitor --export data.json')} # Data export`);
2256
+ console.log(` ${blue('claude-flow-novice monitor')} # Basic monitoring`);
2257
+ console.log(` ${blue('claude-flow-novice monitor --alerts')} # With alerting`);
2258
+ console.log(` ${blue('claude-flow-novice monitor --focus mcp')} # Component focus`);
2259
+ console.log(` ${blue('claude-flow-novice monitor --export data.json')} # Data export`);
2289
2260
  } else if (command === 'session') {
2290
2261
  console.log(bold(blue('Enhanced Session Management')));
2291
2262
  console.log();
@@ -2306,10 +2277,10 @@ Now, please proceed with the task: ${task}`;
2306
2277
  console.log(' monitor Monitor active sessions');
2307
2278
  console.log();
2308
2279
  console.log(bold('Examples:'));
2309
- console.log(` ${blue('claude-flow session list')} # List sessions`);
2310
- console.log(` ${blue('claude-flow session save mywork')} # Save session`);
2311
- console.log(` ${blue('claude-flow session restore abc123')} # Restore session`);
2312
- console.log(` ${blue('claude-flow session validate --fix')} # Validate and fix`);
2280
+ console.log(` ${blue('claude-flow-novice session list')} # List sessions`);
2281
+ console.log(` ${blue('claude-flow-novice session save mywork')} # Save session`);
2282
+ console.log(` ${blue('claude-flow-novice session restore abc123')} # Restore session`);
2283
+ console.log(` ${blue('claude-flow-novice session validate --fix')} # Validate and fix`);
2313
2284
  } else {
2314
2285
  // Show general help with enhanced commands
2315
2286
  console.log(bold(blue('Claude-Flow Enhanced Orchestration System')));
@@ -2328,7 +2299,7 @@ Now, please proceed with the task: ${task}`;
2328
2299
  console.log(' claude Claude instance spawning');
2329
2300
  console.log();
2330
2301
  console.log('For detailed help on any command, use:');
2331
- console.log(` ${blue('claude-flow help <command>')}`);
2302
+ console.log(` ${blue('claude-flow-novice help <command>')}`);
2332
2303
  console.log();
2333
2304
  console.log('Enhanced features:');
2334
2305
  console.log(' ✨ Comprehensive service management');
@@ -2348,7 +2319,7 @@ Now, please proceed with the task: ${task}`;
2348
2319
  console.log(' ✓ session - Advanced session lifecycle management');
2349
2320
  console.log(' ✓ sparc - Enhanced TDD with orchestration features');
2350
2321
  console.log();
2351
- console.log('For detailed help on enhanced commands: claude-flow help <command>');
2322
+ console.log('For detailed help on enhanced commands: claude-flow-novice help <command>');
2352
2323
  // Hive Mind command
2353
2324
  cli.command({
2354
2325
  name: 'hive-mind',
@@ -2547,8 +2518,8 @@ function createFullClaudeMd() {
2547
2518
  - \`npm run test\`: Run the full test suite
2548
2519
  - \`npm run lint\`: Run ESLint and format checks
2549
2520
  - \`npm run typecheck\`: Run TypeScript type checking
2550
- - \`npx claude-flow start\`: Start the orchestration system
2551
- - \`npx claude-flow --help\`: Show all available commands
2521
+ - \`npx claude-flow-novice start\`: Start the orchestration system
2522
+ - \`npx claude-flow-novice --help\`: Show all available commands
2552
2523
 
2553
2524
  ## Code Style Preferences
2554
2525
  - Use ES modules (import/export) syntax, not CommonJS (require)
@@ -2583,8 +2554,8 @@ This is a Claude-Flow AI agent orchestration system with the following component
2583
2554
 
2584
2555
  ## Debugging
2585
2556
  - Check logs in \`./claude-flow.log\`
2586
- - Use \`npx claude-flow status\` to check system health
2587
- - Monitor with \`npx claude-flow monitor\` for real-time updates
2557
+ - Use \`npx claude-flow-novice status\` to check system health
2558
+ - Monitor with \`npx claude-flow-novice monitor\` for real-time updates
2588
2559
  - Verbose output available with \`--verbose\` flag on most commands
2589
2560
  `;
2590
2561
  }
@@ -2594,7 +2565,7 @@ function createMinimalMemoryBankMd() {
2594
2565
  ## Quick Reference
2595
2566
  - Project uses SQLite for memory persistence
2596
2567
  - Memory is organized by namespaces
2597
- - Query with \`npx claude-flow memory query <search>\`
2568
+ - Query with \`npx claude-flow-novice memory query <search>\`
2598
2569
 
2599
2570
  ## Storage Location
2600
2571
  - Database: \`./memory/claude-flow-data.json\`
@@ -2619,10 +2590,10 @@ The Claude-Flow memory system provides persistent storage and intelligent retrie
2619
2590
  - **Replication**: Optional distributed storage support
2620
2591
 
2621
2592
  ## Commands
2622
- - \`npx claude-flow memory query <search>\`: Search stored information
2623
- - \`npx claude-flow memory stats\`: Show memory usage statistics
2624
- - \`npx claude-flow memory export <file>\`: Export memory to file
2625
- - \`npx claude-flow memory import <file>\`: Import memory from file
2593
+ - \`npx claude-flow-novice memory query <search>\`: Search stored information
2594
+ - \`npx claude-flow-novice memory stats\`: Show memory usage statistics
2595
+ - \`npx claude-flow-novice memory export <file>\`: Export memory to file
2596
+ - \`npx claude-flow-novice memory import <file>\`: Import memory from file
2626
2597
 
2627
2598
  ## Configuration
2628
2599
  Memory settings are configured in \`claude-flow.config.json\`:
@@ -2666,9 +2637,9 @@ function createMinimalCoordinationMd() {
2666
2637
  return `# Agent Coordination
2667
2638
 
2668
2639
  ## Quick Commands
2669
- - \`npx claude-flow agent spawn <type>\`: Create new agent
2670
- - \`npx claude-flow agent list\`: Show active agents
2671
- - \`npx claude-flow task create <type> <description>\`: Create task
2640
+ - \`npx claude-flow-novice agent spawn <type>\`: Create new agent
2641
+ - \`npx claude-flow-novice agent list\`: Show active agents
2642
+ - \`npx claude-flow-novice task create <type> <description>\`: Create task
2672
2643
 
2673
2644
  ## Agent Types
2674
2645
  - researcher, coder, analyst, coordinator, general
@@ -2696,27 +2667,27 @@ The Claude-Flow coordination system manages multiple AI agents working together
2696
2667
  ## Coordination Commands
2697
2668
  \`\`\`bash
2698
2669
  # Agent Management
2699
- npx claude-flow agent spawn <type> --name <name> --priority <1-10>
2700
- npx claude-flow agent list
2701
- npx claude-flow agent info <agent-id>
2702
- npx claude-flow agent terminate <agent-id>
2670
+ npx claude-flow-novice agent spawn <type> --name <name> --priority <1-10>
2671
+ npx claude-flow-novice agent list
2672
+ npx claude-flow-novice agent info <agent-id>
2673
+ npx claude-flow-novice agent terminate <agent-id>
2703
2674
 
2704
2675
  # Task Management
2705
- npx claude-flow task create <type> <description> --priority <1-10> --deps <task-ids>
2706
- npx claude-flow task list --verbose
2707
- npx claude-flow task status <task-id>
2708
- npx claude-flow task cancel <task-id>
2676
+ npx claude-flow-novice task create <type> <description> --priority <1-10> --deps <task-ids>
2677
+ npx claude-flow-novice task list --verbose
2678
+ npx claude-flow-novice task status <task-id>
2679
+ npx claude-flow-novice task cancel <task-id>
2709
2680
 
2710
2681
  # System Monitoring
2711
- npx claude-flow status --verbose
2712
- npx claude-flow monitor --interval 5000
2682
+ npx claude-flow-novice status --verbose
2683
+ npx claude-flow-novice monitor --interval 5000
2713
2684
  \`\`\`
2714
2685
 
2715
2686
  ## Workflow Execution
2716
2687
  Workflows are defined in JSON format and can orchestrate complex multi-agent operations:
2717
2688
  \`\`\`bash
2718
- npx claude-flow workflow examples/research-workflow.json
2719
- npx claude-flow workflow examples/development-config.json --async
2689
+ npx claude-flow-novice workflow examples/research-workflow.json
2690
+ npx claude-flow-novice workflow examples/development-config.json --async
2720
2691
  \`\`\`
2721
2692
 
2722
2693
  ## Advanced Features
@@ -2759,8 +2730,8 @@ Coordination settings in \`claude-flow.config.json\`:
2759
2730
  - Regular cleanup of completed tasks and inactive agents
2760
2731
 
2761
2732
  ## Troubleshooting
2762
- - Check agent health with \`npx claude-flow status\`
2763
- - View detailed logs with \`npx claude-flow monitor\`
2733
+ - Check agent health with \`npx claude-flow-novice status\`
2734
+ - View detailed logs with \`npx claude-flow-novice monitor\`
2764
2735
  - Restart stuck agents with terminate/spawn cycle
2765
2736
  - Use \`--verbose\` flags for detailed diagnostic information
2766
2737
  `;