claude-flow-novice 1.3.3 → 1.3.4

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 (333) hide show
  1. package/.claude/agents/github/release-manager.md +1 -1
  2. package/.claude/agents/github/repo-architect.md +2 -2
  3. package/.claude/agents/optimization/README.md +12 -12
  4. package/.claude/agents/optimization/benchmark-suite.md +8 -8
  5. package/.claude/agents/optimization/load-balancer.md +7 -7
  6. package/.claude/agents/optimization/performance-monitor.md +8 -8
  7. package/.claude/agents/optimization/resource-allocator.md +9 -9
  8. package/.claude/agents/optimization/topology-optimizer.md +8 -8
  9. package/.claude/agents/swarm/README.md +8 -8
  10. package/.claude/agents/testing/e2e/playwright-agent.md +1 -1
  11. package/.claude/commands/agents/agent-capabilities.md +2 -2
  12. package/.claude/commands/agents/agent-coordination.md +3 -3
  13. package/.claude/commands/agents/agent-types.md +1 -1
  14. package/.claude/commands/analysis/bottleneck-detect.md +5 -5
  15. package/.claude/commands/analysis/performance-report.md +4 -4
  16. package/.claude/commands/analysis/token-usage.md +4 -4
  17. package/.claude/commands/automation/auto-agent.md +5 -5
  18. package/.claude/commands/automation/self-healing.md +1 -1
  19. package/.claude/commands/automation/session-memory.md +1 -1
  20. package/.claude/commands/automation/smart-agents.md +1 -1
  21. package/.claude/commands/automation/smart-spawn.md +4 -4
  22. package/.claude/commands/automation/workflow-select.md +4 -4
  23. package/.claude/commands/claude-soul.js +22 -556
  24. package/.claude/commands/coordination/agent-spawn.md +4 -4
  25. package/.claude/commands/coordination/coordination-system.md +14 -14
  26. package/.claude/commands/coordination/swarm-init.md +5 -5
  27. package/.claude/commands/coordination/task-orchestrate.md +4 -4
  28. package/.claude/commands/github/code-review.md +4 -4
  29. package/.claude/commands/github/github-swarm.md +5 -5
  30. package/.claude/commands/github/issue-triage.md +4 -4
  31. package/.claude/commands/github/pr-enhance.md +4 -4
  32. package/.claude/commands/github/release-manager.md +1 -1
  33. package/.claude/commands/github/repo-analyze.md +4 -4
  34. package/.claude/commands/github/repo-architect.md +2 -2
  35. package/.claude/commands/hive-mind/hive-mind-consensus.md +1 -1
  36. package/.claude/commands/hive-mind/hive-mind-init.md +3 -3
  37. package/.claude/commands/hive-mind/hive-mind-memory.md +1 -1
  38. package/.claude/commands/hive-mind/hive-mind-metrics.md +1 -1
  39. package/.claude/commands/hive-mind/hive-mind-resume.md +1 -1
  40. package/.claude/commands/hive-mind/hive-mind-sessions.md +1 -1
  41. package/.claude/commands/hive-mind/hive-mind-spawn.md +4 -4
  42. package/.claude/commands/hive-mind/hive-mind-status.md +1 -1
  43. package/.claude/commands/hive-mind/hive-mind-stop.md +1 -1
  44. package/.claude/commands/hive-mind/hive-mind-wizard.md +1 -1
  45. package/.claude/commands/hive-mind/hive-mind.md +4 -4
  46. package/.claude/commands/hooks/overview.md +1 -1
  47. package/.claude/commands/hooks/post-edit.md +6 -6
  48. package/.claude/commands/hooks/post-task.md +6 -6
  49. package/.claude/commands/hooks/pre-edit.md +6 -6
  50. package/.claude/commands/hooks/pre-task.md +6 -6
  51. package/.claude/commands/hooks/session-end.md +6 -6
  52. package/.claude/commands/hooks/setup.md +6 -6
  53. package/.claude/commands/hooks.md +1 -1
  54. package/.claude/commands/memory/memory-bank.md +4 -4
  55. package/.claude/commands/memory/memory-persist.md +4 -4
  56. package/.claude/commands/memory/memory-search.md +4 -4
  57. package/.claude/commands/memory/memory-usage.md +4 -4
  58. package/.claude/commands/monitoring/agent-metrics.md +4 -4
  59. package/.claude/commands/monitoring/real-time-view.md +4 -4
  60. package/.claude/commands/monitoring/swarm-monitor.md +4 -4
  61. package/.claude/commands/optimization/auto-topology.md +2 -2
  62. package/.claude/commands/optimization/cache-manage.md +4 -4
  63. package/.claude/commands/optimization/parallel-execute.md +4 -4
  64. package/.claude/commands/optimization/parallel-execution.md +1 -1
  65. package/.claude/commands/optimization/topology-optimize.md +4 -4
  66. package/.claude/commands/pair/README.md +20 -20
  67. package/.claude/commands/pair/config.md +16 -16
  68. package/.claude/commands/pair/examples.md +11 -11
  69. package/.claude/commands/pair/modes.md +17 -17
  70. package/.claude/commands/pair/session.md +27 -27
  71. package/.claude/commands/pair/start.md +12 -12
  72. package/.claude/commands/sparc/analyzer.md +3 -3
  73. package/.claude/commands/sparc/architect.md +3 -3
  74. package/.claude/commands/sparc/batch-executor.md +3 -3
  75. package/.claude/commands/sparc/coder.md +3 -3
  76. package/.claude/commands/sparc/debugger.md +3 -3
  77. package/.claude/commands/sparc/designer.md +3 -3
  78. package/.claude/commands/sparc/documenter.md +3 -3
  79. package/.claude/commands/sparc/innovator.md +3 -3
  80. package/.claude/commands/sparc/memory-manager.md +3 -3
  81. package/.claude/commands/sparc/optimizer.md +3 -3
  82. package/.claude/commands/sparc/orchestrator.md +10 -10
  83. package/.claude/commands/sparc/researcher.md +3 -3
  84. package/.claude/commands/sparc/reviewer.md +3 -3
  85. package/.claude/commands/sparc/sparc-modes.md +13 -13
  86. package/.claude/commands/sparc/swarm-coordinator.md +3 -3
  87. package/.claude/commands/sparc/tdd.md +3 -3
  88. package/.claude/commands/sparc/tester.md +3 -3
  89. package/.claude/commands/sparc/workflow-manager.md +3 -3
  90. package/.claude/commands/stream-chain/pipeline.md +10 -10
  91. package/.claude/commands/stream-chain/run.md +4 -4
  92. package/.claude/commands/swarm/analysis.md +1 -1
  93. package/.claude/commands/swarm/development.md +1 -1
  94. package/.claude/commands/swarm/examples.md +3 -3
  95. package/.claude/commands/swarm/maintenance.md +1 -1
  96. package/.claude/commands/swarm/optimization.md +1 -1
  97. package/.claude/commands/swarm/research.md +1 -1
  98. package/.claude/commands/swarm/swarm-analysis.md +1 -1
  99. package/.claude/commands/swarm/swarm-background.md +1 -1
  100. package/.claude/commands/swarm/swarm-init.md +3 -3
  101. package/.claude/commands/swarm/swarm-modes.md +1 -1
  102. package/.claude/commands/swarm/swarm-monitor.md +1 -1
  103. package/.claude/commands/swarm/swarm-spawn.md +3 -3
  104. package/.claude/commands/swarm/swarm-status.md +1 -1
  105. package/.claude/commands/swarm/swarm-strategies.md +1 -1
  106. package/.claude/commands/swarm/swarm.md +4 -4
  107. package/.claude/commands/swarm/testing.md +1 -1
  108. package/.claude/commands/testing/playwright-e2e.md +36 -36
  109. package/.claude/commands/training/model-update.md +4 -4
  110. package/.claude/commands/training/neural-patterns.md +3 -3
  111. package/.claude/commands/training/neural-train.md +4 -4
  112. package/.claude/commands/training/pattern-learn.md +4 -4
  113. package/.claude/commands/training/specialization.md +2 -2
  114. package/.claude/commands/truth/start.md +10 -10
  115. package/.claude/commands/verify/check.md +5 -5
  116. package/.claude/commands/verify/start.md +22 -22
  117. package/.claude/commands/workflows/development.md +3 -3
  118. package/.claude/commands/workflows/research.md +2 -2
  119. package/.claude/commands/workflows/workflow-create.md +4 -4
  120. package/.claude/commands/workflows/workflow-execute.md +4 -4
  121. package/.claude/commands/workflows/workflow-export.md +4 -4
  122. package/examples/01-configurations/README.md +5 -5
  123. package/examples/02-workflows/README.md +8 -8
  124. package/examples/04-testing/incremental-updates-guide.md +3 -3
  125. package/examples/06-tutorials/getting-started/01-first-swarm.md +4 -4
  126. package/examples/06-tutorials/sparc/sparc-tdd-guide.md +13 -13
  127. package/examples/06-tutorials/sparc-batchtool-orchestration.md +54 -54
  128. package/examples/06-tutorials/workflows/multi-agent-coordination.md +9 -9
  129. package/examples/README-batch-init.md +50 -50
  130. package/examples/README.md +2 -2
  131. package/examples/automation-examples.md +13 -13
  132. package/examples/rest-api-simple/README-ARCHITECTURE.md +7 -7
  133. package/examples/rest-api-simple/implementation-plan.md +7 -7
  134. package/examples/rest-api-simple/next-steps.md +5 -5
  135. package/examples/rest-api-simple/sparc-implementation-roadmap.md +12 -12
  136. package/package.json +1 -1
  137. package/src/cli/simple-commands/agent.js +9 -9
  138. package/src/cli/simple-commands/analysis.js +17 -17
  139. package/src/cli/simple-commands/automation-executor.js +1 -1
  140. package/src/cli/simple-commands/automation.js +14 -14
  141. package/src/cli/simple-commands/batch-manager.js +10 -10
  142. package/src/cli/simple-commands/config.js +14 -14
  143. package/src/cli/simple-commands/coordination.js +8 -8
  144. package/src/cli/simple-commands/fix-hook-variables.js +4 -4
  145. package/src/cli/simple-commands/github/init.js +2 -2
  146. package/src/cli/simple-commands/github.js +7 -7
  147. package/src/cli/simple-commands/goal.js +1 -1
  148. package/src/cli/simple-commands/hive-mind-optimize.js +10 -10
  149. package/src/cli/simple-commands/hive-mind-wizard.js +5 -5
  150. package/src/cli/simple-commands/hive-mind.js +34 -34
  151. package/src/cli/simple-commands/hive.js +4 -4
  152. package/src/cli/simple-commands/hook-safety.js +7 -7
  153. package/src/cli/simple-commands/init/claude-commands/claude-flow-commands.js +74 -74
  154. package/src/cli/simple-commands/init/claude-commands/optimized-claude-flow-commands.js +143 -143
  155. package/src/cli/simple-commands/init/claude-commands/optimized-slash-commands.js +13 -13
  156. package/src/cli/simple-commands/init/claude-commands/optimized-sparc-commands.js +41 -41
  157. package/src/cli/simple-commands/init/claude-commands/slash-commands.js +1 -1
  158. package/src/cli/simple-commands/init/claude-commands/sparc-commands.js +24 -24
  159. package/src/cli/simple-commands/init/executable-wrapper.js +11 -11
  160. package/src/cli/simple-commands/init/help.js +19 -19
  161. package/src/cli/simple-commands/init/index.js +13 -13
  162. package/src/cli/simple-commands/init/rollback/recovery-manager.js +1 -1
  163. package/src/cli/simple-commands/init/rollback/rollback-executor.js +2 -2
  164. package/src/cli/simple-commands/init/sparc/roo-readme.js +5 -5
  165. package/src/cli/simple-commands/init/templates/claude-md.js +41 -41
  166. package/src/cli/simple-commands/init/templates/coordination-md.js +55 -55
  167. package/src/cli/simple-commands/init/templates/enhanced-templates.js +175 -175
  168. package/src/cli/simple-commands/init/templates/memory-bank-md.js +22 -22
  169. package/src/cli/simple-commands/init/templates/safe-hook-patterns.js +4 -4
  170. package/src/cli/simple-commands/init/templates/settings.json +1 -1
  171. package/src/cli/simple-commands/init/templates/sparc-modes.js +75 -75
  172. package/src/cli/simple-commands/init/templates/verification-claude-md.js +39 -39
  173. package/src/cli/simple-commands/init/validation/config-validator.js +3 -3
  174. package/src/cli/simple-commands/init/validation/health-checker.js +1 -1
  175. package/src/cli/simple-commands/init/validation/mode-validator.js +2 -2
  176. package/src/cli/simple-commands/mcp.js +9 -9
  177. package/src/cli/simple-commands/migrate-hooks.js +2 -2
  178. package/src/cli/simple-commands/monitor.js +4 -4
  179. package/src/cli/simple-commands/neural.js +1 -1
  180. package/src/cli/simple-commands/pair-autofix-only.js +4 -4
  181. package/src/cli/simple-commands/pair-basic.js +7 -7
  182. package/src/cli/simple-commands/pair-old.js +9 -9
  183. package/src/cli/simple-commands/pair-working.js +4 -4
  184. package/src/cli/simple-commands/pair.js +4 -4
  185. package/src/cli/simple-commands/sparc/commands.js +5 -5
  186. package/src/cli/simple-commands/sparc-modes/architect.js +23 -23
  187. package/src/cli/simple-commands/sparc-modes/ask.js +21 -21
  188. package/src/cli/simple-commands/sparc-modes/code.js +23 -23
  189. package/src/cli/simple-commands/sparc-modes/debug.js +10 -10
  190. package/src/cli/simple-commands/sparc-modes/devops.js +11 -11
  191. package/src/cli/simple-commands/sparc-modes/docs-writer.js +3 -3
  192. package/src/cli/simple-commands/sparc-modes/generic.js +4 -4
  193. package/src/cli/simple-commands/sparc-modes/index.js +22 -22
  194. package/src/cli/simple-commands/sparc-modes/integration.js +3 -3
  195. package/src/cli/simple-commands/sparc-modes/mcp.js +3 -3
  196. package/src/cli/simple-commands/sparc-modes/monitoring.js +3 -3
  197. package/src/cli/simple-commands/sparc-modes/optimization.js +3 -3
  198. package/src/cli/simple-commands/sparc-modes/security-review.js +11 -11
  199. package/src/cli/simple-commands/sparc-modes/sparc-orchestrator.js +37 -37
  200. package/src/cli/simple-commands/sparc-modes/spec-pseudocode.js +3 -3
  201. package/src/cli/simple-commands/sparc-modes/supabase-admin.js +11 -11
  202. package/src/cli/simple-commands/sparc-modes/swarm.js +34 -34
  203. package/src/cli/simple-commands/sparc-modes/tdd.js +11 -11
  204. package/src/cli/simple-commands/sparc-modes/tutorial.js +30 -30
  205. package/src/cli/simple-commands/sparc.js +14 -14
  206. package/src/cli/simple-commands/start-ui.js +4 -4
  207. package/src/cli/simple-commands/start-wrapper.js +17 -17
  208. package/src/cli/simple-commands/status.js +3 -3
  209. package/src/cli/simple-commands/stream-chain.js +12 -12
  210. package/src/cli/simple-commands/swarm-metrics-integration.js +2 -2
  211. package/src/cli/simple-commands/swarm-ui.js +2 -2
  212. package/src/cli/simple-commands/swarm.js +19 -19
  213. package/src/cli/simple-commands/task.js +7 -7
  214. package/src/cli/simple-commands/training.js +5 -5
  215. package/src/cli/simple-commands/verification-training-integration.js +1 -1
  216. package/src/slash-commands/claude-soul.js +248 -365
  217. package/src/slash-commands/register-all-commands.js +1 -1
  218. package/wiki/README.md +2 -2
  219. package/wiki/accessibility/README.md +4 -4
  220. package/wiki/accessibility/assistive-tech/screen-reader-support.md +6 -6
  221. package/wiki/accessibility/automation/agent-testing-automation.md +13 -13
  222. package/wiki/accessibility/guidelines/wcag-compliance.md +6 -6
  223. package/wiki/accessibility/i18n/internationalization-strategies.md +6 -6
  224. package/wiki/accessibility/motor-accessibility/keyboard-navigation.md +7 -7
  225. package/wiki/accessibility/patterns/inclusive-design-patterns.md +4 -4
  226. package/wiki/accessibility/testing/automated-testing.md +9 -9
  227. package/wiki/accessibility/visual-design/color-contrast.md +7 -7
  228. package/wiki/accessibility/workflows/accessibility-first-development.md +22 -22
  229. package/wiki/accessibility/workflows/inclusive-design-review.md +9 -9
  230. package/wiki/api-reference/cli-api.md +15 -15
  231. package/wiki/api-reference/plugin-development.md +3 -3
  232. package/wiki/command-reference/README.md +34 -34
  233. package/wiki/command-reference/agent-commands.md +46 -46
  234. package/wiki/command-reference/cli-commands.md +21 -21
  235. package/wiki/command-reference/command-syntax.md +89 -89
  236. package/wiki/command-reference/expert-tier.md +184 -184
  237. package/wiki/command-reference/intermediate-tier.md +63 -63
  238. package/wiki/command-reference/mcp-integration.md +29 -29
  239. package/wiki/command-reference/mcp-tools/README.md +4 -4
  240. package/wiki/command-reference/mcp-tools/dual-access-workflows.md +1 -1
  241. package/wiki/command-reference/mcp-tools/index.md +2 -2
  242. package/wiki/command-reference/mcp-tools/quick-reference.md +4 -4
  243. package/wiki/command-reference/mcp-tools/session-management.md +2 -2
  244. package/wiki/command-reference/mcp-tools/task-tool-integration.md +3 -3
  245. package/wiki/command-reference/novice/README.md +1 -1
  246. package/wiki/command-reference/novice-tier.md +152 -152
  247. package/wiki/command-reference/progression-guide.md +107 -107
  248. package/wiki/command-reference/troubleshooting.md +113 -113
  249. package/wiki/command-reference/workflows.md +187 -187
  250. package/wiki/community/README.md +1 -1
  251. package/wiki/community/learning-resources.md +1 -1
  252. package/wiki/core-concepts/agents/agent-creation-guide.md +9 -9
  253. package/wiki/core-concepts/integration.md +7 -7
  254. package/wiki/core-concepts/sparc-workflow.md +5 -5
  255. package/wiki/examples/automation/cicd-pipeline/README.md +3 -3
  256. package/wiki/examples/basic/hello-world/README.md +7 -7
  257. package/wiki/examples/integration-patterns.md +15 -15
  258. package/wiki/examples/performance-benchmarks.md +11 -11
  259. package/wiki/examples/projects/rest-api/README.md +1 -1
  260. package/wiki/examples/scenarios/ecommerce/README.md +1 -1
  261. package/wiki/examples/swarm-patterns.md +63 -63
  262. package/wiki/examples/templates/download-system.md +1 -1
  263. package/wiki/examples/templates/javascript/README.md +2 -2
  264. package/wiki/examples/troubleshooting/README.md +2 -2
  265. package/wiki/examples/utilities/patterns/README.md +8 -8
  266. package/wiki/examples/videos/01-setup.md +16 -16
  267. package/wiki/examples/workflow-automation/README.md +5 -5
  268. package/wiki/getting-started/claude-code-mcp/README.md +2 -2
  269. package/wiki/getting-started/installation/README.md +7 -7
  270. package/wiki/getting-started/learning-path.md +2 -2
  271. package/wiki/getting-started/quick-start/README.md +2 -2
  272. package/wiki/getting-started/quick-start/cli-tutorial.md +1 -1
  273. package/wiki/governance/multi-project-coordination.md +1 -1
  274. package/wiki/languages/go/README.md +10 -10
  275. package/wiki/languages/go/examples/README.md +29 -29
  276. package/wiki/languages/go/frameworks/README.md +18 -18
  277. package/wiki/languages/go/integration/README.md +34 -34
  278. package/wiki/languages/go/microservices/README.md +17 -17
  279. package/wiki/languages/go/performance/README.md +13 -13
  280. package/wiki/languages/go/setup/README.md +20 -20
  281. package/wiki/languages/go/systems/README.md +10 -10
  282. package/wiki/languages/go/testing/README.md +14 -14
  283. package/wiki/languages/java/README.md +25 -25
  284. package/wiki/languages/java/claude-flow-integration.md +49 -49
  285. package/wiki/languages/java/enterprise-java.md +15 -15
  286. package/wiki/languages/java/examples.md +30 -30
  287. package/wiki/languages/java/microservices.md +22 -22
  288. package/wiki/languages/java/performance.md +13 -13
  289. package/wiki/languages/java/project-setup.md +10 -10
  290. package/wiki/languages/java/spring-boot.md +12 -12
  291. package/wiki/languages/java/testing.md +12 -12
  292. package/wiki/languages/javascript/api/README.md +20 -20
  293. package/wiki/languages/javascript/backend/README.md +19 -19
  294. package/wiki/languages/javascript/frontend/README.md +18 -18
  295. package/wiki/languages/javascript/integration.md +11 -11
  296. package/wiki/languages/javascript/setup/README.md +28 -28
  297. package/wiki/languages/javascript/testing/README.md +14 -14
  298. package/wiki/languages/python/README.md +3 -3
  299. package/wiki/languages/python/data-science/README.md +11 -11
  300. package/wiki/languages/python/examples/README.md +5 -5
  301. package/wiki/languages/python/integration.md +5 -5
  302. package/wiki/languages/python/mcp-integration.md +1 -1
  303. package/wiki/languages/python/setup/README.md +5 -5
  304. package/wiki/languages/python/testing/README.md +3 -3
  305. package/wiki/languages/python/web-development/README.md +1 -1
  306. package/wiki/languages/rust/README.md +1 -1
  307. package/wiki/languages/rust/examples/cli-mcp-workflows.md +33 -33
  308. package/wiki/languages/rust/examples/rest-api.md +5 -5
  309. package/wiki/languages/rust/setup/cargo-integration.md +14 -14
  310. package/wiki/languages/rust/testing/quality-validation.md +9 -9
  311. package/wiki/languages/rust/web-development/axum.md +6 -6
  312. package/wiki/languages/rust/workflows/systems-programming.md +5 -5
  313. package/wiki/languages/typescript/setup.md +2 -2
  314. package/wiki/troubleshooting/README.md +3 -3
  315. package/wiki/troubleshooting/common-issues/README.md +6 -6
  316. package/wiki/troubleshooting/common-issues.md +26 -26
  317. package/wiki/troubleshooting/error-resolution.md +5 -5
  318. package/wiki/troubleshooting/performance-optimization.md +11 -11
  319. package/wiki/tutorials/advanced/06-legacy-system-integration.md +1 -1
  320. package/wiki/tutorials/advanced/08-enterprise-scenarios.md +3 -3
  321. package/wiki/tutorials/advanced/performance-optimization.md +43 -43
  322. package/wiki/tutorials/advanced/swarm-orchestration.md +40 -40
  323. package/wiki/tutorials/intermediate/optimization.md +35 -35
  324. package/wiki/tutorials/skill-assessment.md +3 -3
  325. package/wiki/tutorials/skill-competency-matrix.md +1 -1
  326. package/wiki/tutorials/troubleshooting/setup-issues.md +3 -3
  327. package/wiki/video-tutorials/README.md +3 -3
  328. package/wiki/video-tutorials/accessibility/README.md +4 -4
  329. package/wiki/video-tutorials/community/README.md +1 -1
  330. package/wiki/video-tutorials/content-organization/README.md +5 -5
  331. package/wiki/video-tutorials/interactive/README.md +5 -5
  332. package/wiki/video-tutorials/planning/README.md +4 -4
  333. package/wiki/video-tutorials/technical-specs/README.md +2 -2
