claude-flow-novice 1.3.3 → 1.3.5

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 (334) 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 +2 -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/language/language-detector.js +1 -2
  217. package/src/slash-commands/claude-soul.js +248 -365
  218. package/src/slash-commands/register-all-commands.js +1 -1
  219. package/wiki/README.md +2 -2
  220. package/wiki/accessibility/README.md +4 -4
  221. package/wiki/accessibility/assistive-tech/screen-reader-support.md +6 -6
  222. package/wiki/accessibility/automation/agent-testing-automation.md +13 -13
  223. package/wiki/accessibility/guidelines/wcag-compliance.md +6 -6
  224. package/wiki/accessibility/i18n/internationalization-strategies.md +6 -6
  225. package/wiki/accessibility/motor-accessibility/keyboard-navigation.md +7 -7
  226. package/wiki/accessibility/patterns/inclusive-design-patterns.md +4 -4
  227. package/wiki/accessibility/testing/automated-testing.md +9 -9
  228. package/wiki/accessibility/visual-design/color-contrast.md +7 -7
  229. package/wiki/accessibility/workflows/accessibility-first-development.md +22 -22
  230. package/wiki/accessibility/workflows/inclusive-design-review.md +9 -9
  231. package/wiki/api-reference/cli-api.md +15 -15
  232. package/wiki/api-reference/plugin-development.md +3 -3
  233. package/wiki/command-reference/README.md +34 -34
  234. package/wiki/command-reference/agent-commands.md +46 -46
  235. package/wiki/command-reference/cli-commands.md +21 -21
  236. package/wiki/command-reference/command-syntax.md +89 -89
  237. package/wiki/command-reference/expert-tier.md +184 -184
  238. package/wiki/command-reference/intermediate-tier.md +63 -63
  239. package/wiki/command-reference/mcp-integration.md +29 -29
  240. package/wiki/command-reference/mcp-tools/README.md +4 -4
  241. package/wiki/command-reference/mcp-tools/dual-access-workflows.md +1 -1
  242. package/wiki/command-reference/mcp-tools/index.md +2 -2
  243. package/wiki/command-reference/mcp-tools/quick-reference.md +4 -4
  244. package/wiki/command-reference/mcp-tools/session-management.md +2 -2
  245. package/wiki/command-reference/mcp-tools/task-tool-integration.md +3 -3
  246. package/wiki/command-reference/novice/README.md +1 -1
  247. package/wiki/command-reference/novice-tier.md +152 -152
  248. package/wiki/command-reference/progression-guide.md +107 -107
  249. package/wiki/command-reference/troubleshooting.md +113 -113
  250. package/wiki/command-reference/workflows.md +187 -187
  251. package/wiki/community/README.md +1 -1
  252. package/wiki/community/learning-resources.md +1 -1
  253. package/wiki/core-concepts/agents/agent-creation-guide.md +9 -9
  254. package/wiki/core-concepts/integration.md +7 -7
  255. package/wiki/core-concepts/sparc-workflow.md +5 -5
  256. package/wiki/examples/automation/cicd-pipeline/README.md +3 -3
  257. package/wiki/examples/basic/hello-world/README.md +7 -7
  258. package/wiki/examples/integration-patterns.md +15 -15
  259. package/wiki/examples/performance-benchmarks.md +11 -11
  260. package/wiki/examples/projects/rest-api/README.md +1 -1
  261. package/wiki/examples/scenarios/ecommerce/README.md +1 -1
  262. package/wiki/examples/swarm-patterns.md +63 -63
  263. package/wiki/examples/templates/download-system.md +1 -1
  264. package/wiki/examples/templates/javascript/README.md +2 -2
  265. package/wiki/examples/troubleshooting/README.md +2 -2
  266. package/wiki/examples/utilities/patterns/README.md +8 -8
  267. package/wiki/examples/videos/01-setup.md +16 -16
  268. package/wiki/examples/workflow-automation/README.md +5 -5
  269. package/wiki/getting-started/claude-code-mcp/README.md +2 -2
  270. package/wiki/getting-started/installation/README.md +7 -7
  271. package/wiki/getting-started/learning-path.md +2 -2
  272. package/wiki/getting-started/quick-start/README.md +2 -2
  273. package/wiki/getting-started/quick-start/cli-tutorial.md +1 -1
  274. package/wiki/governance/multi-project-coordination.md +1 -1
  275. package/wiki/languages/go/README.md +10 -10
  276. package/wiki/languages/go/examples/README.md +29 -29
  277. package/wiki/languages/go/frameworks/README.md +18 -18
  278. package/wiki/languages/go/integration/README.md +34 -34
  279. package/wiki/languages/go/microservices/README.md +17 -17
  280. package/wiki/languages/go/performance/README.md +13 -13
  281. package/wiki/languages/go/setup/README.md +20 -20
  282. package/wiki/languages/go/systems/README.md +10 -10
  283. package/wiki/languages/go/testing/README.md +14 -14
  284. package/wiki/languages/java/README.md +25 -25
  285. package/wiki/languages/java/claude-flow-integration.md +49 -49
  286. package/wiki/languages/java/enterprise-java.md +15 -15
  287. package/wiki/languages/java/examples.md +30 -30
  288. package/wiki/languages/java/microservices.md +22 -22
  289. package/wiki/languages/java/performance.md +13 -13
  290. package/wiki/languages/java/project-setup.md +10 -10
  291. package/wiki/languages/java/spring-boot.md +12 -12
  292. package/wiki/languages/java/testing.md +12 -12
  293. package/wiki/languages/javascript/api/README.md +20 -20
  294. package/wiki/languages/javascript/backend/README.md +19 -19
  295. package/wiki/languages/javascript/frontend/README.md +18 -18
  296. package/wiki/languages/javascript/integration.md +11 -11
  297. package/wiki/languages/javascript/setup/README.md +28 -28
  298. package/wiki/languages/javascript/testing/README.md +14 -14
  299. package/wiki/languages/python/README.md +3 -3
  300. package/wiki/languages/python/data-science/README.md +11 -11
  301. package/wiki/languages/python/examples/README.md +5 -5
  302. package/wiki/languages/python/integration.md +5 -5
  303. package/wiki/languages/python/mcp-integration.md +1 -1
  304. package/wiki/languages/python/setup/README.md +5 -5
  305. package/wiki/languages/python/testing/README.md +3 -3
  306. package/wiki/languages/python/web-development/README.md +1 -1
  307. package/wiki/languages/rust/README.md +1 -1
  308. package/wiki/languages/rust/examples/cli-mcp-workflows.md +33 -33
  309. package/wiki/languages/rust/examples/rest-api.md +5 -5
  310. package/wiki/languages/rust/setup/cargo-integration.md +14 -14
  311. package/wiki/languages/rust/testing/quality-validation.md +9 -9
  312. package/wiki/languages/rust/web-development/axum.md +6 -6
  313. package/wiki/languages/rust/workflows/systems-programming.md +5 -5
  314. package/wiki/languages/typescript/setup.md +2 -2
  315. package/wiki/troubleshooting/README.md +3 -3
  316. package/wiki/troubleshooting/common-issues/README.md +6 -6
  317. package/wiki/troubleshooting/common-issues.md +26 -26
  318. package/wiki/troubleshooting/error-resolution.md +5 -5
  319. package/wiki/troubleshooting/performance-optimization.md +11 -11
  320. package/wiki/tutorials/advanced/06-legacy-system-integration.md +1 -1
  321. package/wiki/tutorials/advanced/08-enterprise-scenarios.md +3 -3
  322. package/wiki/tutorials/advanced/performance-optimization.md +43 -43
  323. package/wiki/tutorials/advanced/swarm-orchestration.md +40 -40
  324. package/wiki/tutorials/intermediate/optimization.md +35 -35
  325. package/wiki/tutorials/skill-assessment.md +3 -3
  326. package/wiki/tutorials/skill-competency-matrix.md +1 -1
  327. package/wiki/tutorials/troubleshooting/setup-issues.md +3 -3
  328. package/wiki/video-tutorials/README.md +3 -3
  329. package/wiki/video-tutorials/accessibility/README.md +4 -4
  330. package/wiki/video-tutorials/community/README.md +1 -1
  331. package/wiki/video-tutorials/content-organization/README.md +5 -5
  332. package/wiki/video-tutorials/interactive/README.md +5 -5
  333. package/wiki/video-tutorials/planning/README.md +4 -4
  334. package/wiki/video-tutorials/technical-specs/README.md +2 -2
