claude-flow-novice 1.3.2 → 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 +88 -0
  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 +58 -0
  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
@@ -389,11 +389,11 @@ export async function initCommand(subArgs, flags) {
389
389
 
390
390
  // Memory README files and persistence database are created by template copier
391
391
 
392
- // Create local claude-flow executable wrapper
392
+ // Create local claude-flow-novice executable wrapper
393
393
  if (!initDryRun) {
394
394
  await createLocalExecutable(workingDir);
395
395
  } else {
396
- console.log(' [DRY RUN] Would create local claude-flow executable wrapper');
396
+ console.log(' [DRY RUN] Would create local claude-flow-novice executable wrapper');
397
397
  }
398
398
 
399
399
  // SPARC initialization
@@ -521,7 +521,7 @@ export async function initCommand(subArgs, flags) {
521
521
 
522
522
  console.log('\n🚀 Next steps:');
523
523
  console.log('1. Review and customize the generated files for your project');
524
- console.log("2. Run './claude-flow start' to begin the orchestration system");
524
+ console.log("2. Run './claude-flow-novice start' to begin the orchestration system");
525
525
  console.log("3. Use './claude-flow' instead of 'npx claude-flow' for all commands");
526
526
  console.log("4. Use 'claude --dangerously-skip-permissions' for unattended operation");
527
527
 
@@ -529,13 +529,13 @@ export async function initCommand(subArgs, flags) {
529
529
  console.log(
530
530
  '5. Use Claude Code slash commands: /sparc, /sparc-architect, /sparc-tdd, etc.',
531
531
  );
532
- console.log("6. Explore SPARC modes with './claude-flow sparc modes'");
533
- console.log('7. Try TDD workflow with \'./claude-flow sparc tdd "your task"\'');
532
+ console.log("6. Explore SPARC modes with './claude-flow-novice sparc modes'");
533
+ console.log('7. Try TDD workflow with \'./claude-flow-novice sparc tdd "your task"\'');
534
534
 
535
535
  if (initOptimized) {
536
536
  console.log('8. Use batchtools commands: /batchtools, /performance for optimization');
537
537
  console.log('9. Enable parallel processing with --parallel flags');
538
- console.log("10. Monitor performance with './claude-flow performance monitor'");
538
+ console.log("10. Monitor performance with './claude-flow-novice performance monitor'");
539
539
  }
540
540
  }
541
541
 
@@ -553,8 +553,8 @@ export async function initCommand(subArgs, flags) {
553
553
 
554
554
  console.log('\n💡 Tips:');
555
555
  console.log(" • Type '/' in Claude Code to see all available slash commands");
556
- console.log(" • Use './claude-flow status' to check system health");
557
- console.log(" • Store important context with './claude-flow memory store'");
556
+ console.log(" • Use './claude-flow-novice status' to check system health");
557
+ console.log(" • Store important context with './claude-flow-novice memory store'");
558
558
 
559
559
  if (initOptimized) {
560
560
  console.log(' • Use --parallel flags for concurrent operations');
@@ -610,7 +610,7 @@ export async function initCommand(subArgs, flags) {
610
610
  console.log('\n⚠️ Claude Code CLI not detected!');
611
611
  console.log(' 📥 Install with: npm install -g @anthropic-ai/claude-code');
612
612
  console.log(' 📋 Then add MCP servers manually with:');
613
- console.log(' claude mcp add claude-flow claude-flow mcp start');
613
+ console.log(' claude mcp add claude-flow-novice claude-flow-novice mcp start');
614
614
  console.log(' claude mcp add ruv-swarm npx ruv-swarm mcp start');
615
615
  console.log(' claude mcp add flow-nexus npx flow-nexus@latest mcp start');
616
616
  }
@@ -1184,7 +1184,7 @@ async function setupMonitoring(workingDir) {
1184
1184
  const path = await import('path');
1185
1185
 
1186
1186
  try {
1187
- // Create .claude-flow directory for tracking data
1187
+ // Create .claude-flow-novice directory for tracking data
1188
1188
  const trackingDir = path.join(workingDir, '.claude-flow');
1189
1189
  await fs.mkdir(trackingDir, { recursive: true });
1190
1190
 
@@ -1269,7 +1269,7 @@ export CLAUDE_CODE_ENABLE_TELEMETRY=1
1269
1269
  console.log(' 1. Add to your shell profile: export CLAUDE_CODE_ENABLE_TELEMETRY=1');
1270
1270
  console.log(' 2. Or run: source .claude-flow/env-setup.sh');
1271
1271
  console.log('\n 💡 Token usage will be tracked in .claude-flow/token-usage.json');
1272
- console.log(' Run: claude-flow analysis token-usage --breakdown --cost-analysis');
1272
+ console.log(' Run: claude-flow-novice analysis token-usage --breakdown --cost-analysis');
1273
1273
  } catch (err) {
1274
1274
  printError(` Failed to setup monitoring: ${err.message}`);
1275
1275
  }
@@ -1692,7 +1692,7 @@ ${commands.map((cmd) => `- [${cmd}](./${cmd}.md)`).join('\n')}
1692
1692
  } else {
1693
1693
  console.log(' ℹ️ Skipping MCP setup (--skip-mcp flag used)');
1694
1694
  console.log('\n 📋 To add MCP servers manually:');
1695
- console.log(' claude mcp add claude-flow npx claude-flow@alpha mcp start');
1695
+ console.log(' claude mcp add claude-flow-novice npx claude-flow@alpha mcp start');
1696
1696
  console.log(' claude mcp add ruv-swarm npx ruv-swarm@latest mcp start');
1697
1697
  console.log(' claude mcp add flow-nexus npx flow-nexus@latest mcp start');
1698
1698
  console.log('\n 💡 MCP servers are defined in .mcp.json (project scope)');
@@ -1702,7 +1702,7 @@ ${commands.map((cmd) => `- [${cmd}](./${cmd}.md)`).join('\n')}
1702
1702
  console.log('\n 📥 To install Claude Code:');
1703
1703
  console.log(' npm install -g @anthropic-ai/claude-code');
1704
1704
  console.log('\n 📋 After installing, add MCP servers:');
1705
- console.log(' claude mcp add claude-flow npx claude-flow@alpha mcp start');
1705
+ console.log(' claude mcp add claude-flow-novice npx claude-flow@alpha mcp start');
1706
1706
  console.log(' claude mcp add ruv-swarm npx ruv-swarm@latest mcp start');
1707
1707
  console.log(' claude mcp add flow-nexus npx flow-nexus@latest mcp start');
1708
1708
  console.log('\n 💡 MCP servers are defined in .mcp.json (project scope)');
@@ -344,7 +344,7 @@ export class RecoveryManager {
344
344
  // Recreate executable
345
345
  const createResult = await this.createExecutableWrapper();
346
346
  if (createResult.success) {
347
- result.actions.push('Recreated claude-flow executable');
347
+ result.actions.push('Recreated claude-flow-novice executable');
348
348
 
349
349
  // Set permissions
350
350
  if (Deno.build.os !== 'windows') {
@@ -285,9 +285,9 @@ export class RollbackExecutor {
285
285
 
286
286
  try {
287
287
  await fs.unlink(executablePath);
288
- result.actions.push('Removed claude-flow executable');
288
+ result.actions.push('Removed claude-flow-novice executable');
289
289
  } catch {
290
- result.actions.push('claude-flow executable was already clean');
290
+ result.actions.push('claude-flow-novice executable was already clean');
291
291
  }
292
292
  } catch (error) {
293
293
  result.success = false;
@@ -29,20 +29,20 @@ SPARC is a systematic approach to software development:
29
29
 
30
30
  ## Usage with Claude-Flow
31
31
 
32
- Use the claude-flow SPARC commands to leverage this environment:
32
+ Use the claude-flow-novice SPARC commands to leverage this environment:
33
33
 
34
34
  \`\`\`bash
35
35
  # List available modes
36
- claude-flow sparc modes
36
+ claude-flow-novice sparc modes
37
37
 
38
38
  # Run specific mode
39
- claude-flow sparc run code "implement user authentication"
39
+ claude-flow-novice sparc run code "implement user authentication"
40
40
 
41
41
  # Execute full TDD workflow
42
- claude-flow sparc tdd "payment processing system"
42
+ claude-flow-novice sparc tdd "payment processing system"
43
43
 
44
44
  # Use custom workflow
45
- claude-flow sparc workflow .roo/workflows/basic-tdd.json
45
+ claude-flow-novice sparc workflow .roo/workflows/basic-tdd.json
46
46
  \`\`\`
47
47
 
48
48
  ## Configuration
@@ -153,8 +153,8 @@ If ANY answer is "No", you MUST combine operations into a single message!
153
153
  - \`npm run test\`: Run the full test suite
154
154
  - \`npm run lint\`: Run ESLint and format checks
155
155
  - \`npm run typecheck\`: Run TypeScript type checking
156
- - \`./claude-flow start\`: Start the orchestration system
157
- - \`./claude-flow --help\`: Show all available commands
156
+ - \`./claude-flow-novice start\`: Start the orchestration system
157
+ - \`./claude-flow-novice --help\`: Show all available commands
158
158
 
159
159
  ## Code Style Preferences
160
160
  - Use ES modules (import/export) syntax, not CommonJS (require)
@@ -189,8 +189,8 @@ This is a Claude-Flow AI agent orchestration system with the following component
189
189
 
190
190
  ## Debugging
191
191
  - Check logs in \`./claude-flow.log\`
192
- - Use \`./claude-flow status\` to check system health
193
- - Monitor with \`./claude-flow monitor\` for real-time updates
192
+ - Use \`./claude-flow-novice status\` to check system health
193
+ - Monitor with \`./claude-flow-novice monitor\` for real-time updates
194
194
  - Verbose output available with \`--verbose\` flag on most commands
195
195
 
196
196
  ## 🌐 Flow Nexus Cloud Platform
@@ -308,10 +308,10 @@ This project uses the SPARC (Specification, Pseudocode, Architecture, Refinement
308
308
  ## SPARC Development Commands
309
309
 
310
310
  ### Core SPARC Commands
311
- - \`./claude-flow sparc modes\`: List all available SPARC development modes
312
- - \`./claude-flow sparc run <mode> "<task>"\`: Execute specific SPARC mode for a task
313
- - \`./claude-flow sparc tdd "<feature>"\`: Run complete TDD workflow using SPARC methodology
314
- - \`./claude-flow sparc info <mode>\`: Get detailed information about a specific mode
311
+ - \`./claude-flow-novice sparc modes\`: List all available SPARC development modes
312
+ - \`./claude-flow-novice sparc run <mode> "<task>"\`: Execute specific SPARC mode for a task
313
+ - \`./claude-flow-novice sparc tdd "<feature>"\`: Run complete TDD workflow using SPARC methodology
314
+ - \`./claude-flow-novice sparc info <mode>\`: Get detailed information about a specific mode
315
315
 
316
316
  ### Standard Build Commands
317
317
  - \`npm run build\`: Build the project
@@ -324,7 +324,7 @@ This project uses the SPARC (Specification, Pseudocode, Architecture, Refinement
324
324
  ### 1. Specification Phase
325
325
  \`\`\`bash
326
326
  # Create detailed specifications and requirements
327
- ./claude-flow sparc run spec-pseudocode "Define user authentication requirements"
327
+ ./claude-flow-novice sparc run spec-pseudocode "Define user authentication requirements"
328
328
  \`\`\`
329
329
  - Define clear functional requirements
330
330
  - Document edge cases and constraints
@@ -334,7 +334,7 @@ This project uses the SPARC (Specification, Pseudocode, Architecture, Refinement
334
334
  ### 2. Pseudocode Phase
335
335
  \`\`\`bash
336
336
  # Develop algorithmic logic and data flows
337
- ./claude-flow sparc run spec-pseudocode "Create authentication flow pseudocode"
337
+ ./claude-flow-novice sparc run spec-pseudocode "Create authentication flow pseudocode"
338
338
  \`\`\`
339
339
  - Break down complex logic into steps
340
340
  - Define data structures and interfaces
@@ -344,7 +344,7 @@ This project uses the SPARC (Specification, Pseudocode, Architecture, Refinement
344
344
  ### 3. Architecture Phase
345
345
  \`\`\`bash
346
346
  # Design system architecture and component structure
347
- ./claude-flow sparc run architect "Design authentication service architecture"
347
+ ./claude-flow-novice sparc run architect "Design authentication service architecture"
348
348
  \`\`\`
349
349
  - Create system diagrams and component relationships
350
350
  - Define API contracts and interfaces
@@ -354,7 +354,7 @@ This project uses the SPARC (Specification, Pseudocode, Architecture, Refinement
354
354
  ### 4. Refinement Phase (TDD Implementation)
355
355
  \`\`\`bash
356
356
  # Execute Test-Driven Development cycle
357
- ./claude-flow sparc tdd "implement user authentication system"
357
+ ./claude-flow-novice sparc tdd "implement user authentication system"
358
358
  \`\`\`
359
359
 
360
360
  **TDD Cycle:**
@@ -366,7 +366,7 @@ This project uses the SPARC (Specification, Pseudocode, Architecture, Refinement
366
366
  ### 5. Completion Phase
367
367
  \`\`\`bash
368
368
  # Integration, documentation, and validation
369
- ./claude-flow sparc run integration "integrate authentication with user management"
369
+ ./claude-flow-novice sparc run integration "integrate authentication with user management"
370
370
  \`\`\`
371
371
  - Integrate all components
372
372
  - Perform end-to-end testing
@@ -427,7 +427,7 @@ Claude Code slash commands are available in \`.claude/commands/\`:
427
427
  - Prefer composition over inheritance
428
428
 
429
429
  ### Memory and State Management
430
- - Use claude-flow memory system for persistent state across sessions
430
+ - Use claude-flow-novice memory system for persistent state across sessions
431
431
  - Store progress and findings using namespaced keys
432
432
  - Query previous work before starting new tasks
433
433
  - Export/import memory for backup and sharing
@@ -437,19 +437,19 @@ Claude Code slash commands are available in \`.claude/commands/\`:
437
437
  ### Memory Commands for SPARC Development
438
438
  \`\`\`bash
439
439
  # Store project specifications
440
- ./claude-flow memory store spec_auth "User authentication requirements and constraints"
440
+ ./claude-flow-novice memory store spec_auth "User authentication requirements and constraints"
441
441
 
442
442
  # Store architectural decisions
443
- ./claude-flow memory store arch_decisions "Database schema and API design choices"
443
+ ./claude-flow-novice memory store arch_decisions "Database schema and API design choices"
444
444
 
445
445
  # Store test results and coverage
446
- ./claude-flow memory store test_coverage "Authentication module: 95% coverage, all tests passing"
446
+ ./claude-flow-novice memory store test_coverage "Authentication module: 95% coverage, all tests passing"
447
447
 
448
448
  # Query previous work
449
- ./claude-flow memory query auth_implementation
449
+ ./claude-flow-novice memory query auth_implementation
450
450
 
451
451
  # Export project memory
452
- ./claude-flow memory export project_backup.json
452
+ ./claude-flow-novice memory export project_backup.json
453
453
  \`\`\`
454
454
 
455
455
  ### Memory Namespaces
@@ -464,37 +464,37 @@ Claude Code slash commands are available in \`.claude/commands/\`:
464
464
  ### Feature Development Workflow
465
465
  \`\`\`bash
466
466
  # 1. Start with specification
467
- ./claude-flow sparc run spec-pseudocode "User profile management feature"
467
+ ./claude-flow-novice sparc run spec-pseudocode "User profile management feature"
468
468
 
469
469
  # 2. Design architecture
470
- ./claude-flow sparc run architect "Profile service architecture with data validation"
470
+ ./claude-flow-novice sparc run architect "Profile service architecture with data validation"
471
471
 
472
472
  # 3. Implement with TDD
473
- ./claude-flow sparc tdd "user profile CRUD operations"
473
+ ./claude-flow-novice sparc tdd "user profile CRUD operations"
474
474
 
475
475
  # 4. Security review
476
- ./claude-flow sparc run security-review "profile data access and validation"
476
+ ./claude-flow-novice sparc run security-review "profile data access and validation"
477
477
 
478
478
  # 5. Integration testing
479
- ./claude-flow sparc run integration "profile service with authentication system"
479
+ ./claude-flow-novice sparc run integration "profile service with authentication system"
480
480
 
481
481
  # 6. Documentation
482
- ./claude-flow sparc run docs-writer "profile service API documentation"
482
+ ./claude-flow-novice sparc run docs-writer "profile service API documentation"
483
483
  \`\`\`
484
484
 
485
485
  ### Bug Fix Workflow
486
486
  \`\`\`bash
487
487
  # 1. Debug and analyze
488
- ./claude-flow sparc run debug "authentication token expiration issue"
488
+ ./claude-flow-novice sparc run debug "authentication token expiration issue"
489
489
 
490
490
  # 2. Write regression tests
491
- ./claude-flow sparc run tdd "token refresh mechanism tests"
491
+ ./claude-flow-novice sparc run tdd "token refresh mechanism tests"
492
492
 
493
493
  # 3. Implement fix
494
- ./claude-flow sparc run code "fix token refresh in authentication service"
494
+ ./claude-flow-novice sparc run code "fix token refresh in authentication service"
495
495
 
496
496
  # 4. Security review
497
- ./claude-flow sparc run security-review "token handling security implications"
497
+ ./claude-flow-novice sparc run security-review "token handling security implications"
498
498
  \`\`\`
499
499
 
500
500
  ## Configuration Files
@@ -537,16 +537,16 @@ Claude Code slash commands are available in \`.claude/commands/\`:
537
537
  ### Debug Commands
538
538
  \`\`\`bash
539
539
  # Check SPARC configuration
540
- ./claude-flow sparc modes
540
+ ./claude-flow-novice sparc modes
541
541
 
542
542
  # Verify memory system
543
- ./claude-flow memory stats
543
+ ./claude-flow-novice memory stats
544
544
 
545
545
  # Check system status
546
- ./claude-flow status
546
+ ./claude-flow-novice status
547
547
 
548
548
  # View detailed mode information
549
- ./claude-flow sparc info <mode-name>
549
+ ./claude-flow-novice sparc info <mode-name>
550
550
  \`\`\`
551
551
 
552
552
  ## Project Architecture
@@ -678,15 +678,15 @@ This project uses SPARC (Specification, Pseudocode, Architecture, Refinement, Co
678
678
  ## SPARC Commands
679
679
 
680
680
  ### Core Commands
681
- - \`npx claude-flow sparc modes\` - List available modes
682
- - \`npx claude-flow sparc run <mode> "<task>"\` - Execute specific mode
683
- - \`npx claude-flow sparc tdd "<feature>"\` - Run complete TDD workflow
684
- - \`npx claude-flow sparc info <mode>\` - Get mode details
681
+ - \`npx claude-flow-novice sparc modes\` - List available modes
682
+ - \`npx claude-flow-novice sparc run <mode> "<task>"\` - Execute specific mode
683
+ - \`npx claude-flow-novice sparc tdd "<feature>"\` - Run complete TDD workflow
684
+ - \`npx claude-flow-novice sparc info <mode>\` - Get mode details
685
685
 
686
686
  ### Batchtools Commands
687
- - \`npx claude-flow sparc batch <modes> "<task>"\` - Parallel execution
688
- - \`npx claude-flow sparc pipeline "<task>"\` - Full pipeline processing
689
- - \`npx claude-flow sparc concurrent <mode> "<tasks-file>"\` - Multi-task processing
687
+ - \`npx claude-flow-novice sparc batch <modes> "<task>"\` - Parallel execution
688
+ - \`npx claude-flow-novice sparc pipeline "<task>"\` - Full pipeline processing
689
+ - \`npx claude-flow-novice sparc concurrent <mode> "<tasks-file>"\` - Multi-task processing
690
690
 
691
691
  ### Build Commands
692
692
  - \`npm run build\` - Build project
@@ -768,7 +768,7 @@ This project uses SPARC (Specification, Pseudocode, Architecture, Refinement, Co
768
768
 
769
769
  \`\`\`bash
770
770
  # Add MCP servers (Claude Flow required, others optional)
771
- claude mcp add claude-flow npx claude-flow@alpha mcp start
771
+ claude mcp add claude-flow-novice npx claude-flow@alpha mcp start
772
772
  claude mcp add ruv-swarm npx ruv-swarm mcp start # Optional: Enhanced coordination
773
773
  claude mcp add flow-nexus npx flow-nexus@latest mcp start # Optional: Cloud features
774
774
  \`\`\`
@@ -4,9 +4,9 @@ export function createMinimalCoordinationMd() {
4
4
  return `# Agent Coordination
5
5
 
6
6
  ## Quick Commands
7
- - \`npx claude-flow agent spawn <type>\`: Create new agent
8
- - \`npx claude-flow agent list\`: Show active agents
9
- - \`npx claude-flow task create <type> <description>\`: Create task
7
+ - \`npx claude-flow-novice agent spawn <type>\`: Create new agent
8
+ - \`npx claude-flow-novice agent list\`: Show active agents
9
+ - \`npx claude-flow-novice task create <type> <description>\`: Create task
10
10
 
11
11
  ## Agent Types
12
12
  - researcher, coder, analyst, coordinator, general
@@ -35,27 +35,27 @@ The Claude-Flow coordination system manages multiple AI agents working together
35
35
  ## Coordination Commands
36
36
  \`\`\`bash
37
37
  # Agent Management
38
- npx claude-flow agent spawn <type> --name <name> --priority <1-10>
39
- npx claude-flow agent list
40
- npx claude-flow agent info <agent-id>
41
- npx claude-flow agent terminate <agent-id>
38
+ npx claude-flow-novice agent spawn <type> --name <name> --priority <1-10>
39
+ npx claude-flow-novice agent list
40
+ npx claude-flow-novice agent info <agent-id>
41
+ npx claude-flow-novice agent terminate <agent-id>
42
42
 
43
43
  # Task Management
44
- npx claude-flow task create <type> <description> --priority <1-10> --deps <task-ids>
45
- npx claude-flow task list --verbose
46
- npx claude-flow task status <task-id>
47
- npx claude-flow task cancel <task-id>
44
+ npx claude-flow-novice task create <type> <description> --priority <1-10> --deps <task-ids>
45
+ npx claude-flow-novice task list --verbose
46
+ npx claude-flow-novice task status <task-id>
47
+ npx claude-flow-novice task cancel <task-id>
48
48
 
49
49
  # System Monitoring
50
- npx claude-flow status --verbose
51
- npx claude-flow monitor --interval 5000
50
+ npx claude-flow-novice status --verbose
51
+ npx claude-flow-novice monitor --interval 5000
52
52
  \`\`\`
53
53
 
54
54
  ## Workflow Execution
55
55
  Workflows are defined in JSON format and can orchestrate complex multi-agent operations:
56
56
  \`\`\`bash
57
- npx claude-flow workflow examples/research-workflow.json
58
- npx claude-flow workflow examples/development-config.json --async
57
+ npx claude-flow-novice workflow examples/research-workflow.json
58
+ npx claude-flow-novice workflow examples/development-config.json --async
59
59
  \`\`\`
60
60
 
61
61
  ## Advanced Features
@@ -98,8 +98,8 @@ Coordination settings in \`claude-flow.config.json\`:
98
98
  - Regular cleanup of completed tasks and inactive agents
99
99
 
100
100
  ## Troubleshooting
101
- - Check agent health with \`npx claude-flow status\`
102
- - View detailed logs with \`npx claude-flow monitor\`
101
+ - Check agent health with \`npx claude-flow-novice status\`
102
+ - View detailed logs with \`npx claude-flow-novice monitor\`
103
103
  - Restart stuck agents with terminate/spawn cycle
104
104
  - Use \`--verbose\` flags for detailed diagnostic information
105
105
  `;
@@ -136,51 +136,51 @@ The Claude-Flow coordination system manages multiple AI agents working together
136
136
  ### Standard Commands
137
137
  \`\`\`bash
138
138
  # Agent Management
139
- npx claude-flow agent spawn <type> --name <name> --priority <1-10>
140
- npx claude-flow agent list
141
- npx claude-flow agent info <agent-id>
142
- npx claude-flow agent terminate <agent-id>
139
+ npx claude-flow-novice agent spawn <type> --name <name> --priority <1-10>
140
+ npx claude-flow-novice agent list
141
+ npx claude-flow-novice agent info <agent-id>
142
+ npx claude-flow-novice agent terminate <agent-id>
143
143
 
144
144
  # Task Management
145
- npx claude-flow task create <type> <description> --priority <1-10> --deps <task-ids>
146
- npx claude-flow task list --verbose
147
- npx claude-flow task status <task-id>
148
- npx claude-flow task cancel <task-id>
145
+ npx claude-flow-novice task create <type> <description> --priority <1-10> --deps <task-ids>
146
+ npx claude-flow-novice task list --verbose
147
+ npx claude-flow-novice task status <task-id>
148
+ npx claude-flow-novice task cancel <task-id>
149
149
 
150
150
  # System Monitoring
151
- npx claude-flow status --verbose
152
- npx claude-flow monitor --interval 5000
151
+ npx claude-flow-novice status --verbose
152
+ npx claude-flow-novice monitor --interval 5000
153
153
  \`\`\`
154
154
 
155
155
  ### Batchtools Commands
156
156
  \`\`\`bash
157
157
  # Batch Agent Management
158
- npx claude-flow agent batch-spawn <agents-config> --parallel
159
- npx claude-flow agent parallel-status --all-agents
160
- npx claude-flow agent concurrent-terminate <agent-ids>
158
+ npx claude-flow-novice agent batch-spawn <agents-config> --parallel
159
+ npx claude-flow-novice agent parallel-status --all-agents
160
+ npx claude-flow-novice agent concurrent-terminate <agent-ids>
161
161
 
162
162
  # Batch Task Management
163
- npx claude-flow task batch-create <tasks-file> --parallel
164
- npx claude-flow task parallel-execute <task-ids> --concurrent
165
- npx claude-flow task batch-monitor --real-time --parallel
163
+ npx claude-flow-novice task batch-create <tasks-file> --parallel
164
+ npx claude-flow-novice task parallel-execute <task-ids> --concurrent
165
+ npx claude-flow-novice task batch-monitor --real-time --parallel
166
166
 
167
167
  # Advanced Coordination
168
- npx claude-flow coordination batch-workflow <workflows-config> --parallel
169
- npx claude-flow coordination parallel-orchestrate <orchestration-config>
170
- npx claude-flow coordination concurrent-monitor --all-systems
168
+ npx claude-flow-novice coordination batch-workflow <workflows-config> --parallel
169
+ npx claude-flow-novice coordination parallel-orchestrate <orchestration-config>
170
+ npx claude-flow-novice coordination concurrent-monitor --all-systems
171
171
  \`\`\`
172
172
 
173
173
  ## Workflow Execution (Batchtools Enhanced)
174
174
  Workflows support parallel execution, batch processing, and concurrent orchestration:
175
175
  \`\`\`bash
176
176
  # Standard workflow execution
177
- npx claude-flow workflow examples/research-workflow.json
178
- npx claude-flow workflow examples/development-config.json --async
177
+ npx claude-flow-novice workflow examples/research-workflow.json
178
+ npx claude-flow-novice workflow examples/development-config.json --async
179
179
 
180
180
  # Batchtools workflow execution
181
- npx claude-flow workflow batch-execute <workflow-configs> --parallel
182
- npx claude-flow workflow parallel-orchestrate <workflows-dir> --concurrent
183
- npx claude-flow workflow concurrent-monitor --all-workflows --real-time
181
+ npx claude-flow-novice workflow batch-execute <workflow-configs> --parallel
182
+ npx claude-flow-novice workflow parallel-orchestrate <workflows-dir> --concurrent
183
+ npx claude-flow-novice workflow concurrent-monitor --all-workflows --real-time
184
184
  \`\`\`
185
185
 
186
186
  ## Advanced Features (Enhanced)
@@ -256,25 +256,25 @@ Coordination settings in \`claude-flow.config.json\` with batchtools optimizatio
256
256
  ### Parallel Coordination Patterns
257
257
  \`\`\`bash
258
258
  # Spawn multiple specialized agents in parallel
259
- npx claude-flow agent batch-spawn sparc-agents.json --parallel --validate
259
+ npx claude-flow-novice agent batch-spawn sparc-agents.json --parallel --validate
260
260
 
261
261
  # Execute batch of related tasks concurrently
262
- npx claude-flow task parallel-execute research-tasks.json --concurrent --monitor
262
+ npx claude-flow-novice task parallel-execute research-tasks.json --concurrent --monitor
263
263
 
264
264
  # Orchestrate multiple workflows simultaneously
265
- npx claude-flow workflow concurrent-orchestrate project-workflows/ --parallel
265
+ npx claude-flow-novice workflow concurrent-orchestrate project-workflows/ --parallel
266
266
  \`\`\`
267
267
 
268
268
  ### Performance Monitoring (Enhanced)
269
269
  \`\`\`bash
270
270
  # Monitor concurrent operations across all agents
271
- npx claude-flow monitor --concurrent --all-agents --verbose
271
+ npx claude-flow-novice monitor --concurrent --all-agents --verbose
272
272
 
273
273
  # Analyze batch processing performance
274
- npx claude-flow coordination performance-report --batchtools --detailed
274
+ npx claude-flow-novice coordination performance-report --batchtools --detailed
275
275
 
276
276
  # Real-time parallel task monitoring
277
- npx claude-flow task parallel-monitor --real-time --performance-metrics
277
+ npx claude-flow-novice task parallel-monitor --real-time --performance-metrics
278
278
  \`\`\`
279
279
 
280
280
  ## Best Practices (Batchtools Enhanced)
@@ -317,23 +317,23 @@ npx claude-flow task parallel-monitor --real-time --performance-metrics
317
317
  ### Debug Commands (Enhanced)
318
318
  \`\`\`bash
319
319
  # Check concurrent coordination status
320
- npx claude-flow coordination debug --concurrent --verbose
320
+ npx claude-flow-novice coordination debug --concurrent --verbose
321
321
 
322
322
  # Analyze batch operation performance
323
- npx claude-flow coordination analyze --batchtools --performance
323
+ npx claude-flow-novice coordination analyze --batchtools --performance
324
324
 
325
325
  # Validate parallel agent integrity
326
- npx claude-flow agent validate --parallel --health-check
326
+ npx claude-flow-novice agent validate --parallel --health-check
327
327
 
328
328
  # Monitor resource usage during concurrent operations
329
- npx claude-flow monitor --resources --concurrent --real-time
329
+ npx claude-flow-novice monitor --resources --concurrent --real-time
330
330
  \`\`\`
331
331
 
332
332
  ### Advanced Troubleshooting
333
- - Check agent health with parallel monitoring: \`npx claude-flow status --concurrent\`
334
- - View detailed logs with concurrent analysis: \`npx claude-flow monitor --parallel --verbose\`
335
- - Restart stuck agents with batch operations: \`npx claude-flow agent batch-restart <agent-ids>\`
336
- - Use concurrent diagnostics: \`npx claude-flow debug --all-systems --parallel\`
333
+ - Check agent health with parallel monitoring: \`npx claude-flow-novice status --concurrent\`
334
+ - View detailed logs with concurrent analysis: \`npx claude-flow-novice monitor --parallel --verbose\`
335
+ - Restart stuck agents with batch operations: \`npx claude-flow-novice agent batch-restart <agent-ids>\`
336
+ - Use concurrent diagnostics: \`npx claude-flow-novice debug --all-systems --parallel\`
337
337
 
338
338
  For more information about coordination system optimization, see: https://github.com/ruvnet/claude-code-flow/docs/coordination-batchtools.md
339
339
  `;