@@ -21,10 +21,10 @@ Let's start by properly specifying what we're building:
21
21
 
22
22
  \`\`\`bash
23
23
  # Store our learning objective
24
- npx claude-flow memory store ${memoryNamespace}_tutorial_start "Learning SPARC by building: ${taskDescription}"
24
+ npx claude-flow-novice memory store ${memoryNamespace}_tutorial_start "Learning SPARC by building: ${taskDescription}"
25
25
 
26
26
  # Use spec-pseudocode mode to define requirements
27
- npx claude-flow sparc run spec-pseudocode "Tutorial project: ${taskDescription} - create detailed specifications" --non-interactive
27
+ npx claude-flow-novice sparc run spec-pseudocode "Tutorial project: ${taskDescription} - create detailed specifications" --non-interactive
28
28
  \`\`\`
29
29
 
30
30
  **What you'll learn:**
@@ -44,10 +44,10 @@ Now let's design a scalable system:
44
44
 
45
45
  \`\`\`bash
46
46
  # Query our specifications
47
- npx claude-flow memory query ${memoryNamespace}_requirements
47
+ npx claude-flow-novice memory query ${memoryNamespace}_requirements
48
48
 
49
49
  # Design the architecture
50
- npx claude-flow sparc run architect "Tutorial: Design architecture for ${taskDescription}" --non-interactive
50
+ npx claude-flow-novice sparc run architect "Tutorial: Design architecture for ${taskDescription}" --non-interactive
51
51
  \`\`\`
52
52
 
53
53
  **What you'll learn:**
@@ -67,7 +67,7 @@ Implement with TDD for quality:
67
67
 
68
68
  \`\`\`bash
69
69
  # Start with tests
70
- npx claude-flow sparc run tdd "Tutorial: Implement ${taskDescription} with TDD" --non-interactive
70
+ npx claude-flow-novice sparc run tdd "Tutorial: Implement ${taskDescription} with TDD" --non-interactive
71
71
 
72
72
  # Follow Red-Green-Refactor cycle:
73
73
  # 1. Red: Write failing tests
@@ -92,10 +92,10 @@ Build the full implementation:
92
92
 
93
93
  \`\`\`bash
94
94
  # Implement based on TDD foundation
95
- npx claude-flow sparc run code "Tutorial: Complete implementation of ${taskDescription}" --non-interactive
95
+ npx claude-flow-novice sparc run code "Tutorial: Complete implementation of ${taskDescription}" --non-interactive
96
96
 
97
97
  # Store progress
98
- npx claude-flow memory store ${memoryNamespace}_implementation_progress "Core features complete, working on edge cases"
98
+ npx claude-flow-novice memory store ${memoryNamespace}_implementation_progress "Core features complete, working on edge cases"
99
99
  \`\`\`
100
100
 
101
101
  **What you'll learn:**
@@ -115,10 +115,10 @@ Ensure security and quality:
115
115
 
116
116
  \`\`\`bash
117
117
  # Security audit
118
- npx claude-flow sparc run security-review "Tutorial: Security review of ${taskDescription}" --non-interactive
118
+ npx claude-flow-novice sparc run security-review "Tutorial: Security review of ${taskDescription}" --non-interactive
119
119
 
120
120
  # Code optimization
121
- npx claude-flow sparc run refinement-optimization-mode "Tutorial: Optimize ${taskDescription}" --non-interactive
121
+ npx claude-flow-novice sparc run refinement-optimization-mode "Tutorial: Optimize ${taskDescription}" --non-interactive
122
122
  \`\`\`
123
123
 
124
124
  **What you'll learn:**
@@ -132,7 +132,7 @@ Document your work:
132
132
 
133
133
  \`\`\`bash
134
134
  # Create comprehensive docs
135
- npx claude-flow sparc run docs-writer "Tutorial: Document ${taskDescription}" --non-interactive
135
+ npx claude-flow-novice sparc run docs-writer "Tutorial: Document ${taskDescription}" --non-interactive
136
136
  \`\`\`
137
137
 
138
138
  **What you'll learn:**
@@ -146,10 +146,10 @@ Bring it all together:
146
146
 
147
147
  \`\`\`bash
148
148
  # Integrate components
149
- npx claude-flow sparc run integration "Tutorial: Integrate all components of ${taskDescription}" --non-interactive
149
+ npx claude-flow-novice sparc run integration "Tutorial: Integrate all components of ${taskDescription}" --non-interactive
150
150
 
151
151
  # Set up deployment
152
- npx claude-flow sparc run devops "Tutorial: Deploy ${taskDescription}" --non-interactive
152
+ npx claude-flow-novice sparc run devops "Tutorial: Deploy ${taskDescription}" --non-interactive
153
153
  \`\`\`
154
154
 
155
155
  **What you'll learn:**
@@ -164,31 +164,31 @@ npx claude-flow sparc run devops "Tutorial: Deploy ${taskDescription}" --non-int
164
164
  Practice using Claude-Flow memory:
165
165
  \`\`\`bash
166
166
  # Store different types of information
167
- npx claude-flow memory store ${memoryNamespace}_decisions "Chose PostgreSQL for data persistence due to ACID requirements"
168
- npx claude-flow memory store ${memoryNamespace}_blockers "Need clarification on authentication requirements"
167
+ npx claude-flow-novice memory store ${memoryNamespace}_decisions "Chose PostgreSQL for data persistence due to ACID requirements"
168
+ npx claude-flow-novice memory store ${memoryNamespace}_blockers "Need clarification on authentication requirements"
169
169
 
170
170
  # Query your stored information
171
- npx claude-flow memory query ${memoryNamespace}_decisions
171
+ npx claude-flow-novice memory query ${memoryNamespace}_decisions
172
172
  \`\`\`
173
173
 
174
174
  ### Exercise 2: Mode Coordination
175
175
  Practice coordinating between modes:
176
176
  \`\`\`bash
177
177
  # Start with spec
178
- npx claude-flow sparc run spec-pseudocode "Define user registration flow" --non-interactive
178
+ npx claude-flow-novice sparc run spec-pseudocode "Define user registration flow" --non-interactive
179
179
 
180
180
  # Then architecture
181
- npx claude-flow sparc run architect "Design registration service" --non-interactive
181
+ npx claude-flow-novice sparc run architect "Design registration service" --non-interactive
182
182
 
183
183
  # Then TDD implementation
184
- npx claude-flow sparc run tdd "Implement registration with tests" --non-interactive
184
+ npx claude-flow-novice sparc run tdd "Implement registration with tests" --non-interactive
185
185
  \`\`\`
186
186
 
187
187
  ### Exercise 3: Debugging Practice
188
188
  Practice debugging workflow:
189
189
  \`\`\`bash
190
190
  # Simulate a bug
191
- npx claude-flow sparc run debug "Tutorial: Fix registration validation bug" --non-interactive
191
+ npx claude-flow-novice sparc run debug "Tutorial: Fix registration validation bug" --non-interactive
192
192
  \`\`\`
193
193
 
194
194
  ## Mental Models for SPARC
@@ -244,10 +244,10 @@ Congratulations! You've learned SPARC by building "${taskDescription}".
244
244
  ### Review your journey:
245
245
  \`\`\`bash
246
246
  # See all your stored learnings
247
- npx claude-flow memory query ${memoryNamespace}_tutorial
247
+ npx claude-flow-novice memory query ${memoryNamespace}_tutorial
248
248
 
249
249
  # Check your implementation
250
- npx claude-flow status
250
+ npx claude-flow-novice status
251
251
  \`\`\`
252
252
 
253
253
  ### Next steps:
@@ -262,15 +262,15 @@ Remember: SPARC is about systematic, quality development. Each mode serves a pur
262
262
 
263
263
  \`\`\`bash
264
264
  # SPARC Quick Commands
265
- npx claude-flow sparc run spec-pseudocode "Define X" --non-interactive # Requirements
266
- npx claude-flow sparc run architect "Design X" --non-interactive # Architecture
267
- npx claude-flow sparc run tdd "Build X with tests" --non-interactive # TDD
268
- npx claude-flow sparc run code "Implement X" --non-interactive # Clean code
269
- npx claude-flow sparc run debug "Fix X issue" --non-interactive # Debugging
270
- npx claude-flow sparc run security-review "Audit X" --non-interactive # Security
271
- npx claude-flow sparc run docs-writer "Document X" --non-interactive # Documentation
272
- npx claude-flow sparc run integration "Connect X" --non-interactive # Integration
273
- npx claude-flow sparc run devops "Deploy X" --non-interactive # Deployment
265
+ npx claude-flow-novice sparc run spec-pseudocode "Define X" --non-interactive # Requirements
266
+ npx claude-flow-novice sparc run architect "Design X" --non-interactive # Architecture
267
+ npx claude-flow-novice sparc run tdd "Build X with tests" --non-interactive # TDD
268
+ npx claude-flow-novice sparc run code "Implement X" --non-interactive # Clean code
269
+ npx claude-flow-novice sparc run debug "Fix X issue" --non-interactive # Debugging
270
+ npx claude-flow-novice sparc run security-review "Audit X" --non-interactive # Security
271
+ npx claude-flow-novice sparc run docs-writer "Document X" --non-interactive # Documentation
272
+ npx claude-flow-novice sparc run integration "Connect X" --non-interactive # Integration
273
+ npx claude-flow-novice sparc run devops "Deploy X" --non-interactive # Deployment
274
274
  \`\`\`
275
275
 
276
276
  Happy SPARC coding! šŸš€`;
