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
@@ -20,85 +20,85 @@ Claude-Flow is the ultimate multi-terminal orchestration platform that revolutio
20
20
  ## Core Commands (Enhanced)
21
21
 
22
22
  ### 🚀 System Management
23
- - \`./claude-flow start\` - Start orchestration system
24
- - \`./claude-flow start --ui\` - Start with interactive process management UI
25
- - \`./claude-flow start --parallel\` - Start with enhanced parallel processing
26
- - \`./claude-flow status\` - Check system status
27
- - \`./claude-flow status --concurrent\` - Check status with parallel monitoring
28
- - \`./claude-flow monitor\` - Real-time monitoring
29
- - \`./claude-flow monitor --performance\` - Enhanced performance monitoring
30
- - \`./claude-flow stop\` - Stop orchestration
23
+ - \`./claude-flow-novice start\` - Start orchestration system
24
+ - \`./claude-flow-novice start --ui\` - Start with interactive process management UI
25
+ - \`./claude-flow-novice start --parallel\` - Start with enhanced parallel processing
26
+ - \`./claude-flow-novice status\` - Check system status
27
+ - \`./claude-flow-novice status --concurrent\` - Check status with parallel monitoring
28
+ - \`./claude-flow-novice monitor\` - Real-time monitoring
29
+ - \`./claude-flow-novice monitor --performance\` - Enhanced performance monitoring
30
+ - \`./claude-flow-novice stop\` - Stop orchestration
31
31
 
32
32
  ### 🤖 Agent Management (Parallel)
33
- - \`./claude-flow agent spawn <type>\` - Create new agent
34
- - \`./claude-flow agent batch-spawn <config>\` - Create multiple agents in parallel
35
- - \`./claude-flow agent list\` - List active agents
36
- - \`./claude-flow agent parallel-status\` - Check all agent status concurrently
37
- - \`./claude-flow agent info <id>\` - Agent details
38
- - \`./claude-flow agent terminate <id>\` - Stop agent
39
- - \`./claude-flow agent batch-terminate <ids>\` - Stop multiple agents in parallel
33
+ - \`./claude-flow-novice agent spawn <type>\` - Create new agent
34
+ - \`./claude-flow-novice agent batch-spawn <config>\` - Create multiple agents in parallel
35
+ - \`./claude-flow-novice agent list\` - List active agents
36
+ - \`./claude-flow-novice agent parallel-status\` - Check all agent status concurrently
37
+ - \`./claude-flow-novice agent info <id>\` - Agent details
38
+ - \`./claude-flow-novice agent terminate <id>\` - Stop agent
39
+ - \`./claude-flow-novice agent batch-terminate <ids>\` - Stop multiple agents in parallel
40
40
 
41
41
  ### 📋 Task Management (Concurrent)
42
- - \`./claude-flow task create <type> "description"\` - Create task
43
- - \`./claude-flow task batch-create <tasks-file>\` - Create multiple tasks in parallel
44
- - \`./claude-flow task list\` - List all tasks
45
- - \`./claude-flow task parallel-status\` - Check all task status concurrently
46
- - \`./claude-flow task status <id>\` - Task status
47
- - \`./claude-flow task cancel <id>\` - Cancel task
48
- - \`./claude-flow task batch-cancel <ids>\` - Cancel multiple tasks in parallel
49
- - \`./claude-flow task workflow <file>\` - Execute workflow
50
- - \`./claude-flow task parallel-workflow <files>\` - Execute multiple workflows concurrently
42
+ - \`./claude-flow-novice task create <type> "description"\` - Create task
43
+ - \`./claude-flow-novice task batch-create <tasks-file>\` - Create multiple tasks in parallel
44
+ - \`./claude-flow-novice task list\` - List all tasks
45
+ - \`./claude-flow-novice task parallel-status\` - Check all task status concurrently
46
+ - \`./claude-flow-novice task status <id>\` - Task status
47
+ - \`./claude-flow-novice task cancel <id>\` - Cancel task
48
+ - \`./claude-flow-novice task batch-cancel <ids>\` - Cancel multiple tasks in parallel
49
+ - \`./claude-flow-novice task workflow <file>\` - Execute workflow
50
+ - \`./claude-flow-novice task parallel-workflow <files>\` - Execute multiple workflows concurrently
51
51
 
52
52
  ### 🧠 Memory Operations (Batch Enhanced)
53
- - \`./claude-flow memory store "key" "value"\` - Store data
54
- - \`./claude-flow memory batch-store <entries-file>\` - Store multiple entries in parallel
55
- - \`./claude-flow memory query "search"\` - Search memory
56
- - \`./claude-flow memory parallel-query <queries>\` - Execute multiple queries concurrently
57
- - \`./claude-flow memory stats\` - Memory statistics
58
- - \`./claude-flow memory stats --concurrent\` - Parallel memory analysis
59
- - \`./claude-flow memory export <file>\` - Export memory
60
- - \`./claude-flow memory concurrent-export <namespaces>\` - Export multiple namespaces in parallel
61
- - \`./claude-flow memory import <file>\` - Import memory
62
- - \`./claude-flow memory batch-import <files>\` - Import multiple files concurrently
53
+ - \`./claude-flow-novice memory store "key" "value"\` - Store data
54
+ - \`./claude-flow-novice memory batch-store <entries-file>\` - Store multiple entries in parallel
55
+ - \`./claude-flow-novice memory query "search"\` - Search memory
56
+ - \`./claude-flow-novice memory parallel-query <queries>\` - Execute multiple queries concurrently
57
+ - \`./claude-flow-novice memory stats\` - Memory statistics
58
+ - \`./claude-flow-novice memory stats --concurrent\` - Parallel memory analysis
59
+ - \`./claude-flow-novice memory export <file>\` - Export memory
60
+ - \`./claude-flow-novice memory concurrent-export <namespaces>\` - Export multiple namespaces in parallel
61
+ - \`./claude-flow-novice memory import <file>\` - Import memory
62
+ - \`./claude-flow-novice memory batch-import <files>\` - Import multiple files concurrently
63
63
 
64
64
  ### ⚡ SPARC Development (Optimized)
65
- - \`./claude-flow sparc "task"\` - Run SPARC orchestrator
66
- - \`./claude-flow sparc parallel "tasks"\` - Run multiple SPARC tasks concurrently
67
- - \`./claude-flow sparc modes\` - List all 17+ SPARC modes
68
- - \`./claude-flow sparc run <mode> "task"\` - Run specific mode
69
- - \`./claude-flow sparc batch <modes> "task"\` - Run multiple modes in parallel
70
- - \`./claude-flow sparc tdd "feature"\` - TDD workflow
71
- - \`./claude-flow sparc concurrent-tdd <features>\` - Parallel TDD for multiple features
72
- - \`./claude-flow sparc info <mode>\` - Mode details
65
+ - \`./claude-flow-novice sparc "task"\` - Run SPARC orchestrator
66
+ - \`./claude-flow-novice sparc parallel "tasks"\` - Run multiple SPARC tasks concurrently
67
+ - \`./claude-flow-novice sparc modes\` - List all 17+ SPARC modes
68
+ - \`./claude-flow-novice sparc run <mode> "task"\` - Run specific mode
69
+ - \`./claude-flow-novice sparc batch <modes> "task"\` - Run multiple modes in parallel
70
+ - \`./claude-flow-novice sparc tdd "feature"\` - TDD workflow
71
+ - \`./claude-flow-novice sparc concurrent-tdd <features>\` - Parallel TDD for multiple features
72
+ - \`./claude-flow-novice sparc info <mode>\` - Mode details
73
73
 
74
74
  ### 🐝 Swarm Coordination (Enhanced)
75
- - \`./claude-flow swarm "task" --strategy <type>\` - Start swarm
76
- - \`./claude-flow swarm "task" --background\` - Long-running swarm
77
- - \`./claude-flow swarm "task" --monitor\` - With monitoring
78
- - \`./claude-flow swarm "task" --ui\` - Interactive UI
79
- - \`./claude-flow swarm "task" --distributed\` - Distributed coordination
80
- - \`./claude-flow swarm batch <tasks-config>\` - Multiple swarms in parallel
81
- - \`./claude-flow swarm concurrent "tasks" --parallel\` - Concurrent swarm execution
75
+ - \`./claude-flow-novice swarm "task" --strategy <type>\` - Start swarm
76
+ - \`./claude-flow-novice swarm "task" --background\` - Long-running swarm
77
+ - \`./claude-flow-novice swarm "task" --monitor\` - With monitoring
78
+ - \`./claude-flow-novice swarm "task" --ui\` - Interactive UI
79
+ - \`./claude-flow-novice swarm "task" --distributed\` - Distributed coordination
80
+ - \`./claude-flow-novice swarm batch <tasks-config>\` - Multiple swarms in parallel
81
+ - \`./claude-flow-novice swarm concurrent "tasks" --parallel\` - Concurrent swarm execution
82
82
 
83
83
  ### 🌍 MCP Integration (Parallel)
84
- - \`./claude-flow mcp status\` - MCP server status
85
- - \`./claude-flow mcp parallel-status\` - Check all MCP servers concurrently
86
- - \`./claude-flow mcp tools\` - List available tools
87
- - \`./claude-flow mcp config\` - Show configuration
88
- - \`./claude-flow mcp logs\` - View MCP logs
89
- - \`./claude-flow mcp batch-logs <servers>\` - View multiple server logs in parallel
84
+ - \`./claude-flow-novice mcp status\` - MCP server status
85
+ - \`./claude-flow-novice mcp parallel-status\` - Check all MCP servers concurrently
86
+ - \`./claude-flow-novice mcp tools\` - List available tools
87
+ - \`./claude-flow-novice mcp config\` - Show configuration
88
+ - \`./claude-flow-novice mcp logs\` - View MCP logs
89
+ - \`./claude-flow-novice mcp batch-logs <servers>\` - View multiple server logs in parallel
90
90
 
91
91
  ### 🤖 Claude Integration (Enhanced)
92
- - \`./claude-flow claude spawn "task"\` - Spawn Claude with enhanced guidance
93
- - \`./claude-flow claude batch-spawn <tasks>\` - Spawn multiple Claude instances in parallel
94
- - \`./claude-flow claude batch <file>\` - Execute workflow configuration
92
+ - \`./claude-flow-novice claude spawn "task"\` - Spawn Claude with enhanced guidance
93
+ - \`./claude-flow-novice claude batch-spawn <tasks>\` - Spawn multiple Claude instances in parallel
94
+ - \`./claude-flow-novice claude batch <file>\` - Execute workflow configuration
95
95
 
96
96
  ### 🚀 Batchtools Commands (New)
97
- - \`./claude-flow batchtools status\` - Check batchtools system status
98
- - \`./claude-flow batchtools monitor\` - Real-time performance monitoring
99
- - \`./claude-flow batchtools optimize\` - System optimization recommendations
100
- - \`./claude-flow batchtools benchmark\` - Performance benchmarking
101
- - \`./claude-flow batchtools config\` - Batchtools configuration management
97
+ - \`./claude-flow-novice batchtools status\` - Check batchtools system status
98
+ - \`./claude-flow-novice batchtools monitor\` - Real-time performance monitoring
99
+ - \`./claude-flow-novice batchtools optimize\` - System optimization recommendations
100
+ - \`./claude-flow-novice batchtools benchmark\` - Performance benchmarking
101
+ - \`./claude-flow-novice batchtools config\` - Batchtools configuration management
102
102
 
103
103
  ## 🌟 Quick Examples (Optimized)
104
104
 
@@ -109,22 +109,22 @@ npx -y claude-flow@latest init --sparc --force
109
109
 
110
110
  ### Start a parallel development swarm:
111
111
  \`\`\`bash
112
- ./claude-flow swarm "Build REST API" --strategy development --monitor --review --parallel
112
+ ./claude-flow-novice swarm "Build REST API" --strategy development --monitor --review --parallel
113
113
  \`\`\`
114
114
 
115
115
  ### Run concurrent TDD workflow:
116
116
  \`\`\`bash
117
- ./claude-flow sparc concurrent-tdd "user authentication,payment processing,notification system"
117
+ ./claude-flow-novice sparc concurrent-tdd "user authentication,payment processing,notification system"
118
118
  \`\`\`
119
119
 
120
120
  ### Store project context with batch operations:
121
121
  \`\`\`bash
122
- ./claude-flow memory batch-store "project-contexts.json" --namespace project --parallel
122
+ ./claude-flow-novice memory batch-store "project-contexts.json" --namespace project --parallel
123
123
  \`\`\`
124
124
 
125
125
  ### Spawn specialized agents in parallel:
126
126
  \`\`\`bash
127
- ./claude-flow agent batch-spawn agents-config.json --parallel --validate
127
+ ./claude-flow-novice agent batch-spawn agents-config.json --parallel --validate
128
128
  \`\`\`
129
129
 
130
130
  ## 🎯 Performance Features
@@ -215,25 +215,25 @@ npx -y claude-flow@latest init --sparc --force
215
215
  ### Performance Issues
216
216
  \`\`\`bash
217
217
  # Monitor system performance during operations
218
- ./claude-flow monitor --performance --real-time
218
+ ./claude-flow-novice monitor --performance --real-time
219
219
 
220
220
  # Check resource utilization
221
- ./claude-flow batchtools monitor --resources --detailed
221
+ ./claude-flow-novice batchtools monitor --resources --detailed
222
222
 
223
223
  # Analyze operation bottlenecks
224
- ./claude-flow performance analyze --bottlenecks --optimization
224
+ ./claude-flow-novice performance analyze --bottlenecks --optimization
225
225
  \`\`\`
226
226
 
227
227
  ### Optimization Commands
228
228
  \`\`\`bash
229
229
  # Auto-optimize system configuration
230
- ./claude-flow batchtools optimize --auto-tune
230
+ ./claude-flow-novice batchtools optimize --auto-tune
231
231
 
232
232
  # Performance benchmarking
233
- ./claude-flow batchtools benchmark --detailed --export
233
+ ./claude-flow-novice batchtools benchmark --detailed --export
234
234
 
235
235
  # System resource analysis
236
- ./claude-flow performance report --system --recommendations
236
+ ./claude-flow-novice performance report --system --recommendations
237
237
  \`\`\`
238
238
 
239
239
  For comprehensive documentation and optimization guides, see the resources above.
@@ -259,22 +259,22 @@ The memory system provides persistent storage for cross-session and cross-agent
259
259
  ### Standard Storage
260
260
  \`\`\`bash
261
261
  # Store with default namespace
262
- ./claude-flow memory store "key" "value"
262
+ ./claude-flow-novice memory store "key" "value"
263
263
 
264
264
  # Store with specific namespace
265
- ./claude-flow memory store "architecture_decisions" "microservices with API gateway" --namespace arch
265
+ ./claude-flow-novice memory store "architecture_decisions" "microservices with API gateway" --namespace arch
266
266
  \`\`\`
267
267
 
268
268
  ### Batch Storage (Optimized)
269
269
  \`\`\`bash
270
270
  # Store multiple entries in parallel
271
- ./claude-flow memory batch-store entries.json --parallel
271
+ ./claude-flow-novice memory batch-store entries.json --parallel
272
272
 
273
273
  # Store with concurrent validation
274
- ./claude-flow memory concurrent-store "multiple_keys" "values" --namespace arch --validate
274
+ ./claude-flow-novice memory concurrent-store "multiple_keys" "values" --namespace arch --validate
275
275
 
276
276
  # Bulk storage with optimization
277
- ./claude-flow memory bulk-store project-data/ --recursive --optimize --parallel
277
+ ./claude-flow-novice memory bulk-store project-data/ --recursive --optimize --parallel
278
278
  \`\`\`
279
279
 
280
280
  ## Query Memory (Enhanced)
@@ -282,22 +282,22 @@ The memory system provides persistent storage for cross-session and cross-agent
282
282
  ### Standard Queries
283
283
  \`\`\`bash
284
284
  # Search across all namespaces
285
- ./claude-flow memory query "authentication"
285
+ ./claude-flow-novice memory query "authentication"
286
286
 
287
287
  # Search with filters
288
- ./claude-flow memory query "API design" --namespace arch --limit 10
288
+ ./claude-flow-novice memory query "API design" --namespace arch --limit 10
289
289
  \`\`\`
290
290
 
291
291
  ### Parallel Queries (Optimized)
292
292
  \`\`\`bash
293
293
  # Execute multiple queries concurrently
294
- ./claude-flow memory parallel-query "auth,api,database" --concurrent
294
+ ./claude-flow-novice memory parallel-query "auth,api,database" --concurrent
295
295
 
296
296
  # Search across multiple namespaces simultaneously
297
- ./claude-flow memory concurrent-search "authentication" --namespaces arch,impl,test --parallel
297
+ ./claude-flow-novice memory concurrent-search "authentication" --namespaces arch,impl,test --parallel
298
298
 
299
299
  # Batch query processing
300
- ./claude-flow memory batch-query queries.json --optimize --results-parallel
300
+ ./claude-flow-novice memory batch-query queries.json --optimize --results-parallel
301
301
  \`\`\`
302
302
 
303
303
  ## Memory Statistics (Enhanced)
@@ -305,22 +305,22 @@ The memory system provides persistent storage for cross-session and cross-agent
305
305
  ### Standard Statistics
306
306
  \`\`\`bash
307
307
  # Show overall statistics
308
- ./claude-flow memory stats
308
+ ./claude-flow-novice memory stats
309
309
 
310
310
  # Show namespace-specific stats
311
- ./claude-flow memory stats --namespace project
311
+ ./claude-flow-novice memory stats --namespace project
312
312
  \`\`\`
313
313
 
314
314
  ### Performance Statistics (Optimized)
315
315
  \`\`\`bash
316
316
  # Real-time performance monitoring
317
- ./claude-flow memory stats --real-time --performance
317
+ ./claude-flow-novice memory stats --real-time --performance
318
318
 
319
319
  # Concurrent analysis across all namespaces
320
- ./claude-flow memory concurrent-stats --all-namespaces --detailed
320
+ ./claude-flow-novice memory concurrent-stats --all-namespaces --detailed
321
321
 
322
322
  # Batch performance analysis
323
- ./claude-flow memory performance-stats --optimization --benchmarks
323
+ ./claude-flow-novice memory performance-stats --optimization --benchmarks
324
324
  \`\`\`
325
325
 
326
326
  ## Export/Import (Enhanced)
@@ -328,25 +328,25 @@ The memory system provides persistent storage for cross-session and cross-agent
328
328
  ### Standard Operations
329
329
  \`\`\`bash
330
330
  # Export all memory
331
- ./claude-flow memory export full-backup.json
331
+ ./claude-flow-novice memory export full-backup.json
332
332
 
333
333
  # Export specific namespace
334
- ./claude-flow memory export project-backup.json --namespace project
334
+ ./claude-flow-novice memory export project-backup.json --namespace project
335
335
 
336
336
  # Import memory
337
- ./claude-flow memory import backup.json
337
+ ./claude-flow-novice memory import backup.json
338
338
  \`\`\`
339
339
 
340
340
  ### Batch Operations (Optimized)
341
341
  \`\`\`bash
342
342
  # Export multiple namespaces in parallel
343
- ./claude-flow memory concurrent-export namespaces.json --parallel --compress
343
+ ./claude-flow-novice memory concurrent-export namespaces.json --parallel --compress
344
344
 
345
345
  # Batch import with validation
346
- ./claude-flow memory batch-import backups/ --validate --parallel
346
+ ./claude-flow-novice memory batch-import backups/ --validate --parallel
347
347
 
348
348
  # Incremental export with optimization
349
- ./claude-flow memory incremental-export --since yesterday --optimize --concurrent
349
+ ./claude-flow-novice memory incremental-export --since yesterday --optimize --concurrent
350
350
  \`\`\`
351
351
 
352
352
  ## Cleanup Operations (Enhanced)
@@ -354,22 +354,22 @@ The memory system provides persistent storage for cross-session and cross-agent
354
354
  ### Standard Cleanup
355
355
  \`\`\`bash
356
356
  # Clean entries older than 30 days
357
- ./claude-flow memory cleanup --days 30
357
+ ./claude-flow-novice memory cleanup --days 30
358
358
 
359
359
  # Clean specific namespace
360
- ./claude-flow memory cleanup --namespace temp --days 7
360
+ ./claude-flow-novice memory cleanup --namespace temp --days 7
361
361
  \`\`\`
362
362
 
363
363
  ### Batch Cleanup (Optimized)
364
364
  \`\`\`bash
365
365
  # Parallel cleanup across multiple namespaces
366
- ./claude-flow memory concurrent-cleanup --namespaces temp,cache --days 7 --parallel
366
+ ./claude-flow-novice memory concurrent-cleanup --namespaces temp,cache --days 7 --parallel
367
367
 
368
368
  # Smart cleanup with optimization
369
- ./claude-flow memory smart-cleanup --auto-optimize --performance-based
369
+ ./claude-flow-novice memory smart-cleanup --auto-optimize --performance-based
370
370
 
371
371
  # Batch maintenance operations
372
- ./claude-flow memory batch-maintenance --compress --reindex --parallel
372
+ ./claude-flow-novice memory batch-maintenance --compress --reindex --parallel
373
373
  \`\`\`
374
374
 
375
375
  ## 🗂️ Namespaces (Enhanced)
@@ -419,37 +419,37 @@ The memory system provides persistent storage for cross-session and cross-agent
419
419
  ### Store SPARC context with parallel operations:
420
420
  \`\`\`bash
421
421
  # Batch store multiple SPARC contexts
422
- ./claude-flow memory batch-store sparc-contexts.json --namespace sparc --parallel
422
+ ./claude-flow-novice memory batch-store sparc-contexts.json --namespace sparc --parallel
423
423
 
424
424
  # Concurrent storage across multiple namespaces
425
- ./claude-flow memory concurrent-store spec,arch,impl "project data" --parallel --validate
425
+ ./claude-flow-novice memory concurrent-store spec,arch,impl "project data" --parallel --validate
426
426
 
427
427
  # Performance-optimized bulk storage
428
- ./claude-flow memory bulk-store project-data/ --optimize --concurrent --compress
428
+ ./claude-flow-novice memory bulk-store project-data/ --optimize --concurrent --compress
429
429
  \`\`\`
430
430
 
431
431
  ### Query project decisions with concurrent processing:
432
432
  \`\`\`bash
433
433
  # Parallel queries across multiple namespaces
434
- ./claude-flow memory parallel-query "authentication" --namespaces arch,impl,test --concurrent
434
+ ./claude-flow-novice memory parallel-query "authentication" --namespaces arch,impl,test --concurrent
435
435
 
436
436
  # Batch query processing with optimization
437
- ./claude-flow memory batch-query project-queries.json --optimize --results-concurrent
437
+ ./claude-flow-novice memory batch-query project-queries.json --optimize --results-concurrent
438
438
 
439
439
  # Real-time search with performance monitoring
440
- ./claude-flow memory concurrent-search "API design" --real-time --performance
440
+ ./claude-flow-novice memory concurrent-search "API design" --real-time --performance
441
441
  \`\`\`
442
442
 
443
443
  ### Backup project memory with parallel processing:
444
444
  \`\`\`bash
445
445
  # Concurrent export with compression
446
- ./claude-flow memory concurrent-export project-$(date +%Y%m%d).json --namespace project --compress --parallel
446
+ ./claude-flow-novice memory concurrent-export project-$(date +%Y%m%d).json --namespace project --compress --parallel
447
447
 
448
448
  # Batch backup with incremental processing
449
- ./claude-flow memory batch-backup --incremental --all-namespaces --optimize
449
+ ./claude-flow-novice memory batch-backup --incremental --all-namespaces --optimize
450
450
 
451
451
  # Performance-optimized full backup
452
- ./claude-flow memory parallel-backup --full --compress --validate --concurrent
452
+ ./claude-flow-novice memory parallel-backup --full --compress --validate --concurrent
453
453
  \`\`\`
454
454
 
455
455
  ## 📊 Performance Features
@@ -506,25 +506,25 @@ The memory system provides persistent storage for cross-session and cross-agent
506
506
  ### Performance Issues
507
507
  \`\`\`bash
508
508
  # Monitor memory operation performance
509
- ./claude-flow memory debug --performance --concurrent
509
+ ./claude-flow-novice memory debug --performance --concurrent
510
510
 
511
511
  # Analyze batch operation efficiency
512
- ./claude-flow memory analyze --batchtools --optimization
512
+ ./claude-flow-novice memory analyze --batchtools --optimization
513
513
 
514
514
  # Check parallel processing status
515
- ./claude-flow memory status --parallel --detailed
515
+ ./claude-flow-novice memory status --parallel --detailed
516
516
  \`\`\`
517
517
 
518
518
  ### Optimization Commands
519
519
  \`\`\`bash
520
520
  # Optimize memory configuration
521
- ./claude-flow memory optimize --auto-tune --performance
521
+ ./claude-flow-novice memory optimize --auto-tune --performance
522
522
 
523
523
  # Benchmark memory operations
524
- ./claude-flow memory benchmark --all-operations --detailed
524
+ ./claude-flow-novice memory benchmark --all-operations --detailed
525
525
 
526
526
  # Performance report generation
527
- ./claude-flow memory performance-report --detailed --recommendations
527
+ ./claude-flow-novice memory performance-report --detailed --recommendations
528
528
  \`\`\`
529
529
 
530
530
  For comprehensive memory system documentation and optimization guides, see: https://github.com/ruvnet/claude-code-flow/docs/memory-batchtools.md
@@ -547,7 +547,7 @@ Advanced multi-agent coordination system with timeout-free execution, distribute
547
547
 
548
548
  ## Basic Usage (Enhanced)
549
549
  \`\`\`bash
550
- ./claude-flow swarm "your complex task" --strategy <type> [options] --parallel
550
+ ./claude-flow-novice swarm "your complex task" --strategy <type> [options] --parallel
551
551
  \`\`\`
552
552
 
553
553
  ## 🎯 Swarm Strategies (Optimized)
@@ -601,7 +601,7 @@ Advanced multi-agent coordination system with timeout-free execution, distribute
601
601
 
602
602
  ### Development Swarm with Parallel Review
603
603
  \`\`\`bash
604
- ./claude-flow swarm "Build e-commerce REST API" \\
604
+ ./claude-flow-novice swarm "Build e-commerce REST API" \\
605
605
  --strategy development \\
606
606
  --monitor \\
607
607
  --review \\
@@ -613,7 +613,7 @@ Advanced multi-agent coordination system with timeout-free execution, distribute
613
613
 
614
614
  ### Long-Running Research Swarm with Concurrent Processing
615
615
  \`\`\`bash
616
- ./claude-flow swarm "Analyze AI market trends 2024-2025" \\
616
+ ./claude-flow-novice swarm "Analyze AI market trends 2024-2025" \\
617
617
  --strategy research \\
618
618
  --background \\
619
619
  --distributed \\
@@ -625,7 +625,7 @@ Advanced multi-agent coordination system with timeout-free execution, distribute
625
625
 
626
626
  ### Performance Optimization Swarm with Parallel Analysis
627
627
  \`\`\`bash
628
- ./claude-flow swarm "Optimize database queries and API performance" \\
628
+ ./claude-flow-novice swarm "Optimize database queries and API performance" \\
629
629
  --strategy optimization \\
630
630
  --testing \\
631
631
  --parallel \\
@@ -637,7 +637,7 @@ Advanced multi-agent coordination system with timeout-free execution, distribute
637
637
 
638
638
  ### Enterprise Development Swarm with Full Parallelization
639
639
  \`\`\`bash
640
- ./claude-flow swarm "Implement secure payment processing system" \\
640
+ ./claude-flow-novice swarm "Implement secure payment processing system" \\
641
641
  --strategy development \\
642
642
  --mode distributed \\
643
643
  --max-agents 20 \\
@@ -654,7 +654,7 @@ Advanced multi-agent coordination system with timeout-free execution, distribute
654
654
 
655
655
  ### Testing and QA Swarm with Concurrent Validation
656
656
  \`\`\`bash
657
- ./claude-flow swarm "Comprehensive security audit and testing" \\
657
+ ./claude-flow-novice swarm "Comprehensive security audit and testing" \\
658
658
  --strategy testing \\
659
659
  --review \\
660
660
  --verbose \\
@@ -670,37 +670,37 @@ Advanced multi-agent coordination system with timeout-free execution, distribute
670
670
  ### Real-time monitoring with parallel metrics:
671
671
  \`\`\`bash
672
672
  # Monitor swarm activity with performance data
673
- ./claude-flow monitor --parallel --performance --real-time
673
+ ./claude-flow-novice monitor --parallel --performance --real-time
674
674
 
675
675
  # Monitor specific component with concurrent analysis
676
- ./claude-flow monitor --focus swarm --concurrent --detailed
676
+ ./claude-flow-novice monitor --focus swarm --concurrent --detailed
677
677
 
678
678
  # Performance dashboard with parallel monitoring
679
- ./claude-flow monitor --ui --performance --all-metrics
679
+ ./claude-flow-novice monitor --ui --performance --all-metrics
680
680
  \`\`\`
681
681
 
682
682
  ### Check swarm status with concurrent analysis:
683
683
  \`\`\`bash
684
684
  # Overall system status with parallel checks
685
- ./claude-flow status --concurrent --performance
685
+ ./claude-flow-novice status --concurrent --performance
686
686
 
687
687
  # Detailed swarm status with optimization metrics
688
- ./claude-flow status --verbose --parallel --optimization
688
+ ./claude-flow-novice status --verbose --parallel --optimization
689
689
 
690
690
  # Performance analysis with concurrent processing
691
- ./claude-flow status --performance --detailed --concurrent
691
+ ./claude-flow-novice status --performance --detailed --concurrent
692
692
  \`\`\`
693
693
 
694
694
  ### View agent activity with parallel monitoring:
695
695
  \`\`\`bash
696
696
  # List all agents with concurrent status checks
697
- ./claude-flow agent list --parallel --performance
697
+ ./claude-flow-novice agent list --parallel --performance
698
698
 
699
699
  # Agent details with concurrent analysis
700
- ./claude-flow agent info <agent-id> --detailed --concurrent
700
+ ./claude-flow-novice agent info <agent-id> --detailed --concurrent
701
701
 
702
702
  # Batch agent monitoring
703
- ./claude-flow agent batch-status --all-agents --parallel
703
+ ./claude-flow-novice agent batch-status --all-agents --parallel
704
704
  \`\`\`
705
705
 
706
706
  ## 💾 Memory Integration (Enhanced)
@@ -710,25 +710,25 @@ Swarms automatically use distributed memory with parallel processing for collabo
710
710
  ### Standard Memory Operations
711
711
  \`\`\`bash
712
712
  # Store swarm objectives
713
- ./claude-flow memory store "swarm_objective" "Build scalable API" --namespace swarm
713
+ ./claude-flow-novice memory store "swarm_objective" "Build scalable API" --namespace swarm
714
714
 
715
715
  # Query swarm progress
716
- ./claude-flow memory query "swarm_progress" --namespace swarm
716
+ ./claude-flow-novice memory query "swarm_progress" --namespace swarm
717
717
 
718
718
  # Export swarm memory
719
- ./claude-flow memory export swarm-results.json --namespace swarm
719
+ ./claude-flow-novice memory export swarm-results.json --namespace swarm
720
720
  \`\`\`
721
721
 
722
722
  ### Batchtools Memory Operations
723
723
  \`\`\`bash
724
724
  # Batch store swarm contexts
725
- ./claude-flow memory batch-store swarm-contexts.json --namespace swarm --parallel
725
+ ./claude-flow-novice memory batch-store swarm-contexts.json --namespace swarm --parallel
726
726
 
727
727
  # Concurrent query across swarm namespaces
728
- ./claude-flow memory parallel-query "swarm_coordination" --namespaces swarm,agents,tasks --concurrent
728
+ ./claude-flow-novice memory parallel-query "swarm_coordination" --namespaces swarm,agents,tasks --concurrent
729
729
 
730
730
  # Performance-optimized swarm memory export
731
- ./claude-flow memory concurrent-export swarm-backup.json --namespace swarm --compress --parallel
731
+ ./claude-flow-novice memory concurrent-export swarm-backup.json --namespace swarm --compress --parallel
732
732
  \`\`\`
733
733
 
734
734
  ## 🎯 Key Features (Enhanced)
@@ -767,12 +767,12 @@ Swarms automatically use distributed memory with parallel processing for collabo
767
767
 
768
768
  ### Dry run with parallel preview:
769
769
  \`\`\`bash
770
- ./claude-flow swarm "Test task" --dry-run --strategy development --parallel --performance
770
+ ./claude-flow-novice swarm "Test task" --dry-run --strategy development --parallel --performance
771
771
  \`\`\`
772
772
 
773
773
  ### Custom quality thresholds with concurrent validation:
774
774
  \`\`\`bash
775
- ./claude-flow swarm "High quality API" \\
775
+ ./claude-flow-novice swarm "High quality API" \\
776
776
  --strategy development \\
777
777
  --quality-threshold 0.95 \\
778
778
  --parallel \\
@@ -838,25 +838,25 @@ Swarms automatically use distributed memory with parallel processing for collabo
838
838
  ### Performance Issues
839
839
  \`\`\`bash
840
840
  # Monitor swarm performance with concurrent analysis
841
- ./claude-flow swarm debug --performance --concurrent --verbose
841
+ ./claude-flow-novice swarm debug --performance --concurrent --verbose
842
842
 
843
843
  # Analyze batch operation efficiency
844
- ./claude-flow swarm analyze --batchtools --optimization --detailed
844
+ ./claude-flow-novice swarm analyze --batchtools --optimization --detailed
845
845
 
846
846
  # Check parallel processing status
847
- ./claude-flow swarm status --parallel --performance --real-time
847
+ ./claude-flow-novice swarm status --parallel --performance --real-time
848
848
  \`\`\`
849
849
 
850
850
  ### Optimization Commands
851
851
  \`\`\`bash
852
852
  # Auto-optimize swarm configuration
853
- ./claude-flow swarm optimize --auto-tune --performance
853
+ ./claude-flow-novice swarm optimize --auto-tune --performance
854
854
 
855
855
  # Performance benchmarking
856
- ./claude-flow swarm benchmark --all-strategies --detailed
856
+ ./claude-flow-novice swarm benchmark --all-strategies --detailed
857
857
 
858
858
  # Resource usage analysis
859
- ./claude-flow swarm resources --concurrent --optimization
859
+ ./claude-flow-novice swarm resources --concurrent --optimization
860
860
  \`\`\`
861
861
 
862
862
  ## 📈 Performance Benchmarks