@@ -70,7 +70,7 @@ export async function createOptimizedClaudeSlashCommands(workingDir, selectedMod
70
70
  }
71
71
  }
72
72
 
73
- // Create claude-flow specific commands with batchtools optimization
73
+ // Create claude-flow-novice specific commands with batchtools optimization
74
74
  await createOptimizedClaudeFlowCommands(workingDir);
75
75
 
76
76
  // Create batchtools-specific commands
@@ -229,25 +229,25 @@ Chain operations with parallel execution at each stage:
229
229
  ### Full SPARC Pipeline with Batchtools
230
230
  \`\`\`bash
231
231
  # Execute complete SPARC workflow with parallel processing
232
- ./claude-flow sparc pipeline "authentication system" --batch-optimize
232
+ ./claude-flow-novice sparc pipeline "authentication system" --batch-optimize
233
233
 
234
234
  # Run multiple SPARC modes concurrently
235
- ./claude-flow sparc batch architect,code,tdd "user management" --parallel
235
+ ./claude-flow-novice sparc batch architect,code,tdd "user management" --parallel
236
236
 
237
237
  # Concurrent project analysis
238
- ./claude-flow sparc concurrent-analyze project-requirements.json --parallel
238
+ ./claude-flow-novice sparc concurrent-analyze project-requirements.json --parallel
239
239
  \`\`\`
240
240
 
241
241
  ### Performance Monitoring
242
242
  \`\`\`bash
243
243
  # Monitor batch operation performance
244
- ./claude-flow batchtools monitor --real-time
244
+ ./claude-flow-novice batchtools monitor --real-time
245
245
 
246
246
  # Analyze parallel processing metrics
247
- ./claude-flow batchtools analyze --performance --detailed
247
+ ./claude-flow-novice batchtools analyze --performance --detailed
248
248
 
249
249
  # Check system resource utilization
250
- ./claude-flow batchtools resources --concurrent --verbose
250
+ ./claude-flow-novice batchtools resources --concurrent --verbose
251
251
  \`\`\`
252
252
 
253
253
  For detailed documentation, see: https://github.com/ruvnet/claude-code-flow/docs/batchtools.md
@@ -285,25 +285,25 @@ Real-time performance monitoring and optimization tools for Claude-Flow operatio
285
285
  ### Real-time Monitoring
286
286
  \`\`\`bash
287
287
  # Monitor all system performance
288
- ./claude-flow performance monitor --real-time --all
288
+ ./claude-flow-novice performance monitor --real-time --all
289
289
 
290
290
  # Focus on parallel operations
291
- ./claude-flow performance monitor --parallel --batchtools
291
+ ./claude-flow-novice performance monitor --parallel --batchtools
292
292
 
293
293
  # Monitor specific components
294
- ./claude-flow performance monitor --focus sparc --concurrent
294
+ ./claude-flow-novice performance monitor --focus sparc --concurrent
295
295
  \`\`\`
296
296
 
297
297
  ### Performance Analysis
298
298
  \`\`\`bash
299
299
  # Generate performance report
300
- ./claude-flow performance report --detailed --timeframe 24h
300
+ ./claude-flow-novice performance report --detailed --timeframe 24h
301
301
 
302
302
  # Analyze batch operation efficiency
303
- ./claude-flow performance analyze --batchtools --optimization
303
+ ./claude-flow-novice performance analyze --batchtools --optimization
304
304
 
305
305
  # Compare performance across different modes
306
- ./claude-flow performance compare --modes architect,code,tdd
306
+ ./claude-flow-novice performance compare --modes architect,code,tdd
307
307
  \`\`\`
308
308
 
309
309
  ## Optimization Recommendations
@@ -61,9 +61,9 @@ ${
61
61
 
62
62
  To use this optimized SPARC mode, you can:
63
63
 
64
- 1. **Run directly with parallel processing**: \`./claude-flow sparc run ${mode.slug} "your task" --parallel\`
65
- 2. **Batch operation mode**: \`./claude-flow sparc batch ${mode.slug} "tasks-file.json" --concurrent\`
66
- 3. **Pipeline processing**: \`./claude-flow sparc pipeline ${mode.slug} "your task" --stages\`
64
+ 1. **Run directly with parallel processing**: \`./claude-flow-novice sparc run ${mode.slug} "your task" --parallel\`
65
+ 2. **Batch operation mode**: \`./claude-flow-novice sparc batch ${mode.slug} "tasks-file.json" --concurrent\`
66
+ 3. **Pipeline processing**: \`./claude-flow-novice sparc pipeline ${mode.slug} "your task" --stages\`
67
67
  4. **Use in concurrent workflow**: Include \`${mode.slug}\` in parallel SPARC workflow
68
68
  5. **Delegate with optimization**: Use \`new_task\` with \`--batch-optimize\` flag
69
69
 
@@ -72,37 +72,37 @@ To use this optimized SPARC mode, you can:
72
72
  ### Standard Operations
73
73
  \`\`\`bash
74
74
  # Run this specific mode
75
- ./claude-flow sparc run ${mode.slug} "${getOptimizedExampleTask(mode.slug)}"
75
+ ./claude-flow-novice sparc run ${mode.slug} "${getOptimizedExampleTask(mode.slug)}"
76
76
 
77
77
  # Use with memory namespace and parallel processing
78
- ./claude-flow sparc run ${mode.slug} "your task" --namespace ${mode.slug} --parallel
78
+ ./claude-flow-novice sparc run ${mode.slug} "your task" --namespace ${mode.slug} --parallel
79
79
 
80
80
  # Non-interactive mode with batchtools optimization
81
- ./claude-flow sparc run ${mode.slug} "your task" --non-interactive --batch-optimize
81
+ ./claude-flow-novice sparc run ${mode.slug} "your task" --non-interactive --batch-optimize
82
82
  \`\`\`
83
83
 
84
84
  ### Batchtools Operations
85
85
  \`\`\`bash
86
86
  # Parallel execution with multiple related tasks
87
- ./claude-flow sparc parallel ${mode.slug} "task1,task2,task3" --concurrent
87
+ ./claude-flow-novice sparc parallel ${mode.slug} "task1,task2,task3" --concurrent
88
88
 
89
89
  # Batch processing from configuration file
90
- ./claude-flow sparc batch ${mode.slug} tasks-config.json --optimize
90
+ ./claude-flow-novice sparc batch ${mode.slug} tasks-config.json --optimize
91
91
 
92
92
  # Pipeline execution with staged processing
93
- ./claude-flow sparc pipeline ${mode.slug} "complex-task" --stages parallel,validate,optimize
93
+ ./claude-flow-novice sparc pipeline ${mode.slug} "complex-task" --stages parallel,validate,optimize
94
94
  \`\`\`
95
95
 
96
96
  ### Performance Optimization
97
97
  \`\`\`bash
98
98
  # Monitor performance during execution
99
- ./claude-flow sparc run ${mode.slug} "your task" --monitor --performance
99
+ ./claude-flow-novice sparc run ${mode.slug} "your task" --monitor --performance
100
100
 
101
101
  # Use concurrent processing with resource limits
102
- ./claude-flow sparc concurrent ${mode.slug} "your task" --max-parallel 5 --resource-limit 80%
102
+ ./claude-flow-novice sparc concurrent ${mode.slug} "your task" --max-parallel 5 --resource-limit 80%
103
103
 
104
104
  # Batch execution with smart optimization
105
- ./claude-flow sparc smart-batch ${mode.slug} "your task" --auto-optimize --adaptive
105
+ ./claude-flow-novice sparc smart-batch ${mode.slug} "your task" --auto-optimize --adaptive
106
106
  \`\`\`
107
107
 
108
108
  ## Memory Integration (Enhanced)
@@ -110,22 +110,22 @@ To use this optimized SPARC mode, you can:
110
110
  ### Standard Memory Operations
111
111
  \`\`\`bash
112
112
  # Store mode-specific context
113
- ./claude-flow memory store "${mode.slug}_context" "important decisions" --namespace ${mode.slug}
113
+ ./claude-flow-novice memory store "${mode.slug}_context" "important decisions" --namespace ${mode.slug}
114
114
 
115
115
  # Query previous work
116
- ./claude-flow memory query "${mode.slug}" --limit 5
116
+ ./claude-flow-novice memory query "${mode.slug}" --limit 5
117
117
  \`\`\`
118
118
 
119
119
  ### Batchtools Memory Operations
120
120
  \`\`\`bash
121
121
  # Batch store multiple related contexts
122
- ./claude-flow memory batch-store "${mode.slug}_contexts.json" --namespace ${mode.slug} --parallel
122
+ ./claude-flow-novice memory batch-store "${mode.slug}_contexts.json" --namespace ${mode.slug} --parallel
123
123
 
124
124
  # Concurrent query across multiple namespaces
125
- ./claude-flow memory parallel-query "${mode.slug}" --namespaces ${mode.slug},project,arch --concurrent
125
+ ./claude-flow-novice memory parallel-query "${mode.slug}" --namespaces ${mode.slug},project,arch --concurrent
126
126
 
127
127
  # Export mode-specific memory with compression
128
- ./claude-flow memory export "${mode.slug}_backup.json" --namespace ${mode.slug} --compress --parallel
128
+ ./claude-flow-novice memory export "${mode.slug}_backup.json" --namespace ${mode.slug} --compress --parallel
129
129
  \`\`\`
130
130
 
131
131
  ## Performance Optimization Features
@@ -165,16 +165,16 @@ To use this optimized SPARC mode, you can:
165
165
  ### Concurrent Mode Execution
166
166
  \`\`\`bash
167
167
  # Run multiple modes in parallel for comprehensive analysis
168
- ./claude-flow sparc concurrent ${mode.slug},architect,security-review "your project" --parallel
168
+ ./claude-flow-novice sparc concurrent ${mode.slug},architect,security-review "your project" --parallel
169
169
 
170
170
  # Pipeline execution across multiple modes
171
- ./claude-flow sparc pipeline ${mode.slug}->code->tdd "feature implementation" --optimize
171
+ ./claude-flow-novice sparc pipeline ${mode.slug}->code->tdd "feature implementation" --optimize
172
172
  \`\`\`
173
173
 
174
174
  ### Batch Workflow Integration
175
175
  \`\`\`bash
176
176
  # Execute complete workflow with batchtools optimization
177
- ./claude-flow sparc workflow ${mode.slug}-workflow.json --batch-optimize --monitor
177
+ ./claude-flow-novice sparc workflow ${mode.slug}-workflow.json --batch-optimize --monitor
178
178
  \`\`\`
179
179
 
180
180
  For detailed ${mode.name} documentation and batchtools integration guides, see:
@@ -351,22 +351,22 @@ ${modeList}
351
351
 
352
352
  ### Run SPARC orchestrator with parallel processing:
353
353
  \`\`\`bash
354
- ./claude-flow sparc "build complete authentication system" --parallel --optimize
354
+ ./claude-flow-novice sparc "build complete authentication system" --parallel --optimize
355
355
  \`\`\`
356
356
 
357
357
  ### Run multiple modes concurrently:
358
358
  \`\`\`bash
359
- ./claude-flow sparc concurrent architect,code,tdd "your project" --parallel
359
+ ./claude-flow-novice sparc concurrent architect,code,tdd "your project" --parallel
360
360
  \`\`\`
361
361
 
362
362
  ### Execute batch operations:
363
363
  \`\`\`bash
364
- ./claude-flow sparc batch "multiple-tasks.json" --optimize --monitor
364
+ ./claude-flow-novice sparc batch "multiple-tasks.json" --optimize --monitor
365
365
  \`\`\`
366
366
 
367
367
  ### Pipeline execution with staged processing:
368
368
  \`\`\`bash
369
- ./claude-flow sparc pipeline "complex-project" --stages spec,architect,code,tdd,integration
369
+ ./claude-flow-novice sparc pipeline "complex-project" --stages spec,architect,code,tdd,integration
370
370
  \`\`\`
371
371
 
372
372
  ## SPARC Methodology Phases (Batchtools Enhanced)
@@ -396,13 +396,13 @@ ${modeList}
396
396
  Use memory commands with parallel processing for persistent context across SPARC sessions:
397
397
  \`\`\`bash
398
398
  # Batch store multiple specifications
399
- ./claude-flow memory batch-store "sparc-contexts.json" --namespace sparc --parallel
399
+ ./claude-flow-novice memory batch-store "sparc-contexts.json" --namespace sparc --parallel
400
400
 
401
401
  # Concurrent query across multiple phases
402
- ./claude-flow memory parallel-query "authentication" --namespaces spec,arch,impl --concurrent
402
+ ./claude-flow-novice memory parallel-query "authentication" --namespaces spec,arch,impl --concurrent
403
403
 
404
404
  # Export project memory with compression
405
- ./claude-flow memory export sparc-project-backup.json --compress --parallel
405
+ ./claude-flow-novice memory export sparc-project-backup.json --compress --parallel
406
406
  \`\`\`
407
407
 
408
408
  ## Advanced Swarm Mode (Batchtools Enhanced)
@@ -410,22 +410,22 @@ Use memory commands with parallel processing for persistent context across SPARC
410
410
  For complex tasks requiring multiple agents with timeout-free execution and parallel processing:
411
411
  \`\`\`bash
412
412
  # Development swarm with parallel monitoring
413
- ./claude-flow swarm "Build e-commerce platform" --strategy development --monitor --review --parallel
413
+ ./claude-flow-novice swarm "Build e-commerce platform" --strategy development --monitor --review --parallel
414
414
 
415
415
  # Background optimization swarm with concurrent processing
416
- ./claude-flow swarm "Optimize system performance" --strategy optimization --background --concurrent
416
+ ./claude-flow-novice swarm "Optimize system performance" --strategy optimization --background --concurrent
417
417
 
418
418
  # Distributed research swarm with batch analysis
419
- ./claude-flow swarm "Analyze market trends" --strategy research --distributed --ui --batch-analyze
419
+ ./claude-flow-novice swarm "Analyze market trends" --strategy research --distributed --ui --batch-analyze
420
420
  \`\`\`
421
421
 
422
422
  ## Non-Interactive Mode (Enhanced)
423
423
 
424
424
  For CI/CD integration and automation with parallel processing:
425
425
  \`\`\`bash
426
- ./claude-flow sparc run code "implement API" --non-interactive --parallel
427
- ./claude-flow sparc batch tdd "user tests" --non-interactive --enable-permissions --concurrent
428
- ./claude-flow sparc pipeline "full-stack-app" --non-interactive --optimize --stages parallel
426
+ ./claude-flow-novice sparc run code "implement API" --non-interactive --parallel
427
+ ./claude-flow-novice sparc batch tdd "user tests" --non-interactive --enable-permissions --concurrent
428
+ ./claude-flow-novice sparc pipeline "full-stack-app" --non-interactive --optimize --stages parallel
429
429
  \`\`\`
430
430
 
431
431
  ## Performance Monitoring
@@ -433,22 +433,22 @@ For CI/CD integration and automation with parallel processing:
433
433
  ### Real-time Performance Metrics
434
434
  \`\`\`bash
435
435
  # Monitor SPARC workflow performance
436
- ./claude-flow sparc monitor --real-time --performance --all-phases
436
+ ./claude-flow-novice sparc monitor --real-time --performance --all-phases
437
437
 
438
438
  # Analyze batch operation efficiency
439
- ./claude-flow sparc analyze --batchtools --optimization --detailed
439
+ ./claude-flow-novice sparc analyze --batchtools --optimization --detailed
440
440
 
441
441
  # Performance comparison across modes
442
- ./claude-flow sparc compare --modes architect,code,tdd --performance
442
+ ./claude-flow-novice sparc compare --modes architect,code,tdd --performance
443
443
  \`\`\`
444
444
 
445
445
  ### Optimization Commands
446
446
  \`\`\`bash
447
447
  # Optimize SPARC configuration for your system
448
- ./claude-flow sparc optimize --auto-tune --system-profile
448
+ ./claude-flow-novice sparc optimize --auto-tune --system-profile
449
449
 
450
450
  # Performance benchmarking
451
- ./claude-flow sparc benchmark --all-modes --detailed --export-results
451
+ ./claude-flow-novice sparc benchmark --all-modes --detailed --export-results
452
452
  \`\`\`
453
453
 
454
454
  ## Best Practices (Batchtools Enhanced)
@@ -475,13 +475,13 @@ For CI/CD integration and automation with parallel processing:
475
475
  ### Performance Issues
476
476
  \`\`\`bash
477
477
  # Check system resource usage during parallel operations
478
- ./claude-flow sparc debug --resources --concurrent --verbose
478
+ ./claude-flow-novice sparc debug --resources --concurrent --verbose
479
479
 
480
480
  # Analyze batch operation performance
481
- ./claude-flow sparc analyze --performance --bottlenecks --optimization
481
+ ./claude-flow-novice sparc analyze --performance --bottlenecks --optimization
482
482
 
483
483
  # Monitor parallel processing efficiency
484
- ./claude-flow sparc monitor --parallel --efficiency --real-time
484
+ ./claude-flow-novice sparc monitor --parallel --efficiency --real-time
485
485
  \`\`\`
486
486
 
487
487
  ### Optimization Recommendations
@@ -48,7 +48,7 @@ export async function createClaudeSlashCommands(workingDir) {
48
48
  }
49
49
  }
50
50
 
51
- // Create claude-flow specific commands
51
+ // Create claude-flow-novice specific commands
52
52
  await createClaudeFlowCommands(workingDir);
53
53
  } catch (err) {
54
54
  // Legacy slash command creation - silently skip if it fails
@@ -54,22 +54,22 @@ mcp__claude-flow__sparc_mode {
54
54
  ### Option 2: Using NPX CLI (Fallback when MCP not available)
55
55
  \`\`\`bash
56
56
  # Use when running from terminal or MCP tools unavailable
57
- npx claude-flow sparc run ${mode.slug} "${getExampleTask(mode.slug)}"
57
+ npx claude-flow-novice sparc run ${mode.slug} "${getExampleTask(mode.slug)}"
58
58
 
59
59
  # For alpha features
60
60
  npx claude-flow@alpha sparc run ${mode.slug} "${getExampleTask(mode.slug)}"
61
61
 
62
62
  # With namespace
63
- npx claude-flow sparc run ${mode.slug} "your task" --namespace ${mode.slug}
63
+ npx claude-flow-novice sparc run ${mode.slug} "your task" --namespace ${mode.slug}
64
64
 
65
65
  # Non-interactive mode
66
- npx claude-flow sparc run ${mode.slug} "your task" --non-interactive
66
+ npx claude-flow-novice sparc run ${mode.slug} "your task" --non-interactive
67
67
  \`\`\`
68
68
 
69
69
  ### Option 3: Local Installation
70
70
  \`\`\`bash
71
- # If claude-flow is installed locally
72
- ./claude-flow sparc run ${mode.slug} "${getExampleTask(mode.slug)}"
71
+ # If claude-flow-novice is installed locally
72
+ ./claude-flow-novice sparc run ${mode.slug} "${getExampleTask(mode.slug)}"
73
73
  \`\`\`
74
74
 
75
75
  ## Memory Integration
@@ -95,10 +95,10 @@ mcp__claude-flow__memory_search {
95
95
  ### Using NPX CLI (Fallback)
96
96
  \`\`\`bash
97
97
  # Store mode-specific context
98
- npx claude-flow memory store "${mode.slug}_context" "important decisions" --namespace ${mode.slug}
98
+ npx claude-flow-novice memory store "${mode.slug}_context" "important decisions" --namespace ${mode.slug}
99
99
 
100
100
  # Query previous work
101
- npx claude-flow memory query "${mode.slug}" --limit 5
101
+ npx claude-flow-novice memory query "${mode.slug}" --limit 5
102
102
  \`\`\`
103
103
  `;