@@ -479,29 +479,29 @@ function showSparcHelp() {
479
479
  console.log(' tdd <task> Run Test-Driven Development workflow');
480
480
  console.log();
481
481
  console.log('Examples:');
482
- console.log(' claude-flow sparc "orchestrate app development" # Uses sparc orchestrator');
483
- console.log(' claude-flow sparc modes --verbose');
484
- console.log(' claude-flow sparc info architect');
485
- console.log(' claude-flow sparc run code "implement user authentication"');
486
- console.log(' claude-flow sparc run code "add login feature" --non-interactive');
487
- console.log(' claude-flow sparc run tdd "create test suite" --namespace tests');
488
- console.log(' claude-flow sparc tdd "payment processing system" --interactive');
482
+ console.log(' claude-flow-novice sparc "orchestrate app development" # Uses sparc orchestrator');
483
+ console.log(' claude-flow-novice sparc modes --verbose');
484
+ console.log(' claude-flow-novice sparc info architect');
485
+ console.log(' claude-flow-novice sparc run code "implement user authentication"');
486
+ console.log(' claude-flow-novice sparc run code "add login feature" --non-interactive');
487
+ console.log(' claude-flow-novice sparc run tdd "create test suite" --namespace tests');
488
+ console.log(' claude-flow-novice sparc tdd "payment processing system" --interactive');
489
489
  console.log();
490
490
  console.log('Parallel Execution with BatchTool:');
491
491
  console.log(' # Run multiple SPARC modes concurrently');
492
492
  console.log(' batchtool run --parallel \\');
493
- console.log(' "npx claude-flow sparc run code \'user service\' --non-interactive" \\');
494
- console.log(' "npx claude-flow sparc run code \'auth service\' --non-interactive" \\');
495
- console.log(' "npx claude-flow sparc run tdd \'test suite\' --non-interactive"');
493
+ console.log(' "npx claude-flow-novice sparc run code \'user service\' --non-interactive" \\');
494
+ console.log(' "npx claude-flow-novice sparc run code \'auth service\' --non-interactive" \\');
495
+ console.log(' "npx claude-flow-novice sparc run tdd \'test suite\' --non-interactive"');
496
496
  console.log();
497
497
  console.log(' # Boomerang orchestration pattern');
498
498
  console.log(' batchtool orchestrate --boomerang \\');
499
499
  console.log(
500
- ' --research "npx claude-flow sparc run ask \'requirements\' --non-interactive" \\',
500
+ ' --research "npx claude-flow-novice sparc run ask \'requirements\' --non-interactive" \\',
501
501
  );
502
- console.log(' --design "npx claude-flow sparc run architect \'system\' --non-interactive" \\');
503
- console.log(' --implement "npx claude-flow sparc run code \'features\' --non-interactive" \\');
504
- console.log(' --test "npx claude-flow sparc run tdd \'validation\' --non-interactive"');
502
+ console.log(' --design "npx claude-flow-novice sparc run architect \'system\' --non-interactive" \\');
503
+ console.log(' --implement "npx claude-flow-novice sparc run code \'features\' --non-interactive" \\');
504
+ console.log(' --test "npx claude-flow-novice sparc run tdd \'validation\' --non-interactive"');
505
505
  console.log();
506
506
  console.log('Flags:');
507
507
  console.log(' --dry-run, -d Show configuration without executing');
@@ -125,10 +125,10 @@ async function launchTerminalUI(port) {
125
125
  printWarning('UI launch failed. Use these commands instead:');
126
126
  console.log();
127
127
  console.log('Process Management Commands:');
128
- console.log(' • Start all: claude-flow start');
129
- console.log(' • Check status: claude-flow status');
130
- console.log(' • View logs: claude-flow logs');
131
- console.log(' • Stop: claude-flow stop');
128
+ console.log(' • Start all: claude-flow-novice start');
129
+ console.log(' • Check status: claude-flow-novice status');
130
+ console.log(' • View logs: claude-flow-novice logs');
131
+ console.log(' • Stop: claude-flow-novice stop');
132
132
  }
133
133
  }
134
134
  }
@@ -90,7 +90,7 @@ export async function startCommand(subArgs, flags) {
90
90
 
91
91
  if (missingDirs.length > 0) {
92
92
  printWarning('Missing required directories: ' + missingDirs.join(', '));
93
- console.log('Run "claude-flow init" first to create the necessary structure');
93
+ console.log('Run "claude-flow-novice init" first to create the necessary structure');
94
94
  return;
95
95
  }
96
96
 
@@ -151,16 +151,16 @@ export async function startCommand(subArgs, flags) {
151
151
  console.log();
152
152
  console.log('šŸŽÆ Available Actions:');
153
153
  console.log(' • Open another terminal and run:');
154
- console.log(' - claude-flow agent spawn researcher');
155
- console.log(' - claude-flow task create "your task"');
156
- console.log(' - claude-flow sparc "build feature"');
157
- console.log(' - claude-flow monitor');
154
+ console.log(' - claude-flow-novice agent spawn researcher');
155
+ console.log(' - claude-flow-novice task create "your task"');
156
+ console.log(' - claude-flow-novice sparc "build feature"');
157
+ console.log(' - claude-flow-novice monitor');
158
158
  console.log();
159
159
  console.log(' • View system status:');
160
- console.log(' - claude-flow status');
160
+ console.log(' - claude-flow-novice status');
161
161
  console.log();
162
162
  console.log(' • Launch process management UI:');
163
- console.log(' - claude-flow start --ui');
163
+ console.log(' - claude-flow-novice start --ui');
164
164
  console.log();
165
165
  console.log(' • Press Ctrl+C to stop the orchestrator');
166
166
  console.log();
@@ -233,7 +233,7 @@ async function cleanup() {
233
233
  function showStartHelp() {
234
234
  console.log('Start the Claude-Flow orchestration system');
235
235
  console.log();
236
- console.log('Usage: claude-flow start [options]');
236
+ console.log('Usage: claude-flow-novice start [options]');
237
237
  console.log();
238
238
  console.log('Options:');
239
239
  console.log(' -d, --daemon Run as daemon in background');
@@ -244,12 +244,12 @@ function showStartHelp() {
244
244
  console.log(' -h, --help Show this help message');
245
245
  console.log();
246
246
  console.log('Examples:');
247
- console.log(' claude-flow start # Start in interactive mode');
248
- console.log(' claude-flow start --daemon # Start as background daemon');
249
- console.log(' claude-flow start --port 8080 # Use custom server port');
250
- console.log(' claude-flow start --ui # Launch terminal-based UI');
251
- console.log(' claude-flow start --web # Launch web-based UI');
252
- console.log(' claude-flow start --verbose # Show detailed logs');
247
+ console.log(' claude-flow-novice start # Start in interactive mode');
248
+ console.log(' claude-flow-novice start --daemon # Start as background daemon');
249
+ console.log(' claude-flow-novice start --port 8080 # Use custom server port');
250
+ console.log(' claude-flow-novice start --ui # Launch terminal-based UI');
251
+ console.log(' claude-flow-novice start --web # Launch web-based UI');
252
+ console.log(' claude-flow-novice start --verbose # Show detailed logs');
253
253
  console.log();
254
254
  console.log('Web-based UI:');
255
255
  console.log(' The --web flag starts a web server with:');
@@ -277,9 +277,9 @@ function showStartHelp() {
277
277
  console.log(' - Tab navigation between views');
278
278
  console.log();
279
279
  console.log('Notes:');
280
- console.log(' - Requires "claude-flow init" to be run first');
280
+ console.log(' - Requires "claude-flow-novice init" to be run first');
281
281
  console.log(' - Interactive mode shows real-time system status');
282
282
  console.log(' - Daemon mode runs in background (check logs)');
283
- console.log(' - Use "claude-flow status" to check if running');
284
- console.log(' - Use Ctrl+C or "claude-flow stop" to shutdown');
283
+ console.log(' - Use "claude-flow-novice status" to check if running');
284
+ console.log(' - Use Ctrl+C or "claude-flow-novice stop" to shutdown');
285
285
  }
@@ -237,13 +237,13 @@ function displayStatus(status, verbose) {
237
237
  // Recommendations
238
238
  console.log('\nšŸ’” Quick Actions:');
239
239
  if (!status.orchestrator.running) {
240
- console.log(' Run "claude-flow start" to begin orchestration');
240
+ console.log(' Run "claude-flow-novice start" to begin orchestration');
241
241
  }
242
242
  if (status.agents.active === 0) {
243
- console.log(' Run "claude-flow agent spawn researcher" to create an agent');
243
+ console.log(' Run "claude-flow-novice agent spawn researcher" to create an agent');
244
244
  }
245
245
  if (status.memory.entries === 0) {
246
- console.log(' Run "claude-flow memory store key value" to test memory');
246
+ console.log(' Run "claude-flow-novice memory store key value" to test memory');
247
247
  }
248
248
  }
249
249
 
@@ -240,10 +240,10 @@ export async function streamChainCommand(args, flags) {
240
240
  function showHelp() {
241
241
  console.log(`
242
242
  šŸ”— NAME
243
- claude-flow stream-chain - Connect multiple Claude instances via stream-json for chained workflows
243
+ claude-flow-novice stream-chain - Connect multiple Claude instances via stream-json for chained workflows
244
244
 
245
245
  šŸ“‹ SYNOPSIS
246
- claude-flow stream-chain <subcommand> [options]
246
+ claude-flow-novice stream-chain <subcommand> [options]
247
247
 
248
248
  šŸ“ DESCRIPTION
249
249
  Stream chaining enables multi-step Claude workflows where each step receives the full
@@ -303,22 +303,22 @@ function showHelp() {
303
303
 
304
304
  šŸ’” EXAMPLES
305
305
  # Run a custom 3-step code improvement chain
306
- claude-flow stream-chain run "analyze this code" "suggest improvements" "implement the top 3"
306
+ claude-flow-novice stream-chain run "analyze this code" "suggest improvements" "implement the top 3"
307
307
 
308
308
  # Execute the demo chain to see stream chaining in action
309
- claude-flow stream-chain demo
309
+ claude-flow-novice stream-chain demo
310
310
 
311
311
  # Run the analysis pipeline on your codebase
312
- claude-flow stream-chain pipeline analysis
312
+ claude-flow-novice stream-chain pipeline analysis
313
313
 
314
314
  # Test that stream chaining is working correctly
315
- claude-flow stream-chain test --verbose
315
+ claude-flow-novice stream-chain test --verbose
316
316
 
317
317
  # Custom refactoring workflow with extended timeout
318
- claude-flow stream-chain run "find code smells" "prioritize fixes" "refactor" --timeout 60
318
+ claude-flow-novice stream-chain run "find code smells" "prioritize fixes" "refactor" --timeout 60
319
319
 
320
320
  # Debug mode to see raw stream-json messages
321
- claude-flow stream-chain demo --debug --verbose
321
+ claude-flow-novice stream-chain demo --debug --verbose
322
322
 
323
323
  šŸ”§ HOW IT WORKS
324
324
  1. Step 1 executes with --output-format stream-json to capture structured output
@@ -362,9 +362,9 @@ function showHelp() {
362
362
  → Report issue if stream format has changed
363
363
 
364
364
  šŸ”— SEE ALSO
365
- claude-flow swarm - Multi-agent coordination
366
- claude-flow hive-mind - Collective intelligence mode
367
- claude-flow sparc - SPARC development methodology
365
+ claude-flow-novice swarm - Multi-agent coordination
366
+ claude-flow-novice hive-mind - Collective intelligence mode
367
+ claude-flow-novice sparc - SPARC development methodology
368
368
 
369
369
  šŸ“– DOCUMENTATION
370
370
  Full docs: ./claude-flow-wiki/Stream-Chain-Command.md
@@ -459,7 +459,7 @@ async function runPipeline(args, flags) {
459
459
  if (!pipelineType || !pipelines[pipelineType]) {
460
460
  console.error('āŒ Invalid or missing pipeline type');
461
461
  console.log('Available pipelines: ' + Object.keys(pipelines).join(', '));
462
- console.log('Usage: claude-flow stream-chain pipeline <type>');
462
+ console.log('Usage: claude-flow-novice stream-chain pipeline <type>');
463
463
  return;
464
464
  }
465
465
 
@@ -351,12 +351,12 @@ async function applyFix(fixType, metrics) {
351
351
 
352
352
  case 'SETUP_HIVE_MIND':
353
353
  console.log(chalk.blue('🧠 Setting up hive-mind system...'));
354
- console.log(chalk.gray(' Run: claude-flow hive-mind init'));
354
+ console.log(chalk.gray(' Run: claude-flow-novice hive-mind init'));
355
355
  break;
356
356
 
357
357
  case 'SETUP_BOTH_SYSTEMS':
358
358
  console.log(chalk.blue('šŸ”§ Setting up both swarm systems...'));
359
- console.log(chalk.gray(' Run: claude-flow hive-mind init && npx ruv-swarm init'));
359
+ console.log(chalk.gray(' Run: claude-flow-novice hive-mind init && npx ruv-swarm init'));
360
360
  break;
361
361
  }
362
362
  }
@@ -612,7 +612,7 @@ class SwarmUI {
612
612
  if (os.platform() === 'win32') {
613
613
  // Windows: Use wmic to find and kill processes
614
614
  exec(
615
- 'wmic process where "commandline like \'%claude-flow swarm%\'" get processid',
615
+ 'wmic process where "commandline like \'%claude-flow-novice swarm%\'" get processid',
616
616
  (error, stdout) => {
617
617
  if (!error && stdout) {
618
618
  const pids = stdout
@@ -632,7 +632,7 @@ class SwarmUI {
632
632
  );
633
633
  } else {
634
634
  // Unix-like systems: Use ps and grep
635
- exec('ps aux | grep "claude-flow swarm" | grep -v grep', (error, stdout) => {
635
+ exec('ps aux | grep "claude-flow-novice swarm" | grep -v grep', (error, stdout) => {
636
636
  if (!error && stdout) {
637
637
  const lines = stdout.split('\n').filter((line) => line.trim());
638
638
  lines.forEach((line) => {
@@ -148,18 +148,18 @@ function showSwarmHelp() {
148
148
  šŸ Claude Flow Advanced Swarm System
149
149
 
150
150
  USAGE:
151
- claude-flow swarm <objective> [options]
151
+ claude-flow-novice swarm <objective> [options]
152
152
 
153
153
  EXAMPLES:
154
- claude-flow swarm "Build a REST API with authentication"
155
- claude-flow swarm "Research cloud architecture patterns" --strategy research
156
- claude-flow swarm "Analyze database performance" --max-agents 3 --parallel
157
- claude-flow swarm "Develop user registration feature" --mode distributed
158
- claude-flow swarm "Optimize React app performance" --strategy optimization
159
- claude-flow swarm "Create microservice" --executor # Use built-in executor
160
- claude-flow swarm "Build API" --claude # Open Claude Code CLI
161
- claude-flow swarm "Build API endpoints" --output-format json # Get JSON output
162
- claude-flow swarm "Research AI trends" --output-format json --output-file results.json
154
+ claude-flow-novice swarm "Build a REST API with authentication"
155
+ claude-flow-novice swarm "Research cloud architecture patterns" --strategy research
156
+ claude-flow-novice swarm "Analyze database performance" --max-agents 3 --parallel
157
+ claude-flow-novice swarm "Develop user registration feature" --mode distributed
158
+ claude-flow-novice swarm "Optimize React app performance" --strategy optimization
159
+ claude-flow-novice swarm "Create microservice" --executor # Use built-in executor
160
+ claude-flow-novice swarm "Build API" --claude # Open Claude Code CLI
161
+ claude-flow-novice swarm "Build API endpoints" --output-format json # Get JSON output
162
+ claude-flow-novice swarm "Research AI trends" --output-format json --output-file results.json
163
163
 
164
164
  DEFAULT BEHAVIOR:
165
165
  Swarm attempts to open Claude Code CLI with comprehensive MCP tool instructions
@@ -904,10 +904,10 @@ The swarm should be self-documenting - use memory_store to save all important in
904
904
  console.log(`šŸ“‹ Objective: ${objective}`);
905
905
  console.log('\nOptions:');
906
906
  console.log(
907
- ' • Use --executor flag for built-in executor: claude-flow swarm "objective" --executor',
907
+ ' • Use --executor flag for built-in executor: claude-flow-novice swarm "objective" --executor',
908
908
  );
909
909
  console.log(
910
- ' • Use --claude flag to open Claude Code CLI: claude-flow swarm "objective" --claude',
910
+ ' • Use --claude flag to open Claude Code CLI: claude-flow-novice swarm "objective" --claude',
911
911
  );
912
912
  } else {
913
913
  // In non-interactive mode, output JSON error
@@ -1124,7 +1124,7 @@ exit 0
1124
1124
 
1125
1125
  console.log(`\nāœ… Swarm launched in background!`);
1126
1126
  console.log(`šŸ“„ Logs: tail -f ${logFile}`);
1127
- console.log(`šŸ“Š Status: claude-flow swarm status ${swarmId}`);
1127
+ console.log(`šŸ“Š Status: claude-flow-novice swarm status ${swarmId}`);
1128
1128
  console.log(`\nThe swarm will continue running independently.`);
1129
1129
 
1130
1130
  // Exit immediately
@@ -1174,7 +1174,7 @@ exit 0
1174
1174
  console.log(`\nāš ļø Background execution requires the claude-flow-swarm-bg script.`);
1175
1175
  console.log(`\nFor true background execution, use:`);
1176
1176
  console.log(
1177
- ` nohup claude-flow swarm "${objective}" ${Object.entries(flags)
1177
+ ` nohup claude-flow-novice swarm "${objective}" ${Object.entries(flags)
1178
1178
  .filter(([k, v]) => k !== 'background' && v)
1179
1179
  .map(([k, v]) => `--${k}${v !== true ? ` ${v}` : ''}`)
1180
1180
  .join(' ')} > swarm.log 2>&1 &`,
@@ -1495,13 +1495,13 @@ Begin execution now. Create all necessary files and provide a complete, working
1495
1495
  šŸ Claude Flow Advanced Swarm System
1496
1496
 
1497
1497
  USAGE:
1498
- claude-flow swarm <objective> [options]
1498
+ claude-flow-novice swarm <objective> [options]
1499
1499
 
1500
1500
  EXAMPLES:
1501
- claude-flow swarm "Build a REST API" --strategy development
1502
- claude-flow swarm "Research cloud architecture" --strategy research --ui
1503
- claude-flow swarm "Analyze data trends" --strategy analysis --parallel
1504
- claude-flow swarm "Optimize performance" --distributed --monitor
1501
+ claude-flow-novice swarm "Build a REST API" --strategy development
1502
+ claude-flow-novice swarm "Research cloud architecture" --strategy research --ui
1503
+ claude-flow-novice swarm "Analyze data trends" --strategy analysis --parallel
1504
+ claude-flow-novice swarm "Optimize performance" --distributed --monitor
1505
1505
 
1506
1506
  STRATEGIES:
1507
1507
  auto Automatically determine best approach (default)
@@ -127,9 +127,9 @@ async function listTasks(subArgs, flags) {
127
127
 
128
128
  if (verbose) {
129
129
  console.log('\nTo create tasks:');
130
- console.log(' claude-flow task create research "Market analysis"');
131
- console.log(' claude-flow task create code "Implement API"');
132
- console.log(' claude-flow task create analysis "Data processing"');
130
+ console.log(' claude-flow-novice task create research "Market analysis"');
131
+ console.log(' claude-flow-novice task create code "Implement API"');
132
+ console.log(' claude-flow-novice task create analysis "Data processing"');
133
133
  }
134
134
  }
135
135
 
@@ -221,8 +221,8 @@ function showTaskHelp() {
221
221
  console.log(' --verbose, -v Show detailed output');
222
222
  console.log();
223
223
  console.log('Examples:');
224
- console.log(' claude-flow task create research "Market analysis" --priority 8');
225
- console.log(' claude-flow task list --filter running');
226
- console.log(' claude-flow task workflow examples/development-workflow.json');
227
- console.log(' claude-flow task coordination status');
224
+ console.log(' claude-flow-novice task create research "Market analysis" --priority 8');
225
+ console.log(' claude-flow-novice task list --filter running');
226
+ console.log(' claude-flow-novice task workflow examples/development-workflow.json');
227
+ console.log(' claude-flow-novice task coordination status');
228
228
  }
@@ -244,7 +244,7 @@ function showTrainingHelp() {
244
244
  🧠 Training Commands - Neural Pattern Learning & Model Updates
245
245
 
246
246
  USAGE:
247
- claude-flow training <command> [options]
247
+ claude-flow-novice training <command> [options]
248
248
 
249
249
  COMMANDS:
250
250
  neural-train Train neural patterns from operations
@@ -268,16 +268,16 @@ MODEL UPDATE OPTIONS:
268
268
 
269
269
  EXAMPLES:
270
270
  # Train from recent swarm operations
271
- claude-flow training neural-train --data recent --model task-predictor
271
+ claude-flow-novice training neural-train --data recent --model task-predictor
272
272
 
273
273
  # Learn from specific operation
274
- claude-flow training pattern-learn --operation "file-creation" --outcome "success"
274
+ claude-flow-novice training pattern-learn --operation "file-creation" --outcome "success"
275
275
 
276
276
  # Update coordinator model
277
- claude-flow training model-update --agent-type coordinator --operation-result "efficient"
277
+ claude-flow-novice training model-update --agent-type coordinator --operation-result "efficient"
278
278
 
279
279
  # Custom training with specific epochs
280
- claude-flow training neural-train --data "swarm-123" --epochs 100 --model "coordinator-predictor"
280
+ claude-flow-novice training neural-train --data "swarm-123" --epochs 100 --model "coordinator-predictor"
281
281
 
282
282
  šŸŽÆ Neural training improves:
283
283
  • Task selection accuracy
@@ -434,7 +434,7 @@ export class VerificationTrainingIntegration {
434
434
  try {
435
435
  // Call the training command
436
436
  const result = execSync(
437
- 'npx claude-flow training neural-train --data .claude-flow/training/verification-data.jsonl --model verification-predictor --epochs 100',
437
+ 'npx claude-flow-novice training neural-train --data .claude-flow/training/verification-data.jsonl --model verification-predictor --epochs 100',
438
438
  { encoding: 'utf8', stdio: 'pipe' },
439
439
  );
440
440