104
104
  }
@@ -194,17 +194,17 @@ mcp__claude-flow__sparc_mode {
194
194
  ### Option 2: Using NPX CLI (Fallback when MCP not available)
195
195
  \`\`\`bash
196
196
  # Run SPARC orchestrator (default)
197
- npx claude-flow sparc "build complete authentication system"
197
+ npx claude-flow-novice sparc "build complete authentication system"
198
198
 
199
199
  # Run a specific mode
200
- npx claude-flow sparc run architect "design API structure"
201
- npx claude-flow sparc run tdd "implement user service"
200
+ npx claude-flow-novice sparc run architect "design API structure"
201
+ npx claude-flow-novice sparc run tdd "implement user service"
202
202
 
203
203
  # Execute full TDD workflow
204
- npx claude-flow sparc tdd "implement user authentication"
204
+ npx claude-flow-novice sparc tdd "implement user authentication"
205
205
 
206
206
  # List all modes with details
207
- npx claude-flow sparc modes --verbose
207
+ npx claude-flow-novice sparc modes --verbose
208
208
 
209
209
  # For alpha features
210
210
  npx claude-flow@alpha sparc run <mode> "your task"
@@ -212,9 +212,9 @@ npx claude-flow@alpha sparc run <mode> "your task"
212
212
 
213
213
  ### Option 3: Local Installation
214
214
  \`\`\`bash
215
- # If claude-flow is installed locally
216
- ./claude-flow sparc "build complete authentication system"
217
- ./claude-flow sparc run architect "design API structure"
215
+ # If claude-flow-novice is installed locally
216
+ ./claude-flow-novice sparc "build complete authentication system"
217
+ ./claude-flow-novice sparc run architect "design API structure"
218
218
  \`\`\`
219
219
 
220
220
  ## SPARC Methodology Phases
@@ -249,16 +249,16 @@ mcp__claude-flow__memory_usage {
249
249
  ### Using NPX CLI (Fallback)
250
250
  \`\`\`bash
251
251
  # Store specifications
252
- npx claude-flow memory store "spec_auth" "OAuth2 + JWT requirements" --namespace spec
252
+ npx claude-flow-novice memory store "spec_auth" "OAuth2 + JWT requirements" --namespace spec
253
253
 
254
254
  # Store architectural decisions
255
- ./claude-flow memory store "arch_api" "RESTful microservices design" --namespace arch
255
+ ./claude-flow-novice memory store "arch_api" "RESTful microservices design" --namespace arch
256
256
 
257
257
  # Query previous work
258
- ./claude-flow memory query "authentication" --limit 10
258
+ ./claude-flow-novice memory query "authentication" --limit 10
259
259
 
260
260
  # Export project memory
261
- ./claude-flow memory export sparc-project-backup.json
261
+ ./claude-flow-novice memory export sparc-project-backup.json
262
262
  \`\`\`
263
263
 
264
264
  ## Advanced Swarm Mode
@@ -266,21 +266,21 @@ npx claude-flow memory store "spec_auth" "OAuth2 + JWT requirements" --namespace
266
266
  For complex tasks requiring multiple agents with timeout-free execution:
267
267
  \`\`\`bash
268
268
  # Development swarm with monitoring
269
- ./claude-flow swarm "Build e-commerce platform" --strategy development --monitor --review
269
+ ./claude-flow-novice swarm "Build e-commerce platform" --strategy development --monitor --review
270
270
 
271
271
  # Background optimization swarm
272
- ./claude-flow swarm "Optimize system performance" --strategy optimization --background
272
+ ./claude-flow-novice swarm "Optimize system performance" --strategy optimization --background
273
273
 
274
274
  # Distributed research swarm
275
- ./claude-flow swarm "Analyze market trends" --strategy research --distributed --ui
275
+ ./claude-flow-novice swarm "Analyze market trends" --strategy research --distributed --ui
276
276
  \`\`\`
277
277
 
278
278
  ## Non-Interactive Mode
279
279
 
280
280
  For CI/CD integration and automation:
281
281
  \`\`\`bash
282
- ./claude-flow sparc run code "implement API" --non-interactive
283
- ./claude-flow sparc tdd "user tests" --non-interactive --enable-permissions
282
+ ./claude-flow-novice sparc run code "implement API" --non-interactive
283
+ ./claude-flow-novice sparc tdd "user tests" --non-interactive --enable-permissions
284
284
  \`\`\`
285
285
 
286
286
  ## Best Practices
@@ -9,13 +9,13 @@ export async function createLocalExecutable(workingDir, dryRun = false) {
9
9
  // Create Windows batch file
10
10
  const wrapperScript = `@echo off
11
11
  REM Claude-Flow local wrapper
12
- REM This script ensures claude-flow runs from your project directory
12
+ REM This script ensures claude-flow-novice runs from your project directory
13
13
 
14
14
  set PROJECT_DIR=%CD%
15
15
  set PWD=%PROJECT_DIR%
16
16
  set CLAUDE_WORKING_DIR=%PROJECT_DIR%
17
17
 
18
- REM Try to find claude-flow binary
18
+ REM Try to find claude-flow-novice binary
19
19
  REM Check common locations for npm/npx installations
20
20
 
21
21
  REM 1. Local node_modules (npm install claude-flow)
@@ -33,10 +33,10 @@ if exist "%PROJECT_DIR%\\..\\node_modules\\.bin\\claude-flow.cmd" (
33
33
  )
34
34
 
35
35
  REM 3. Global installation (npm install -g claude-flow)
36
- where claude-flow >nul 2>nul
36
+ where claude-flow-novice >nul 2>nul
37
37
  if %ERRORLEVEL% EQU 0 (
38
38
  cd /d "%PROJECT_DIR%"
39
- claude-flow %*
39
+ claude-flow-novice %*
40
40
  exit /b %ERRORLEVEL%
41
41
  )
42
42
 
@@ -49,7 +49,7 @@ npx claude-flow@latest %*
49
49
  if (!dryRun) {
50
50
  await writeFile(`${workingDir}/claude-flow.cmd`, wrapperScript, 'utf8');
51
51
  console.log(' ✓ Created local claude-flow.cmd executable wrapper');
52
- console.log(' You can now use: claude-flow instead of npx claude-flow');
52
+ console.log(' You can now use: claude-flow-novice instead of npx claude-flow');
53
53
  }
54
54
  } else {
55
55
  // Check if we're in development mode (claude-code-flow repo)
@@ -61,7 +61,7 @@ npx claude-flow@latest %*
61
61
  // Create Unix/Linux/Mac shell script
62
62
  const wrapperScript = `#!/usr/bin/env bash
63
63
  # Claude-Flow local wrapper
64
- # This script ensures claude-flow runs from your project directory
64
+ # This script ensures claude-flow-novice runs from your project directory
65
65
 
66
66
  # Save the current directory
67
67
  PROJECT_DIR="\${PWD}"
@@ -70,7 +70,7 @@ PROJECT_DIR="\${PWD}"
70
70
  export PWD="\${PROJECT_DIR}"
71
71
  export CLAUDE_WORKING_DIR="\${PROJECT_DIR}"
72
72
 
73
- # Try to find claude-flow binary
73
+ # Try to find claude-flow-novice binary
74
74
  # Check common locations for npm/npx installations
75
75
 
76
76
  ${
@@ -94,9 +94,9 @@ elif [ -f "\${PROJECT_DIR}/../node_modules/.bin/claude-flow" ]; then
94
94
  exec "\${PROJECT_DIR}/../node_modules/.bin/claude-flow" "$@"
95
95
 
96
96
  # 3. Global installation (npm install -g claude-flow)
97
- elif command -v claude-flow &> /dev/null; then
97
+ elif command -v claude-flow-novice &> /dev/null; then
98
98
  cd "\${PROJECT_DIR}"
99
- exec claude-flow "$@"
99
+ exec claude-flow-novice "$@"
100
100
 
101
101
  # 4. Fallback to npx (will download if needed)
102
102
  else
@@ -112,8 +112,8 @@ fi
112
112
  // Make it executable
113
113
  await chmod(`${workingDir}/claude-flow`, 0o755);
114
114
 
115
- console.log(' ✓ Created local claude-flow executable wrapper');
116
- console.log(' You can now use: ./claude-flow instead of npx claude-flow');
115
+ console.log(' ✓ Created local claude-flow-novice executable wrapper');
116
+ console.log(' You can now use: ./claude-flow-novice instead of npx claude-flow');
117
117
  }
118
118
  }
119
119
  } catch (err) {
@@ -3,10 +3,10 @@
3
3
  export function showInitHelp() {
4
4
  console.log('Initialize Claude Code integration files with Claude Flow v2.0.0');
5
5
  console.log();
6
- console.log('Usage: claude-flow init [options]');
6
+ console.log('Usage: claude-flow-novice init [options]');
7
7
  console.log();
8
8
  console.log('🚀 DEFAULT BEHAVIOR:');
9
- console.log(' claude-flow init Initialize with Claude Flow v2.0.0 enhanced features');
9
+ console.log(' claude-flow-novice init Initialize with Claude Flow v2.0.0 enhanced features');
10
10
  console.log(' Creates CLAUDE.md & .claude/commands for MCP integration');
11
11
  console.log();
12
12
  console.log('Standard Options:');
@@ -45,32 +45,32 @@ export function showInitHelp() {
45
45
  console.log();
46
46
  console.log('Examples:');
47
47
  console.log('🌊 CLAUDE FLOW v2.0.0 (DEFAULT):');
48
- console.log(' claude-flow init # ⭐ DEFAULT: Full Claude Flow v2.0.0 setup');
49
- console.log(' claude-flow init --force # Overwrite existing configuration');
50
- console.log(' claude-flow init --dry-run # Preview what will be created');
51
- console.log(' claude-flow init --monitoring # Initialize with token tracking enabled');
48
+ console.log(' claude-flow-novice init # ⭐ DEFAULT: Full Claude Flow v2.0.0 setup');
49
+ console.log(' claude-flow-novice init --force # Overwrite existing configuration');
50
+ console.log(' claude-flow-novice init --dry-run # Preview what will be created');
51
+ console.log(' claude-flow-novice init --monitoring # Initialize with token tracking enabled');
52
52
  console.log();
53
53
  console.log('🚀 STANDARD INITIALIZATION:');
54
54
  console.log(' npx claude-flow@latest init --sparc --force # ⭐ RECOMMENDED: Optimized setup');
55
55
  console.log(' npx claude-flow@latest init --sparc # Standard SPARC setup');
56
56
  console.log(
57
- ' claude-flow init --sparc --force # Optimized setup (existing project)',
57
+ ' claude-flow-novice init --sparc --force # Optimized setup (existing project)',
58
58
  );
59
- console.log(' claude-flow init --sparc --modes architect,tdd,code # Selective initialization');
60
- console.log(' claude-flow init --dry-run --sparc # Preview initialization');
61
- console.log(' claude-flow init --minimal # Minimal setup');
59
+ console.log(' claude-flow-novice init --sparc --modes architect,tdd,code # Selective initialization');
60
+ console.log(' claude-flow-novice init --dry-run --sparc # Preview initialization');
61
+ console.log(' claude-flow-novice init --minimal # Minimal setup');
62
62
  console.log();
63
63
  console.log('🔍 VERIFICATION & PAIR PROGRAMMING:');
64
- console.log(' claude-flow init --verify # Truth Verification System setup');
65
- console.log(' claude-flow init --pair # Pair Programming mode setup');
66
- console.log(' claude-flow init --verify --pair # Both verification and pairing');
64
+ console.log(' claude-flow-novice init --verify # Truth Verification System setup');
65
+ console.log(' claude-flow-novice init --pair # Pair Programming mode setup');
66
+ console.log(' claude-flow-novice init --verify --pair # Both verification and pairing');
67
67
  console.log(' npx claude-flow@alpha init --verify --pair # Complete verification setup');
68
68
  console.log();
69
69
  console.log('🔄 VALIDATION & ROLLBACK:');
70
- console.log(' claude-flow init --validate # Validate existing setup');
71
- console.log(' claude-flow init --rollback --full # Full system rollback');
72
- console.log(' claude-flow init --rollback --partial --phase sparc-init # Rollback SPARC only');
73
- console.log(' claude-flow init --list-backups # Show available backups');
70
+ console.log(' claude-flow-novice init --validate # Validate existing setup');
71
+ console.log(' claude-flow-novice init --rollback --full # Full system rollback');
72
+ console.log(' claude-flow-novice init --rollback --partial --phase sparc-init # Rollback SPARC only');
73
+ console.log(' claude-flow-novice init --list-backups # Show available backups');
74
74
  console.log();
75
75
  console.log('What gets created:');
76
76
  console.log(' • .claude/settings.json - Claude Code configuration with hooks');
@@ -81,7 +81,7 @@ export function showInitHelp() {
81
81
  console.log(' • CLAUDE.md with project instructions (v2.0.0 enhanced by default)');
82
82
  console.log(' • memory/ directory for persistent context storage');
83
83
  console.log(' • coordination/ directory for agent orchestration');
84
- console.log(' • ./claude-flow local executable wrapper');
84
+ console.log(' • ./claude-flow-novice local executable wrapper');
85
85
  console.log(' • .gitignore entries for Claude Flow generated files');
86
86
  console.log(' • Automatic MCP server setup if Claude Code CLI is installed');
87
87
  console.log(' • Pre-configured for TDD, architecture, and code generation');
@@ -89,7 +89,7 @@ export function showInitHelp() {
89
89
  console.log('Claude Code Slash Commands Created:');
90
90
  console.log(' • /sparc - Execute SPARC methodology workflows');
91
91
  console.log(' • /sparc-<mode> - Run specific SPARC modes (17+ modes)');
92
- console.log(' • /claude-flow-help - Show all claude-flow commands');
92
+ console.log(' • /claude-flow-help - Show all claude-flow-novice commands');
93
93
  console.log(' • /claude-flow-memory - Interact with memory system');
94
94
  console.log(' • /claude-flow-swarm - Coordinate multi-agent swarms');
95
95
  console.log();