claude-flow-novice 1.3.3 → 1.3.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (333) hide show
  1. package/.claude/agents/github/release-manager.md +1 -1
  2. package/.claude/agents/github/repo-architect.md +2 -2
  3. package/.claude/agents/optimization/README.md +12 -12
  4. package/.claude/agents/optimization/benchmark-suite.md +8 -8
  5. package/.claude/agents/optimization/load-balancer.md +7 -7
  6. package/.claude/agents/optimization/performance-monitor.md +8 -8
  7. package/.claude/agents/optimization/resource-allocator.md +9 -9
  8. package/.claude/agents/optimization/topology-optimizer.md +8 -8
  9. package/.claude/agents/swarm/README.md +8 -8
  10. package/.claude/agents/testing/e2e/playwright-agent.md +1 -1
  11. package/.claude/commands/agents/agent-capabilities.md +2 -2
  12. package/.claude/commands/agents/agent-coordination.md +3 -3
  13. package/.claude/commands/agents/agent-types.md +1 -1
  14. package/.claude/commands/analysis/bottleneck-detect.md +5 -5
  15. package/.claude/commands/analysis/performance-report.md +4 -4
  16. package/.claude/commands/analysis/token-usage.md +4 -4
  17. package/.claude/commands/automation/auto-agent.md +5 -5
  18. package/.claude/commands/automation/self-healing.md +1 -1
  19. package/.claude/commands/automation/session-memory.md +1 -1
  20. package/.claude/commands/automation/smart-agents.md +1 -1
  21. package/.claude/commands/automation/smart-spawn.md +4 -4
  22. package/.claude/commands/automation/workflow-select.md +4 -4
  23. package/.claude/commands/claude-soul.js +22 -556
  24. package/.claude/commands/coordination/agent-spawn.md +4 -4
  25. package/.claude/commands/coordination/coordination-system.md +14 -14
  26. package/.claude/commands/coordination/swarm-init.md +5 -5
  27. package/.claude/commands/coordination/task-orchestrate.md +4 -4
  28. package/.claude/commands/github/code-review.md +4 -4
  29. package/.claude/commands/github/github-swarm.md +5 -5
  30. package/.claude/commands/github/issue-triage.md +4 -4
  31. package/.claude/commands/github/pr-enhance.md +4 -4
  32. package/.claude/commands/github/release-manager.md +1 -1
  33. package/.claude/commands/github/repo-analyze.md +4 -4
  34. package/.claude/commands/github/repo-architect.md +2 -2
  35. package/.claude/commands/hive-mind/hive-mind-consensus.md +1 -1
  36. package/.claude/commands/hive-mind/hive-mind-init.md +3 -3
  37. package/.claude/commands/hive-mind/hive-mind-memory.md +1 -1
  38. package/.claude/commands/hive-mind/hive-mind-metrics.md +1 -1
  39. package/.claude/commands/hive-mind/hive-mind-resume.md +1 -1
  40. package/.claude/commands/hive-mind/hive-mind-sessions.md +1 -1
  41. package/.claude/commands/hive-mind/hive-mind-spawn.md +4 -4
  42. package/.claude/commands/hive-mind/hive-mind-status.md +1 -1
  43. package/.claude/commands/hive-mind/hive-mind-stop.md +1 -1
  44. package/.claude/commands/hive-mind/hive-mind-wizard.md +1 -1
  45. package/.claude/commands/hive-mind/hive-mind.md +4 -4
  46. package/.claude/commands/hooks/overview.md +1 -1
  47. package/.claude/commands/hooks/post-edit.md +6 -6
  48. package/.claude/commands/hooks/post-task.md +6 -6
  49. package/.claude/commands/hooks/pre-edit.md +6 -6
  50. package/.claude/commands/hooks/pre-task.md +6 -6
  51. package/.claude/commands/hooks/session-end.md +6 -6
  52. package/.claude/commands/hooks/setup.md +6 -6
  53. package/.claude/commands/hooks.md +1 -1
  54. package/.claude/commands/memory/memory-bank.md +4 -4
  55. package/.claude/commands/memory/memory-persist.md +4 -4
  56. package/.claude/commands/memory/memory-search.md +4 -4
  57. package/.claude/commands/memory/memory-usage.md +4 -4
  58. package/.claude/commands/monitoring/agent-metrics.md +4 -4
  59. package/.claude/commands/monitoring/real-time-view.md +4 -4
  60. package/.claude/commands/monitoring/swarm-monitor.md +4 -4
  61. package/.claude/commands/optimization/auto-topology.md +2 -2
  62. package/.claude/commands/optimization/cache-manage.md +4 -4
  63. package/.claude/commands/optimization/parallel-execute.md +4 -4
  64. package/.claude/commands/optimization/parallel-execution.md +1 -1
  65. package/.claude/commands/optimization/topology-optimize.md +4 -4
  66. package/.claude/commands/pair/README.md +20 -20
  67. package/.claude/commands/pair/config.md +16 -16
  68. package/.claude/commands/pair/examples.md +11 -11
  69. package/.claude/commands/pair/modes.md +17 -17
  70. package/.claude/commands/pair/session.md +27 -27
  71. package/.claude/commands/pair/start.md +12 -12
  72. package/.claude/commands/sparc/analyzer.md +3 -3
  73. package/.claude/commands/sparc/architect.md +3 -3
  74. package/.claude/commands/sparc/batch-executor.md +3 -3
  75. package/.claude/commands/sparc/coder.md +3 -3
  76. package/.claude/commands/sparc/debugger.md +3 -3
  77. package/.claude/commands/sparc/designer.md +3 -3
  78. package/.claude/commands/sparc/documenter.md +3 -3
  79. package/.claude/commands/sparc/innovator.md +3 -3
  80. package/.claude/commands/sparc/memory-manager.md +3 -3
  81. package/.claude/commands/sparc/optimizer.md +3 -3
  82. package/.claude/commands/sparc/orchestrator.md +10 -10
  83. package/.claude/commands/sparc/researcher.md +3 -3
  84. package/.claude/commands/sparc/reviewer.md +3 -3
  85. package/.claude/commands/sparc/sparc-modes.md +13 -13
  86. package/.claude/commands/sparc/swarm-coordinator.md +3 -3
  87. package/.claude/commands/sparc/tdd.md +3 -3
  88. package/.claude/commands/sparc/tester.md +3 -3
  89. package/.claude/commands/sparc/workflow-manager.md +3 -3
  90. package/.claude/commands/stream-chain/pipeline.md +10 -10
  91. package/.claude/commands/stream-chain/run.md +4 -4
  92. package/.claude/commands/swarm/analysis.md +1 -1
  93. package/.claude/commands/swarm/development.md +1 -1
  94. package/.claude/commands/swarm/examples.md +3 -3
  95. package/.claude/commands/swarm/maintenance.md +1 -1
  96. package/.claude/commands/swarm/optimization.md +1 -1
  97. package/.claude/commands/swarm/research.md +1 -1
  98. package/.claude/commands/swarm/swarm-analysis.md +1 -1
  99. package/.claude/commands/swarm/swarm-background.md +1 -1
  100. package/.claude/commands/swarm/swarm-init.md +3 -3
  101. package/.claude/commands/swarm/swarm-modes.md +1 -1
  102. package/.claude/commands/swarm/swarm-monitor.md +1 -1
  103. package/.claude/commands/swarm/swarm-spawn.md +3 -3
  104. package/.claude/commands/swarm/swarm-status.md +1 -1
  105. package/.claude/commands/swarm/swarm-strategies.md +1 -1
  106. package/.claude/commands/swarm/swarm.md +4 -4
  107. package/.claude/commands/swarm/testing.md +1 -1
  108. package/.claude/commands/testing/playwright-e2e.md +36 -36
  109. package/.claude/commands/training/model-update.md +4 -4
  110. package/.claude/commands/training/neural-patterns.md +3 -3
  111. package/.claude/commands/training/neural-train.md +4 -4
  112. package/.claude/commands/training/pattern-learn.md +4 -4
  113. package/.claude/commands/training/specialization.md +2 -2
  114. package/.claude/commands/truth/start.md +10 -10
  115. package/.claude/commands/verify/check.md +5 -5
  116. package/.claude/commands/verify/start.md +22 -22
  117. package/.claude/commands/workflows/development.md +3 -3
  118. package/.claude/commands/workflows/research.md +2 -2
  119. package/.claude/commands/workflows/workflow-create.md +4 -4
  120. package/.claude/commands/workflows/workflow-execute.md +4 -4
  121. package/.claude/commands/workflows/workflow-export.md +4 -4
  122. package/examples/01-configurations/README.md +5 -5
  123. package/examples/02-workflows/README.md +8 -8
  124. package/examples/04-testing/incremental-updates-guide.md +3 -3
  125. package/examples/06-tutorials/getting-started/01-first-swarm.md +4 -4
  126. package/examples/06-tutorials/sparc/sparc-tdd-guide.md +13 -13
  127. package/examples/06-tutorials/sparc-batchtool-orchestration.md +54 -54
  128. package/examples/06-tutorials/workflows/multi-agent-coordination.md +9 -9
  129. package/examples/README-batch-init.md +50 -50
  130. package/examples/README.md +2 -2
  131. package/examples/automation-examples.md +13 -13
  132. package/examples/rest-api-simple/README-ARCHITECTURE.md +7 -7
  133. package/examples/rest-api-simple/implementation-plan.md +7 -7
  134. package/examples/rest-api-simple/next-steps.md +5 -5
  135. package/examples/rest-api-simple/sparc-implementation-roadmap.md +12 -12
  136. package/package.json +1 -1
  137. package/src/cli/simple-commands/agent.js +9 -9
  138. package/src/cli/simple-commands/analysis.js +17 -17
  139. package/src/cli/simple-commands/automation-executor.js +1 -1
  140. package/src/cli/simple-commands/automation.js +14 -14
  141. package/src/cli/simple-commands/batch-manager.js +10 -10
  142. package/src/cli/simple-commands/config.js +14 -14
  143. package/src/cli/simple-commands/coordination.js +8 -8
  144. package/src/cli/simple-commands/fix-hook-variables.js +4 -4
  145. package/src/cli/simple-commands/github/init.js +2 -2
  146. package/src/cli/simple-commands/github.js +7 -7
  147. package/src/cli/simple-commands/goal.js +1 -1
  148. package/src/cli/simple-commands/hive-mind-optimize.js +10 -10
  149. package/src/cli/simple-commands/hive-mind-wizard.js +5 -5
  150. package/src/cli/simple-commands/hive-mind.js +34 -34
  151. package/src/cli/simple-commands/hive.js +4 -4
  152. package/src/cli/simple-commands/hook-safety.js +7 -7
  153. package/src/cli/simple-commands/init/claude-commands/claude-flow-commands.js +74 -74
  154. package/src/cli/simple-commands/init/claude-commands/optimized-claude-flow-commands.js +143 -143
  155. package/src/cli/simple-commands/init/claude-commands/optimized-slash-commands.js +13 -13
  156. package/src/cli/simple-commands/init/claude-commands/optimized-sparc-commands.js +41 -41
  157. package/src/cli/simple-commands/init/claude-commands/slash-commands.js +1 -1
  158. package/src/cli/simple-commands/init/claude-commands/sparc-commands.js +24 -24
  159. package/src/cli/simple-commands/init/executable-wrapper.js +11 -11
  160. package/src/cli/simple-commands/init/help.js +19 -19
  161. package/src/cli/simple-commands/init/index.js +13 -13
  162. package/src/cli/simple-commands/init/rollback/recovery-manager.js +1 -1
  163. package/src/cli/simple-commands/init/rollback/rollback-executor.js +2 -2
  164. package/src/cli/simple-commands/init/sparc/roo-readme.js +5 -5
  165. package/src/cli/simple-commands/init/templates/claude-md.js +41 -41
  166. package/src/cli/simple-commands/init/templates/coordination-md.js +55 -55
  167. package/src/cli/simple-commands/init/templates/enhanced-templates.js +175 -175
  168. package/src/cli/simple-commands/init/templates/memory-bank-md.js +22 -22
  169. package/src/cli/simple-commands/init/templates/safe-hook-patterns.js +4 -4
  170. package/src/cli/simple-commands/init/templates/settings.json +1 -1
  171. package/src/cli/simple-commands/init/templates/sparc-modes.js +75 -75
  172. package/src/cli/simple-commands/init/templates/verification-claude-md.js +39 -39
  173. package/src/cli/simple-commands/init/validation/config-validator.js +3 -3
  174. package/src/cli/simple-commands/init/validation/health-checker.js +1 -1
  175. package/src/cli/simple-commands/init/validation/mode-validator.js +2 -2
  176. package/src/cli/simple-commands/mcp.js +9 -9
  177. package/src/cli/simple-commands/migrate-hooks.js +2 -2
  178. package/src/cli/simple-commands/monitor.js +4 -4
  179. package/src/cli/simple-commands/neural.js +1 -1
  180. package/src/cli/simple-commands/pair-autofix-only.js +4 -4
  181. package/src/cli/simple-commands/pair-basic.js +7 -7
  182. package/src/cli/simple-commands/pair-old.js +9 -9
  183. package/src/cli/simple-commands/pair-working.js +4 -4
  184. package/src/cli/simple-commands/pair.js +4 -4
  185. package/src/cli/simple-commands/sparc/commands.js +5 -5
  186. package/src/cli/simple-commands/sparc-modes/architect.js +23 -23
  187. package/src/cli/simple-commands/sparc-modes/ask.js +21 -21
  188. package/src/cli/simple-commands/sparc-modes/code.js +23 -23
  189. package/src/cli/simple-commands/sparc-modes/debug.js +10 -10
  190. package/src/cli/simple-commands/sparc-modes/devops.js +11 -11
  191. package/src/cli/simple-commands/sparc-modes/docs-writer.js +3 -3
  192. package/src/cli/simple-commands/sparc-modes/generic.js +4 -4
  193. package/src/cli/simple-commands/sparc-modes/index.js +22 -22
  194. package/src/cli/simple-commands/sparc-modes/integration.js +3 -3
  195. package/src/cli/simple-commands/sparc-modes/mcp.js +3 -3
  196. package/src/cli/simple-commands/sparc-modes/monitoring.js +3 -3
  197. package/src/cli/simple-commands/sparc-modes/optimization.js +3 -3
  198. package/src/cli/simple-commands/sparc-modes/security-review.js +11 -11
  199. package/src/cli/simple-commands/sparc-modes/sparc-orchestrator.js +37 -37
  200. package/src/cli/simple-commands/sparc-modes/spec-pseudocode.js +3 -3
  201. package/src/cli/simple-commands/sparc-modes/supabase-admin.js +11 -11
  202. package/src/cli/simple-commands/sparc-modes/swarm.js +34 -34
  203. package/src/cli/simple-commands/sparc-modes/tdd.js +11 -11
  204. package/src/cli/simple-commands/sparc-modes/tutorial.js +30 -30
  205. package/src/cli/simple-commands/sparc.js +14 -14
  206. package/src/cli/simple-commands/start-ui.js +4 -4
  207. package/src/cli/simple-commands/start-wrapper.js +17 -17
  208. package/src/cli/simple-commands/status.js +3 -3
  209. package/src/cli/simple-commands/stream-chain.js +12 -12
  210. package/src/cli/simple-commands/swarm-metrics-integration.js +2 -2
  211. package/src/cli/simple-commands/swarm-ui.js +2 -2
  212. package/src/cli/simple-commands/swarm.js +19 -19
  213. package/src/cli/simple-commands/task.js +7 -7
  214. package/src/cli/simple-commands/training.js +5 -5
  215. package/src/cli/simple-commands/verification-training-integration.js +1 -1
  216. package/src/slash-commands/claude-soul.js +248 -365
  217. package/src/slash-commands/register-all-commands.js +1 -1
  218. package/wiki/README.md +2 -2
  219. package/wiki/accessibility/README.md +4 -4
  220. package/wiki/accessibility/assistive-tech/screen-reader-support.md +6 -6
  221. package/wiki/accessibility/automation/agent-testing-automation.md +13 -13
  222. package/wiki/accessibility/guidelines/wcag-compliance.md +6 -6
  223. package/wiki/accessibility/i18n/internationalization-strategies.md +6 -6
  224. package/wiki/accessibility/motor-accessibility/keyboard-navigation.md +7 -7
  225. package/wiki/accessibility/patterns/inclusive-design-patterns.md +4 -4
  226. package/wiki/accessibility/testing/automated-testing.md +9 -9
  227. package/wiki/accessibility/visual-design/color-contrast.md +7 -7
  228. package/wiki/accessibility/workflows/accessibility-first-development.md +22 -22
  229. package/wiki/accessibility/workflows/inclusive-design-review.md +9 -9
  230. package/wiki/api-reference/cli-api.md +15 -15
  231. package/wiki/api-reference/plugin-development.md +3 -3
  232. package/wiki/command-reference/README.md +34 -34
  233. package/wiki/command-reference/agent-commands.md +46 -46
  234. package/wiki/command-reference/cli-commands.md +21 -21
  235. package/wiki/command-reference/command-syntax.md +89 -89
  236. package/wiki/command-reference/expert-tier.md +184 -184
  237. package/wiki/command-reference/intermediate-tier.md +63 -63
  238. package/wiki/command-reference/mcp-integration.md +29 -29
  239. package/wiki/command-reference/mcp-tools/README.md +4 -4
  240. package/wiki/command-reference/mcp-tools/dual-access-workflows.md +1 -1
  241. package/wiki/command-reference/mcp-tools/index.md +2 -2
  242. package/wiki/command-reference/mcp-tools/quick-reference.md +4 -4
  243. package/wiki/command-reference/mcp-tools/session-management.md +2 -2
  244. package/wiki/command-reference/mcp-tools/task-tool-integration.md +3 -3
  245. package/wiki/command-reference/novice/README.md +1 -1
  246. package/wiki/command-reference/novice-tier.md +152 -152
  247. package/wiki/command-reference/progression-guide.md +107 -107
  248. package/wiki/command-reference/troubleshooting.md +113 -113
  249. package/wiki/command-reference/workflows.md +187 -187
  250. package/wiki/community/README.md +1 -1
  251. package/wiki/community/learning-resources.md +1 -1
  252. package/wiki/core-concepts/agents/agent-creation-guide.md +9 -9
  253. package/wiki/core-concepts/integration.md +7 -7
  254. package/wiki/core-concepts/sparc-workflow.md +5 -5
  255. package/wiki/examples/automation/cicd-pipeline/README.md +3 -3
  256. package/wiki/examples/basic/hello-world/README.md +7 -7
  257. package/wiki/examples/integration-patterns.md +15 -15
  258. package/wiki/examples/performance-benchmarks.md +11 -11
  259. package/wiki/examples/projects/rest-api/README.md +1 -1
  260. package/wiki/examples/scenarios/ecommerce/README.md +1 -1
  261. package/wiki/examples/swarm-patterns.md +63 -63
  262. package/wiki/examples/templates/download-system.md +1 -1
  263. package/wiki/examples/templates/javascript/README.md +2 -2
  264. package/wiki/examples/troubleshooting/README.md +2 -2
  265. package/wiki/examples/utilities/patterns/README.md +8 -8
  266. package/wiki/examples/videos/01-setup.md +16 -16
  267. package/wiki/examples/workflow-automation/README.md +5 -5
  268. package/wiki/getting-started/claude-code-mcp/README.md +2 -2
  269. package/wiki/getting-started/installation/README.md +7 -7
  270. package/wiki/getting-started/learning-path.md +2 -2
  271. package/wiki/getting-started/quick-start/README.md +2 -2
  272. package/wiki/getting-started/quick-start/cli-tutorial.md +1 -1
  273. package/wiki/governance/multi-project-coordination.md +1 -1
  274. package/wiki/languages/go/README.md +10 -10
  275. package/wiki/languages/go/examples/README.md +29 -29
  276. package/wiki/languages/go/frameworks/README.md +18 -18
  277. package/wiki/languages/go/integration/README.md +34 -34
  278. package/wiki/languages/go/microservices/README.md +17 -17
  279. package/wiki/languages/go/performance/README.md +13 -13
  280. package/wiki/languages/go/setup/README.md +20 -20
  281. package/wiki/languages/go/systems/README.md +10 -10
  282. package/wiki/languages/go/testing/README.md +14 -14
  283. package/wiki/languages/java/README.md +25 -25
  284. package/wiki/languages/java/claude-flow-integration.md +49 -49
  285. package/wiki/languages/java/enterprise-java.md +15 -15
  286. package/wiki/languages/java/examples.md +30 -30
  287. package/wiki/languages/java/microservices.md +22 -22
  288. package/wiki/languages/java/performance.md +13 -13
  289. package/wiki/languages/java/project-setup.md +10 -10
  290. package/wiki/languages/java/spring-boot.md +12 -12
  291. package/wiki/languages/java/testing.md +12 -12
  292. package/wiki/languages/javascript/api/README.md +20 -20
  293. package/wiki/languages/javascript/backend/README.md +19 -19
  294. package/wiki/languages/javascript/frontend/README.md +18 -18
  295. package/wiki/languages/javascript/integration.md +11 -11
  296. package/wiki/languages/javascript/setup/README.md +28 -28
  297. package/wiki/languages/javascript/testing/README.md +14 -14
  298. package/wiki/languages/python/README.md +3 -3
  299. package/wiki/languages/python/data-science/README.md +11 -11
  300. package/wiki/languages/python/examples/README.md +5 -5
  301. package/wiki/languages/python/integration.md +5 -5
  302. package/wiki/languages/python/mcp-integration.md +1 -1
  303. package/wiki/languages/python/setup/README.md +5 -5
  304. package/wiki/languages/python/testing/README.md +3 -3
  305. package/wiki/languages/python/web-development/README.md +1 -1
  306. package/wiki/languages/rust/README.md +1 -1
  307. package/wiki/languages/rust/examples/cli-mcp-workflows.md +33 -33
  308. package/wiki/languages/rust/examples/rest-api.md +5 -5
  309. package/wiki/languages/rust/setup/cargo-integration.md +14 -14
  310. package/wiki/languages/rust/testing/quality-validation.md +9 -9
  311. package/wiki/languages/rust/web-development/axum.md +6 -6
  312. package/wiki/languages/rust/workflows/systems-programming.md +5 -5
  313. package/wiki/languages/typescript/setup.md +2 -2
  314. package/wiki/troubleshooting/README.md +3 -3
  315. package/wiki/troubleshooting/common-issues/README.md +6 -6
  316. package/wiki/troubleshooting/common-issues.md +26 -26
  317. package/wiki/troubleshooting/error-resolution.md +5 -5
  318. package/wiki/troubleshooting/performance-optimization.md +11 -11
  319. package/wiki/tutorials/advanced/06-legacy-system-integration.md +1 -1
  320. package/wiki/tutorials/advanced/08-enterprise-scenarios.md +3 -3
  321. package/wiki/tutorials/advanced/performance-optimization.md +43 -43
  322. package/wiki/tutorials/advanced/swarm-orchestration.md +40 -40
  323. package/wiki/tutorials/intermediate/optimization.md +35 -35
  324. package/wiki/tutorials/skill-assessment.md +3 -3
  325. package/wiki/tutorials/skill-competency-matrix.md +1 -1
  326. package/wiki/tutorials/troubleshooting/setup-issues.md +3 -3
  327. package/wiki/video-tutorials/README.md +3 -3
  328. package/wiki/video-tutorials/accessibility/README.md +4 -4
  329. package/wiki/video-tutorials/community/README.md +1 -1
  330. package/wiki/video-tutorials/content-organization/README.md +5 -5
  331. package/wiki/video-tutorials/interactive/README.md +5 -5
  332. package/wiki/video-tutorials/planning/README.md +4 -4
  333. package/wiki/video-tutorials/technical-specs/README.md +2 -2
@@ -71,7 +71,7 @@ Automatically detect performance bottlenecks in your swarm operations.
71
71
 
72
72
  ## Usage
73
73
  \`\`\`bash
74
- npx claude-flow analysis bottleneck-detect [options]
74
+ npx claude-flow-novice analysis bottleneck-detect [options]
75
75
  \`\`\`
76
76
 
77
77
  ## Options
@@ -82,13 +82,13 @@ npx claude-flow analysis bottleneck-detect [options]
82
82
  ## Examples
83
83
  \`\`\`bash
84
84
  # Detect bottlenecks in current swarm
85
- npx claude-flow analysis bottleneck-detect
85
+ npx claude-flow-novice analysis bottleneck-detect
86
86
 
87
87
  # Set custom threshold
88
- npx claude-flow analysis bottleneck-detect --threshold 500
88
+ npx claude-flow-novice analysis bottleneck-detect --threshold 500
89
89
 
90
90
  # Export results
91
- npx claude-flow analysis bottleneck-detect --export bottlenecks.json
91
+ npx claude-flow-novice analysis bottleneck-detect --export bottlenecks.json
92
92
  \`\`\`
93
93
  `,
94
94
  'token-usage': `# token-usage
@@ -97,7 +97,7 @@ Analyze token usage patterns and optimize for efficiency.
97
97
 
98
98
  ## Usage
99
99
  \`\`\`bash
100
- npx claude-flow analysis token-usage [options]
100
+ npx claude-flow-novice analysis token-usage [options]
101
101
  \`\`\`
102
102
 
103
103
  ## Options
@@ -108,13 +108,13 @@ npx claude-flow analysis token-usage [options]
108
108
  ## Examples
109
109
  \`\`\`bash
110
110
  # Last 24 hours token usage
111
- npx claude-flow analysis token-usage --period 24h
111
+ npx claude-flow-novice analysis token-usage --period 24h
112
112
 
113
113
  # By agent breakdown
114
- npx claude-flow analysis token-usage --by-agent
114
+ npx claude-flow-novice analysis token-usage --by-agent
115
115
 
116
116
  # Export detailed report
117
- npx claude-flow analysis token-usage --period 7d --export tokens.csv
117
+ npx claude-flow-novice analysis token-usage --period 7d --export tokens.csv
118
118
  \`\`\`
119
119
  `,
120
120
  'performance-report': `# performance-report
@@ -123,7 +123,7 @@ Generate comprehensive performance reports for swarm operations.
123
123
 
124
124
  ## Usage
125
125
  \`\`\`bash
126
- npx claude-flow analysis performance-report [options]
126
+ npx claude-flow-novice analysis performance-report [options]
127
127
  \`\`\`
128
128
 
129
129
  ## Options
@@ -134,13 +134,13 @@ npx claude-flow analysis performance-report [options]
134
134
  ## Examples
135
135
  \`\`\`bash
136
136
  # Generate HTML report
137
- npx claude-flow analysis performance-report --format html
137
+ npx claude-flow-novice analysis performance-report --format html
138
138
 
139
139
  # Compare swarms
140
- npx claude-flow analysis performance-report --compare swarm-123
140
+ npx claude-flow-novice analysis performance-report --compare swarm-123
141
141
 
142
142
  # Full metrics report
143
- npx claude-flow analysis performance-report --include-metrics --format markdown
143
+ npx claude-flow-novice analysis performance-report --include-metrics --format markdown
144
144
  \`\`\`
145
145
  `,
146
146
  },
@@ -151,7 +151,7 @@ Automatically assign agents based on task analysis.
151
151
 
152
152
  ## Usage
153
153
  \`\`\`bash
154
- npx claude-flow automation auto-agent [options]
154
+ npx claude-flow-novice automation auto-agent [options]
155
155
  \`\`\`
156
156
 
157
157
  ## Options
@@ -162,13 +162,13 @@ npx claude-flow automation auto-agent [options]
162
162
  ## Examples
163
163
  \`\`\`bash
164
164
  # Auto-assign for task
165
- npx claude-flow automation auto-agent --task "Build REST API"
165
+ npx claude-flow-novice automation auto-agent --task "Build REST API"
166
166
 
167
167
  # Limit agents
168
- npx claude-flow automation auto-agent --task "Fix bugs" --max-agents 3
168
+ npx claude-flow-novice automation auto-agent --task "Fix bugs" --max-agents 3
169
169
 
170
170
  # Use specific strategy
171
- npx claude-flow automation auto-agent --strategy specialized
171
+ npx claude-flow-novice automation auto-agent --strategy specialized
172
172
  \`\`\`
173
173
  `,
174
174
  'smart-spawn': `# smart-spawn
@@ -177,7 +177,7 @@ Intelligently spawn agents based on workload analysis.
177
177
 
178
178
  ## Usage
179
179
  \`\`\`bash
180
- npx claude-flow automation smart-spawn [options]
180
+ npx claude-flow-novice automation smart-spawn [options]
181
181
  \`\`\`
182
182
 
183
183
  ## Options
@@ -188,13 +188,13 @@ npx claude-flow automation smart-spawn [options]
188
188
  ## Examples
189
189
  \`\`\`bash
190
190
  # Smart spawn with analysis
191
- npx claude-flow automation smart-spawn --analyze
191
+ npx claude-flow-novice automation smart-spawn --analyze
192
192
 
193
193
  # Set spawn threshold
194
- npx claude-flow automation smart-spawn --threshold 5
194
+ npx claude-flow-novice automation smart-spawn --threshold 5
195
195
 
196
196
  # Force topology
197
- npx claude-flow automation smart-spawn --topology hierarchical
197
+ npx claude-flow-novice automation smart-spawn --topology hierarchical
198
198
  \`\`\`
199
199
  `,
200
200
  'workflow-select': `# workflow-select
@@ -203,7 +203,7 @@ Automatically select optimal workflow based on task type.
203
203
 
204
204
  ## Usage
205
205
  \`\`\`bash
206
- npx claude-flow automation workflow-select [options]
206
+ npx claude-flow-novice automation workflow-select [options]
207
207
  \`\`\`
208
208
 
209
209
  ## Options
@@ -214,13 +214,13 @@ npx claude-flow automation workflow-select [options]
214
214
  ## Examples
215
215
  \`\`\`bash
216
216
  # Select workflow for task
217
- npx claude-flow automation workflow-select --task "Deploy to production"
217
+ npx claude-flow-novice automation workflow-select --task "Deploy to production"
218
218
 
219
219
  # With constraints
220
- npx claude-flow automation workflow-select --constraints "no-downtime,rollback"
220
+ npx claude-flow-novice automation workflow-select --constraints "no-downtime,rollback"
221
221
 
222
222
  # Preview mode
223
- npx claude-flow automation workflow-select --task "Database migration" --preview
223
+ npx claude-flow-novice automation workflow-select --task "Database migration" --preview
224
224
  \`\`\`
225
225
  `,
226
226
  },
@@ -231,7 +231,7 @@ Initialize a new agent swarm with specified topology.
231
231
 
232
232
  ## Usage
233
233
  \`\`\`bash
234
- npx claude-flow swarm init [options]
234
+ npx claude-flow-novice swarm init [options]
235
235
  \`\`\`
236
236
 
237
237
  ## Options
@@ -242,13 +242,13 @@ npx claude-flow swarm init [options]
242
242
  ## Examples
243
243
  \`\`\`bash
244
244
  # Initialize hierarchical swarm
245
- npx claude-flow swarm init --topology hierarchical
245
+ npx claude-flow-novice swarm init --topology hierarchical
246
246
 
247
247
  # With agent limit
248
- npx claude-flow swarm init --topology mesh --max-agents 8
248
+ npx claude-flow-novice swarm init --topology mesh --max-agents 8
249
249
 
250
250
  # Parallel execution
251
- npx claude-flow swarm init --strategy parallel
251
+ npx claude-flow-novice swarm init --strategy parallel
252
252
  \`\`\`
253
253
  `,
254
254
  'agent-spawn': `# agent-spawn
@@ -257,7 +257,7 @@ Spawn a new agent in the current swarm.
257
257
 
258
258
  ## Usage
259
259
  \`\`\`bash
260
- npx claude-flow agent spawn [options]
260
+ npx claude-flow-novice agent spawn [options]
261
261
  \`\`\`
262
262
 
263
263
  ## Options
@@ -268,13 +268,13 @@ npx claude-flow agent spawn [options]
268
268
  ## Examples
269
269
  \`\`\`bash
270
270
  # Spawn coder agent
271
- npx claude-flow agent spawn --type coder
271
+ npx claude-flow-novice agent spawn --type coder
272
272
 
273
273
  # With custom name
274
- npx claude-flow agent spawn --type researcher --name "API Expert"
274
+ npx claude-flow-novice agent spawn --type researcher --name "API Expert"
275
275
 
276
276
  # With specific skills
277
- npx claude-flow agent spawn --type coder --skills "python,fastapi,testing"
277
+ npx claude-flow-novice agent spawn --type coder --skills "python,fastapi,testing"
278
278
  \`\`\`
279
279
  `,
280
280
  'task-orchestrate': `# task-orchestrate
@@ -283,7 +283,7 @@ Orchestrate complex tasks across the swarm.
283
283
 
284
284
  ## Usage
285
285
  \`\`\`bash
286
- npx claude-flow task orchestrate [options]
286
+ npx claude-flow-novice task orchestrate [options]
287
287
  \`\`\`
288
288
 
289
289
  ## Options
@@ -294,13 +294,13 @@ npx claude-flow task orchestrate [options]
294
294
  ## Examples
295
295
  \`\`\`bash
296
296
  # Orchestrate development task
297
- npx claude-flow task orchestrate --task "Implement user authentication"
297
+ npx claude-flow-novice task orchestrate --task "Implement user authentication"
298
298
 
299
299
  # High priority task
300
- npx claude-flow task orchestrate --task "Fix production bug" --priority critical
300
+ npx claude-flow-novice task orchestrate --task "Fix production bug" --priority critical
301
301
 
302
302
  # With specific strategy
303
- npx claude-flow task orchestrate --task "Refactor codebase" --strategy parallel
303
+ npx claude-flow-novice task orchestrate --task "Refactor codebase" --strategy parallel
304
304
  \`\`\`
305
305
  `,
306
306
  },
@@ -311,7 +311,7 @@ Create a specialized swarm for GitHub repository management.
311
311
 
312
312
  ## Usage
313
313
  \`\`\`bash
314
- npx claude-flow github swarm [options]
314
+ npx claude-flow-novice github swarm [options]
315
315
  \`\`\`
316
316
 
317
317
  ## Options
@@ -322,13 +322,13 @@ npx claude-flow github swarm [options]
322
322
  ## Examples
323
323
  \`\`\`bash
324
324
  # Create GitHub swarm
325
- npx claude-flow github swarm --repository myorg/myrepo
325
+ npx claude-flow-novice github swarm --repository myorg/myrepo
326
326
 
327
327
  # With specific focus
328
- npx claude-flow github swarm --repository myorg/myrepo --focus security
328
+ npx claude-flow-novice github swarm --repository myorg/myrepo --focus security
329
329
 
330
330
  # Custom agent count
331
- npx claude-flow github swarm --repository myorg/myrepo --agents 6
331
+ npx claude-flow-novice github swarm --repository myorg/myrepo --agents 6
332
332
  \`\`\`
333
333
  `,
334
334
  'repo-analyze': `# repo-analyze
@@ -337,7 +337,7 @@ Deep analysis of GitHub repository with AI insights.
337
337
 
338
338
  ## Usage
339
339
  \`\`\`bash
340
- npx claude-flow github repo-analyze [options]
340
+ npx claude-flow-novice github repo-analyze [options]
341
341
  \`\`\`
342
342
 
343
343
  ## Options
@@ -348,13 +348,13 @@ npx claude-flow github repo-analyze [options]
348
348
  ## Examples
349
349
  \`\`\`bash
350
350
  # Basic analysis
351
- npx claude-flow github repo-analyze --repository myorg/myrepo
351
+ npx claude-flow-novice github repo-analyze --repository myorg/myrepo
352
352
 
353
353
  # Deep analysis
354
- npx claude-flow github repo-analyze --repository myorg/myrepo --deep
354
+ npx claude-flow-novice github repo-analyze --repository myorg/myrepo --deep
355
355
 
356
356
  # Specific areas
357
- npx claude-flow github repo-analyze --repository myorg/myrepo --include issues,prs
357
+ npx claude-flow-novice github repo-analyze --repository myorg/myrepo --include issues,prs
358
358
  \`\`\`
359
359
  `,
360
360
  'pr-enhance': `# pr-enhance
@@ -363,7 +363,7 @@ AI-powered pull request enhancements.
363
363
 
364
364
  ## Usage
365
365
  \`\`\`bash
366
- npx claude-flow github pr-enhance [options]
366
+ npx claude-flow-novice github pr-enhance [options]
367
367
  \`\`\`
368
368
 
369
369
  ## Options
@@ -375,13 +375,13 @@ npx claude-flow github pr-enhance [options]
375
375
  ## Examples
376
376
  \`\`\`bash
377
377
  # Enhance PR
378
- npx claude-flow github pr-enhance --pr-number 123
378
+ npx claude-flow-novice github pr-enhance --pr-number 123
379
379
 
380
380
  # Add tests
381
- npx claude-flow github pr-enhance --pr-number 123 --add-tests
381
+ npx claude-flow-novice github pr-enhance --pr-number 123 --add-tests
382
382
 
383
383
  # Full enhancement
384
- npx claude-flow github pr-enhance --pr-number 123 --add-tests --improve-docs
384
+ npx claude-flow-novice github pr-enhance --pr-number 123 --add-tests --improve-docs
385
385
  \`\`\`
386
386
  `,
387
387
  'issue-triage': `# issue-triage
@@ -390,7 +390,7 @@ Intelligent issue classification and triage.
390
390
 
391
391
  ## Usage
392
392
  \`\`\`bash
393
- npx claude-flow github issue-triage [options]
393
+ npx claude-flow-novice github issue-triage [options]
394
394
  \`\`\`
395
395
 
396
396
  ## Options
@@ -401,13 +401,13 @@ npx claude-flow github issue-triage [options]
401
401
  ## Examples
402
402
  \`\`\`bash
403
403
  # Triage issues
404
- npx claude-flow github issue-triage --repository myorg/myrepo
404
+ npx claude-flow-novice github issue-triage --repository myorg/myrepo
405
405
 
406
406
  # With auto-labeling
407
- npx claude-flow github issue-triage --repository myorg/myrepo --auto-label
407
+ npx claude-flow-novice github issue-triage --repository myorg/myrepo --auto-label
408
408
 
409
409
  # Full automation
410
- npx claude-flow github issue-triage --repository myorg/myrepo --auto-label --assign
410
+ npx claude-flow-novice github issue-triage --repository myorg/myrepo --auto-label --assign
411
411
  \`\`\`
412
412
  `,
413
413
  'code-review': `# code-review
@@ -416,7 +416,7 @@ Automated code review with swarm intelligence.
416
416
 
417
417
  ## Usage
418
418
  \`\`\`bash
419
- npx claude-flow github code-review [options]
419
+ npx claude-flow-novice github code-review [options]
420
420
  \`\`\`
421
421
 
422
422
  ## Options
@@ -427,13 +427,13 @@ npx claude-flow github code-review [options]
427
427
  ## Examples
428
428
  \`\`\`bash
429
429
  # Review PR
430
- npx claude-flow github code-review --pr-number 456
430
+ npx claude-flow-novice github code-review --pr-number 456
431
431
 
432
432
  # Security focus
433
- npx claude-flow github code-review --pr-number 456 --focus security
433
+ npx claude-flow-novice github code-review --pr-number 456 --focus security
434
434
 
435
435
  # With fix suggestions
436
- npx claude-flow github code-review --pr-number 456 --suggest-fixes
436
+ npx claude-flow-novice github code-review --pr-number 456 --suggest-fixes
437
437
  \`\`\`
438
438
  `,
439
439
  },
@@ -444,7 +444,7 @@ Hook executed before task execution.
444
444
 
445
445
  ## Usage
446
446
  \`\`\`bash
447
- npx claude-flow hook pre-task [options]
447
+ npx claude-flow-novice hook pre-task [options]
448
448
  \`\`\`
449
449
 
450
450
  ## Options
@@ -455,13 +455,13 @@ npx claude-flow hook pre-task [options]
455
455
  ## Examples
456
456
  \`\`\`bash
457
457
  # Basic pre-task hook
458
- npx claude-flow hook pre-task --description "Building API endpoints"
458
+ npx claude-flow-novice hook pre-task --description "Building API endpoints"
459
459
 
460
460
  # With auto-spawn
461
- npx claude-flow hook pre-task --description "Complex refactoring" --auto-spawn-agents
461
+ npx claude-flow-novice hook pre-task --description "Complex refactoring" --auto-spawn-agents
462
462
 
463
463
  # Load context
464
- npx claude-flow hook pre-task --description "Continue feature" --load-context
464
+ npx claude-flow-novice hook pre-task --description "Continue feature" --load-context
465
465
  \`\`\`
466
466
  `,
467
467
  'post-task': `# post-task
@@ -470,7 +470,7 @@ Hook executed after task completion.
470
470
 
471
471
  ## Usage
472
472
  \`\`\`bash
473
- npx claude-flow hook post-task [options]
473
+ npx claude-flow-novice hook post-task [options]
474
474
  \`\`\`
475
475
 
476
476
  ## Options
@@ -481,13 +481,13 @@ npx claude-flow hook post-task [options]
481
481
  ## Examples
482
482
  \`\`\`bash
483
483
  # Basic post-task
484
- npx claude-flow hook post-task --task-id task-123
484
+ npx claude-flow-novice hook post-task --task-id task-123
485
485
 
486
486
  # With performance analysis
487
- npx claude-flow hook post-task --task-id task-123 --analyze-performance
487
+ npx claude-flow-novice hook post-task --task-id task-123 --analyze-performance
488
488
 
489
489
  # Update memory
490
- npx claude-flow hook post-task --task-id task-123 --update-memory
490
+ npx claude-flow-novice hook post-task --task-id task-123 --update-memory
491
491
  \`\`\`
492
492
  `,
493
493
  'pre-edit': `# pre-edit
@@ -496,7 +496,7 @@ Hook executed before file edits.
496
496
 
497
497
  ## Usage
498
498
  \`\`\`bash
499
- npx claude-flow hook pre-edit [options]
499
+ npx claude-flow-novice hook pre-edit [options]
500
500
  \`\`\`
501
501
 
502
502
  ## Options
@@ -507,13 +507,13 @@ npx claude-flow hook pre-edit [options]
507
507
  ## Examples
508
508
  \`\`\`bash
509
509
  # Pre-edit hook
510
- npx claude-flow hook pre-edit --file src/api.js
510
+ npx claude-flow-novice hook pre-edit --file src/api.js
511
511
 
512
512
  # With validation
513
- npx claude-flow hook pre-edit --file src/api.js --validate-syntax
513
+ npx claude-flow-novice hook pre-edit --file src/api.js --validate-syntax
514
514
 
515
515
  # Create backup
516
- npx claude-flow hook pre-edit --file src/api.js --backup
516
+ npx claude-flow-novice hook pre-edit --file src/api.js --backup
517
517
  \`\`\`
518
518
  `,
519
519
  'post-edit': `# post-edit
@@ -522,7 +522,7 @@ Hook executed after file edits.
522
522
 
523
523
  ## Usage
524
524
  \`\`\`bash
525
- npx claude-flow hook post-edit [options]
525
+ npx claude-flow-novice hook post-edit [options]
526
526
  \`\`\`
527
527
 
528
528
  ## Options
@@ -533,13 +533,13 @@ npx claude-flow hook post-edit [options]
533
533
  ## Examples
534
534
  \`\`\`bash
535
535
  # Post-edit hook
536
- npx claude-flow hook post-edit --file src/api.js
536
+ npx claude-flow-novice hook post-edit --file src/api.js
537
537
 
538
538
  # Store in memory
539
- npx claude-flow hook post-edit --file src/api.js --memory-key "api-changes"
539
+ npx claude-flow-novice hook post-edit --file src/api.js --memory-key "api-changes"
540
540
 
541
541
  # With formatting
542
- npx claude-flow hook post-edit --file src/api.js --format
542
+ npx claude-flow-novice hook post-edit --file src/api.js --format
543
543
  \`\`\`
544
544
  `,
545
545
  'session-end': `# session-end
@@ -548,7 +548,7 @@ Hook executed at session end.
548
548
 
549
549
  ## Usage
550
550
  \`\`\`bash
551
- npx claude-flow hook session-end [options]
551
+ npx claude-flow-novice hook session-end [options]
552
552
  \`\`\`
553
553
 
554
554
  ## Options
@@ -559,13 +559,13 @@ npx claude-flow hook session-end [options]
559
559
  ## Examples
560
560
  \`\`\`bash
561
561
  # End session
562
- npx claude-flow hook session-end
562
+ npx claude-flow-novice hook session-end
563
563
 
564
564
  # Export metrics
565
- npx claude-flow hook session-end --export-metrics
565
+ npx claude-flow-novice hook session-end --export-metrics
566
566
 
567
567
  # Full closure
568
- npx claude-flow hook session-end --export-metrics --generate-summary --persist-state
568
+ npx claude-flow-novice hook session-end --export-metrics --generate-summary --persist-state
569
569
  \`\`\`
570
570
  `,
571
571
  },
@@ -576,7 +576,7 @@ Manage persistent memory storage.
576
576
 
577
577
  ## Usage
578
578
  \`\`\`bash
579
- npx claude-flow memory usage [options]
579
+ npx claude-flow-novice memory usage [options]
580
580
  \`\`\`
581
581
 
582
582
  ## Options
@@ -587,13 +587,13 @@ npx claude-flow memory usage [options]
587
587
  ## Examples
588
588
  \`\`\`bash
589
589
  # Store memory
590
- npx claude-flow memory usage --action store --key "project-config" --value '{"api": "v2"}'
590
+ npx claude-flow-novice memory usage --action store --key "project-config" --value '{"api": "v2"}'
591
591
 
592
592
  # Retrieve memory
593
- npx claude-flow memory usage --action retrieve --key "project-config"
593
+ npx claude-flow-novice memory usage --action retrieve --key "project-config"
594
594
 
595
595
  # List all keys
596
- npx claude-flow memory usage --action list
596
+ npx claude-flow-novice memory usage --action list
597
597
  \`\`\`
598
598
  `,
599
599
  'memory-persist': `# memory-persist
@@ -602,7 +602,7 @@ Persist memory across sessions.
602
602
 
603
603
  ## Usage
604
604
  \`\`\`bash
605
- npx claude-flow memory persist [options]
605
+ npx claude-flow-novice memory persist [options]
606
606
  \`\`\`
607
607
 
608
608
  ## Options
@@ -613,13 +613,13 @@ npx claude-flow memory persist [options]
613
613
  ## Examples
614
614
  \`\`\`bash
615
615
  # Export memory
616
- npx claude-flow memory persist --export memory-backup.json
616
+ npx claude-flow-novice memory persist --export memory-backup.json
617
617
 
618
618
  # Import memory
619
- npx claude-flow memory persist --import memory-backup.json
619
+ npx claude-flow-novice memory persist --import memory-backup.json
620
620
 
621
621
  # Compressed export
622
- npx claude-flow memory persist --export memory.gz --compress
622
+ npx claude-flow-novice memory persist --export memory.gz --compress
623
623
  \`\`\`
624
624
  `,
625
625
  'memory-search': `# memory-search
@@ -628,7 +628,7 @@ Search through stored memory.
628
628
 
629
629
  ## Usage
630
630
  \`\`\`bash
631
- npx claude-flow memory search [options]
631
+ npx claude-flow-novice memory search [options]
632
632
  \`\`\`
633
633
 
634
634
  ## Options
@@ -639,13 +639,13 @@ npx claude-flow memory search [options]
639
639
  ## Examples
640
640
  \`\`\`bash
641
641
  # Search memory
642
- npx claude-flow memory search --query "authentication"
642
+ npx claude-flow-novice memory search --query "authentication"
643
643
 
644
644
  # Pattern search
645
- npx claude-flow memory search --pattern "api-.*"
645
+ npx claude-flow-novice memory search --pattern "api-.*"
646
646
 
647
647
  # Limited results
648
- npx claude-flow memory search --query "config" --limit 10
648
+ npx claude-flow-novice memory search --query "config" --limit 10
649
649
  \`\`\`
650
650
  `,
651
651
  },
@@ -656,7 +656,7 @@ Real-time swarm monitoring.
656
656
 
657
657
  ## Usage
658
658
  \`\`\`bash
659
- npx claude-flow swarm monitor [options]
659
+ npx claude-flow-novice swarm monitor [options]
660
660
  \`\`\`
661
661
 
662
662
  ## Options
@@ -667,13 +667,13 @@ npx claude-flow swarm monitor [options]
667
667
  ## Examples
668
668
  \`\`\`bash
669
669
  # Start monitoring
670
- npx claude-flow swarm monitor
670
+ npx claude-flow-novice swarm monitor
671
671
 
672
672
  # Custom interval
673
- npx claude-flow swarm monitor --interval 5000
673
+ npx claude-flow-novice swarm monitor --interval 5000
674
674
 
675
675
  # With metrics
676
- npx claude-flow swarm monitor --metrics
676
+ npx claude-flow-novice swarm monitor --metrics
677
677
  \`\`\`
678
678
  `,
679
679
  'agent-metrics': `# agent-metrics
@@ -682,7 +682,7 @@ View agent performance metrics.
682
682
 
683
683
  ## Usage
684
684
  \`\`\`bash
685
- npx claude-flow agent metrics [options]
685
+ npx claude-flow-novice agent metrics [options]
686
686
  \`\`\`
687
687
 
688
688
  ## Options
@@ -693,13 +693,13 @@ npx claude-flow agent metrics [options]
693
693
  ## Examples
694
694
  \`\`\`bash
695
695
  # All agents metrics
696
- npx claude-flow agent metrics
696
+ npx claude-flow-novice agent metrics
697
697
 
698
698
  # Specific agent
699
- npx claude-flow agent metrics --agent-id agent-001
699
+ npx claude-flow-novice agent metrics --agent-id agent-001
700
700
 
701
701
  # Last hour
702
- npx claude-flow agent metrics --period 1h
702
+ npx claude-flow-novice agent metrics --period 1h
703
703
  \`\`\`
704
704
  `,
705
705
  'real-time-view': `# real-time-view
@@ -708,7 +708,7 @@ Real-time view of swarm activity.
708
708
 
709
709
  ## Usage
710
710
  \`\`\`bash
711
- npx claude-flow monitoring real-time-view [options]
711
+ npx claude-flow-novice monitoring real-time-view [options]
712
712
  \`\`\`
713
713
 
714
714
  ## Options
@@ -719,13 +719,13 @@ npx claude-flow monitoring real-time-view [options]
719
719
  ## Examples
720
720
  \`\`\`bash
721
721
  # Start real-time view
722
- npx claude-flow monitoring real-time-view
722
+ npx claude-flow-novice monitoring real-time-view
723
723
 
724
724
  # Filter errors
725
- npx claude-flow monitoring real-time-view --filter errors
725
+ npx claude-flow-novice monitoring real-time-view --filter errors
726
726
 
727
727
  # Highlight pattern
728
- npx claude-flow monitoring real-time-view --highlight "API"
728
+ npx claude-flow-novice monitoring real-time-view --highlight "API"
729
729
  \`\`\`
730
730
  `,
731
731
  },
@@ -736,7 +736,7 @@ Optimize swarm topology for current workload.
736
736
 
737
737
  ## Usage
738
738
  \`\`\`bash
739
- npx claude-flow optimization topology-optimize [options]
739
+ npx claude-flow-novice optimization topology-optimize [options]
740
740
  \`\`\`
741
741
 
742
742
  ## Options
@@ -747,13 +747,13 @@ npx claude-flow optimization topology-optimize [options]
747
747
  ## Examples
748
748
  \`\`\`bash
749
749
  # Analyze and suggest
750
- npx claude-flow optimization topology-optimize --analyze-first
750
+ npx claude-flow-novice optimization topology-optimize --analyze-first
751
751
 
752
752
  # Optimize for speed
753
- npx claude-flow optimization topology-optimize --target speed
753
+ npx claude-flow-novice optimization topology-optimize --target speed
754
754
 
755
755
  # Apply changes
756
- npx claude-flow optimization topology-optimize --target efficiency --apply
756
+ npx claude-flow-novice optimization topology-optimize --target efficiency --apply
757
757
  \`\`\`
758
758
  `,
759
759
  'parallel-execute': `# parallel-execute
@@ -762,7 +762,7 @@ Execute tasks in parallel for maximum efficiency.
762
762
 
763
763
  ## Usage
764
764
  \`\`\`bash
765
- npx claude-flow optimization parallel-execute [options]
765
+ npx claude-flow-novice optimization parallel-execute [options]
766
766
  \`\`\`
767
767
 
768
768
  ## Options
@@ -773,13 +773,13 @@ npx claude-flow optimization parallel-execute [options]
773
773
  ## Examples
774
774
  \`\`\`bash
775
775
  # Execute task list
776
- npx claude-flow optimization parallel-execute --tasks tasks.json
776
+ npx claude-flow-novice optimization parallel-execute --tasks tasks.json
777
777
 
778
778
  # Limit parallelism
779
- npx claude-flow optimization parallel-execute --tasks tasks.json --max-parallel 5
779
+ npx claude-flow-novice optimization parallel-execute --tasks tasks.json --max-parallel 5
780
780
 
781
781
  # Custom strategy
782
- npx claude-flow optimization parallel-execute --strategy adaptive
782
+ npx claude-flow-novice optimization parallel-execute --strategy adaptive
783
783
  \`\`\`
784
784
  `,
785
785
  'cache-manage': `# cache-manage
@@ -788,7 +788,7 @@ Manage operation cache for performance.
788
788
 
789
789
  ## Usage
790
790
  \`\`\`bash
791
- npx claude-flow optimization cache-manage [options]
791
+ npx claude-flow-novice optimization cache-manage [options]
792
792
  \`\`\`
793
793
 
794
794
  ## Options
@@ -799,13 +799,13 @@ npx claude-flow optimization cache-manage [options]
799
799
  ## Examples
800
800
  \`\`\`bash
801
801
  # View cache stats
802
- npx claude-flow optimization cache-manage --action view
802
+ npx claude-flow-novice optimization cache-manage --action view
803
803
 
804
804
  # Clear cache
805
- npx claude-flow optimization cache-manage --action clear
805
+ npx claude-flow-novice optimization cache-manage --action clear
806
806
 
807
807
  # Set limits
808
- npx claude-flow optimization cache-manage --max-size 100 --ttl 3600
808
+ npx claude-flow-novice optimization cache-manage --max-size 100 --ttl 3600
809
809
  \`\`\`
810
810
  `,
811
811
  },
@@ -816,7 +816,7 @@ Train neural patterns from operations.
816
816
 
817
817
  ## Usage
818
818
  \`\`\`bash
819
- npx claude-flow training neural-train [options]
819
+ npx claude-flow-novice training neural-train [options]
820
820
  \`\`\`
821
821
 
822
822
  ## Options
@@ -827,13 +827,13 @@ npx claude-flow training neural-train [options]
827
827
  ## Examples
828
828
  \`\`\`bash
829
829
  # Train from recent ops
830
- npx claude-flow training neural-train --data recent
830
+ npx claude-flow-novice training neural-train --data recent
831
831
 
832
832
  # Specific model
833
- npx claude-flow training neural-train --model task-predictor
833
+ npx claude-flow-novice training neural-train --model task-predictor
834
834
 
835
835
  # Custom epochs
836
- npx claude-flow training neural-train --epochs 100
836
+ npx claude-flow-novice training neural-train --epochs 100
837
837
  \`\`\`
838
838
  `,
839
839
  'pattern-learn': `# pattern-learn
@@ -842,7 +842,7 @@ Learn patterns from successful operations.
842
842
 
843
843
  ## Usage
844
844
  \`\`\`bash
845
- npx claude-flow training pattern-learn [options]
845
+ npx claude-flow-novice training pattern-learn [options]
846
846
  \`\`\`
847
847
 
848
848
  ## Options
@@ -853,13 +853,13 @@ npx claude-flow training pattern-learn [options]
853
853
  ## Examples
854
854
  \`\`\`bash
855
855
  # Learn from all ops
856
- npx claude-flow training pattern-learn
856
+ npx claude-flow-novice training pattern-learn
857
857
 
858
858
  # High success only
859
- npx claude-flow training pattern-learn --threshold 0.9
859
+ npx claude-flow-novice training pattern-learn --threshold 0.9
860
860
 
861
861
  # Save patterns
862
- npx claude-flow training pattern-learn --save optimal-patterns
862
+ npx claude-flow-novice training pattern-learn --save optimal-patterns
863
863
  \`\`\`
864
864
  `,
865
865
  'model-update': `# model-update
@@ -868,7 +868,7 @@ Update neural models with new data.
868
868
 
869
869
  ## Usage
870
870
  \`\`\`bash
871
- npx claude-flow training model-update [options]
871
+ npx claude-flow-novice training model-update [options]
872
872
  \`\`\`
873
873
 
874
874
  ## Options
@@ -879,13 +879,13 @@ npx claude-flow training model-update [options]
879
879
  ## Examples
880
880
  \`\`\`bash
881
881
  # Update all models
882
- npx claude-flow training model-update
882
+ npx claude-flow-novice training model-update
883
883
 
884
884
  # Specific model
885
- npx claude-flow training model-update --model agent-selector
885
+ npx claude-flow-novice training model-update --model agent-selector
886
886
 
887
887
  # Incremental with validation
888
- npx claude-flow training model-update --incremental --validate
888
+ npx claude-flow-novice training model-update --incremental --validate
889
889
  \`\`\`
890
890
  `,
891
891
  },
@@ -896,7 +896,7 @@ Create reusable workflow templates.
896
896
 
897
897
  ## Usage
898
898
  \`\`\`bash
899
- npx claude-flow workflow create [options]
899
+ npx claude-flow-novice workflow create [options]
900
900
  \`\`\`
901
901
 
902
902
  ## Options
@@ -907,13 +907,13 @@ npx claude-flow workflow create [options]
907
907
  ## Examples
908
908
  \`\`\`bash
909
909
  # Create workflow
910
- npx claude-flow workflow create --name "deploy-api"
910
+ npx claude-flow-novice workflow create --name "deploy-api"
911
911
 
912
912
  # From history
913
- npx claude-flow workflow create --name "test-suite" --from-history
913
+ npx claude-flow-novice workflow create --name "test-suite" --from-history
914
914
 
915
915
  # Interactive mode
916
- npx claude-flow workflow create --interactive
916
+ npx claude-flow-novice workflow create --interactive
917
917
  \`\`\`
918
918
  `,
919
919
  'workflow-execute': `# workflow-execute
@@ -922,7 +922,7 @@ Execute saved workflows.
922
922
 
923
923
  ## Usage
924
924
  \`\`\`bash
925
- npx claude-flow workflow execute [options]
925
+ npx claude-flow-novice workflow execute [options]
926
926
  \`\`\`
927
927
 
928
928
  ## Options
@@ -933,13 +933,13 @@ npx claude-flow workflow execute [options]
933
933
  ## Examples
934
934
  \`\`\`bash
935
935
  # Execute workflow
936
- npx claude-flow workflow execute --name "deploy-api"
936
+ npx claude-flow-novice workflow execute --name "deploy-api"
937
937
 
938
938
  # With parameters
939
- npx claude-flow workflow execute --name "test-suite" --params '{"env": "staging"}'
939
+ npx claude-flow-novice workflow execute --name "test-suite" --params '{"env": "staging"}'
940
940
 
941
941
  # Dry run
942
- npx claude-flow workflow execute --name "deploy-api" --dry-run
942
+ npx claude-flow-novice workflow execute --name "deploy-api" --dry-run
943
943
  \`\`\`
944
944
  `,
945
945
  'workflow-export': `# workflow-export
@@ -948,7 +948,7 @@ Export workflows for sharing.
948
948
 
949
949
  ## Usage
950
950
  \`\`\`bash
951
- npx claude-flow workflow export [options]
951
+ npx claude-flow-novice workflow export [options]
952
952
  \`\`\`
953
953
 
954
954
  ## Options
@@ -959,13 +959,13 @@ npx claude-flow workflow export [options]
959
959
  ## Examples
960
960
  \`\`\`bash
961
961
  # Export workflow
962
- npx claude-flow workflow export --name "deploy-api"
962
+ npx claude-flow-novice workflow export --name "deploy-api"
963
963
 
964
964
  # As YAML
965
- npx claude-flow workflow export --name "test-suite" --format yaml
965
+ npx claude-flow-novice workflow export --name "test-suite" --format yaml
966
966
 
967
967
  # With history
968
- npx claude-flow workflow export --name "deploy-api" --include-history
968
+ npx claude-flow-novice workflow export --name "deploy-api" --include-history
969
969
  \`\`\`
970
970
  `,
971
971
  },
@@ -976,7 +976,7 @@ Main swarm orchestration command for Claude Flow.
976
976
 
977
977
  ## Usage
978
978
  \`\`\`bash
979
- npx claude-flow swarm <objective> [options]
979
+ npx claude-flow-novice swarm <objective> [options]
980
980
  \`\`\`
981
981
 
982
982
  ## Options
@@ -989,13 +989,13 @@ npx claude-flow swarm <objective> [options]
989
989
  ## Examples
990
990
  \`\`\`bash
991
991
  # Basic swarm
992
- npx claude-flow swarm "Build REST API"
992
+ npx claude-flow-novice swarm "Build REST API"
993
993
 
994
994
  # With strategy
995
- npx claude-flow swarm "Research AI patterns" --strategy research
995
+ npx claude-flow-novice swarm "Research AI patterns" --strategy research
996
996
 
997
997
  # Open in Claude Code
998
- npx claude-flow swarm "Build API" --claude
998
+ npx claude-flow-novice swarm "Build API" --claude
999
999
  \`\`\`
1000
1000
  `,
1001
1001
  'swarm-init': `# swarm-init
@@ -1004,7 +1004,7 @@ Initialize a new swarm with specified topology.
1004
1004
 
1005
1005
  ## Usage
1006
1006
  \`\`\`bash
1007
- npx claude-flow swarm init [options]
1007
+ npx claude-flow-novice swarm init [options]
1008
1008
  \`\`\`
1009
1009
 
1010
1010
  ## Options
@@ -1014,8 +1014,8 @@ npx claude-flow swarm init [options]
1014
1014
 
1015
1015
  ## Examples
1016
1016
  \`\`\`bash
1017
- npx claude-flow swarm init --topology mesh
1018
- npx claude-flow swarm init --topology hierarchical --max-agents 8
1017
+ npx claude-flow-novice swarm init --topology mesh
1018
+ npx claude-flow-novice swarm init --topology hierarchical --max-agents 8
1019
1019
  \`\`\`
1020
1020
  `,
1021
1021
  'swarm-spawn': `# swarm-spawn
@@ -1024,7 +1024,7 @@ Spawn agents in the swarm.
1024
1024
 
1025
1025
  ## Usage
1026
1026
  \`\`\`bash
1027
- npx claude-flow swarm spawn [options]
1027
+ npx claude-flow-novice swarm spawn [options]
1028
1028
  \`\`\`
1029
1029
 
1030
1030
  ## Options
@@ -1034,8 +1034,8 @@ npx claude-flow swarm spawn [options]
1034
1034
 
1035
1035
  ## Examples
1036
1036
  \`\`\`bash
1037
- npx claude-flow swarm spawn --type coder --count 3
1038
- npx claude-flow swarm spawn --type researcher --capabilities "web-search,analysis"
1037
+ npx claude-flow-novice swarm spawn --type coder --count 3
1038
+ npx claude-flow-novice swarm spawn --type researcher --capabilities "web-search,analysis"
1039
1039
  \`\`\`
1040
1040
  `,
1041
1041
  },
@@ -1046,7 +1046,7 @@ Hive Mind collective intelligence system for advanced swarm coordination.
1046
1046
 
1047
1047
  ## Usage
1048
1048
  \`\`\`bash
1049
- npx claude-flow hive-mind [subcommand] [options]
1049
+ npx claude-flow-novice hive-mind [subcommand] [options]
1050
1050
  \`\`\`
1051
1051
 
1052
1052
  ## Subcommands
@@ -1059,13 +1059,13 @@ npx claude-flow hive-mind [subcommand] [options]
1059
1059
  ## Examples
1060
1060
  \`\`\`bash
1061
1061
  # Initialize hive mind
1062
- npx claude-flow hive-mind init
1062
+ npx claude-flow-novice hive-mind init
1063
1063
 
1064
1064
  # Spawn swarm
1065
- npx claude-flow hive-mind spawn "Build microservices"
1065
+ npx claude-flow-novice hive-mind spawn "Build microservices"
1066
1066
 
1067
1067
  # Check status
1068
- npx claude-flow hive-mind status
1068
+ npx claude-flow-novice hive-mind status
1069
1069
  \`\`\`
1070
1070
  `,
1071
1071
  'hive-mind-init': `# hive-mind-init
@@ -1074,7 +1074,7 @@ Initialize the Hive Mind collective intelligence system.
1074
1074
 
1075
1075
  ## Usage
1076
1076
  \`\`\`bash
1077
- npx claude-flow hive-mind init [options]
1077
+ npx claude-flow-novice hive-mind init [options]
1078
1078
  \`\`\`
1079
1079
 
1080
1080
  ## Options
@@ -1083,8 +1083,8 @@ npx claude-flow hive-mind init [options]
1083
1083
 
1084
1084
  ## Examples
1085
1085
  \`\`\`bash
1086
- npx claude-flow hive-mind init
1087
- npx claude-flow hive-mind init --force
1086
+ npx claude-flow-novice hive-mind init
1087
+ npx claude-flow-novice hive-mind init --force
1088
1088
  \`\`\`
1089
1089
  `,
1090
1090
  'hive-mind-spawn': `# hive-mind-spawn
@@ -1093,7 +1093,7 @@ Spawn a Hive Mind swarm with queen-led coordination.
1093
1093
 
1094
1094
  ## Usage
1095
1095
  \`\`\`bash
1096
- npx claude-flow hive-mind spawn <objective> [options]
1096
+ npx claude-flow-novice hive-mind spawn <objective> [options]
1097
1097
  \`\`\`
1098
1098
 
1099
1099
  ## Options
@@ -1104,9 +1104,9 @@ npx claude-flow hive-mind spawn <objective> [options]
1104
1104
 
1105
1105
  ## Examples
1106
1106
  \`\`\`bash
1107
- npx claude-flow hive-mind spawn "Build API"
1108
- npx claude-flow hive-mind spawn "Research patterns" --queen-type adaptive
1109
- npx claude-flow hive-mind spawn "Build service" --claude
1107
+ npx claude-flow-novice hive-mind spawn "Build API"
1108
+ npx claude-flow-novice hive-mind spawn "Research patterns" --queen-type adaptive
1109
+ npx claude-flow-novice hive-mind spawn "Build service" --claude
1110
1110
  \`\`\`
1111
1111
  `,
1112
1112
  },
@@ -1135,7 +1135,7 @@ Complete guide to all 54 available agent types in Claude Flow.
1135
1135
 
1136
1136
  For full list and details:
1137
1137
  \`\`\`bash
1138
- npx claude-flow agents list
1138
+ npx claude-flow-novice agents list
1139
1139
  \`\`\`
1140
1140
  `,
1141
1141
  'agent-capabilities': `# agent-capabilities
@@ -1154,10 +1154,10 @@ Matrix of agent capabilities and their specializations.
1154
1154
  ## Querying Capabilities
1155
1155
  \`\`\`bash
1156
1156
  # List all capabilities
1157
- npx claude-flow agents capabilities
1157
+ npx claude-flow-novice agents capabilities
1158
1158
 
1159
1159
  # For specific agent
1160
- npx claude-flow agents capabilities --type coder
1160
+ npx claude-flow-novice agents capabilities --type coder
1161
1161
  \`\`\`
1162
1162
  `,
1163
1163
  'agent-coordination': `# agent-coordination
@@ -1169,19 +1169,19 @@ Coordination patterns for multi-agent collaboration.
1169
1169
  ### Hierarchical
1170
1170
  Queen-led with worker specialization
1171
1171
  \`\`\`bash
1172
- npx claude-flow swarm init --topology hierarchical
1172
+ npx claude-flow-novice swarm init --topology hierarchical
1173
1173
  \`\`\`
1174
1174
 
1175
1175
  ### Mesh
1176
1176
  Peer-to-peer collaboration
1177
1177
  \`\`\`bash
1178
- npx claude-flow swarm init --topology mesh
1178
+ npx claude-flow-novice swarm init --topology mesh
1179
1179
  \`\`\`
1180
1180
 
1181
1181
  ### Adaptive
1182
1182
  Dynamic topology based on workload
1183
1183
  \`\`\`bash
1184
- npx claude-flow swarm init --topology adaptive
1184
+ npx claude-flow-novice swarm init --topology adaptive
1185
1185
  \`\`\`
1186
1186
 
1187
1187
  ## Best Practices
@@ -1223,7 +1223,7 @@ mcp__claude-flow__agent_spawn { type: "researcher" }
1223
1223
 
1224
1224
  return (
1225
1225
  docs[category]?.[command] ||
1226
- `# ${command}\n\nCommand documentation for ${command} in category ${category}.\n\nUsage:\n\`\`\`bash\nnpx claude-flow ${category} ${command} [options]\n\`\`\`\n`
1226
+ `# ${command}\n\nCommand documentation for ${command} in category ${category}.\n\nUsage:\n\`\`\`bash\nnpx claude-flow-novice ${category} ${command} [options]\n\`\`\`\n`
1227
1227
  );
1228
1228
  }
1229
1229
 
@@ -1283,7 +1283,7 @@ fi
1283
1283
 
1284
1284
  # Add MCP server
1285
1285
  echo "📦 Adding Claude Flow MCP server..."
1286
- claude mcp add claude-flow npx claude-flow mcp start
1286
+ claude mcp add claude-flow-novice npx claude-flow-novice mcp start
1287
1287
 
1288
1288
  echo "✅ MCP server setup complete!"
1289
1289
  echo "🎯 You can now use mcp__claude-flow__ tools in Claude Code"
@@ -1295,16 +1295,16 @@ echo "🚀 Claude Flow Quick Start"
1295
1295
  echo "=========================="
1296
1296
  echo ""
1297
1297
  echo "1. Initialize a swarm:"
1298
- echo " npx claude-flow swarm init --topology hierarchical"
1298
+ echo " npx claude-flow-novice swarm init --topology hierarchical"
1299
1299
  echo ""
1300
1300
  echo "2. Spawn agents:"
1301
- echo " npx claude-flow agent spawn --type coder --name \"API Developer\""
1301
+ echo " npx claude-flow-novice agent spawn --type coder --name \"API Developer\""
1302
1302
  echo ""
1303
1303
  echo "3. Orchestrate tasks:"
1304
- echo " npx claude-flow task orchestrate --task \"Build REST API\""
1304
+ echo " npx claude-flow-novice task orchestrate --task \"Build REST API\""
1305
1305
  echo ""
1306
1306
  echo "4. Monitor progress:"
1307
- echo " npx claude-flow swarm monitor"
1307
+ echo " npx claude-flow-novice swarm monitor"
1308
1308
  echo ""
1309
1309
  echo "📚 For more examples, see .claude/commands/"
1310
1310
  `,
@@ -1332,10 +1332,10 @@ fi
1332
1332
 
1333
1333
  echo ""
1334
1334
  echo "📦 GitHub swarm commands available:"
1335
- echo " - npx claude-flow github swarm"
1336
- echo " - npx claude-flow repo analyze"
1337
- echo " - npx claude-flow pr enhance"
1338
- echo " - npx claude-flow issue triage"
1335
+ echo " - npx claude-flow-novice github swarm"
1336
+ echo " - npx claude-flow-novice repo analyze"
1337
+ echo " - npx claude-flow-novice pr enhance"
1338
+ echo " - npx claude-flow-novice issue triage"
1339
1339
  `,
1340
1340
  'github-safe.js': `#!/usr/bin/env node
1341
1341
 
@@ -2211,7 +2211,7 @@ function createEnhancedClaudeMdFallback() {
2211
2211
 
2212
2212
  ## Quick Start
2213
2213
 
2214
- 1. Add MCP server: \`claude mcp add claude-flow npx claude-flow mcp start\`
2214
+ 1. Add MCP server: \`claude mcp add claude-flow-novice npx claude-flow-novice mcp start\`
2215
2215
  2. Initialize swarm: \`mcp__claude-flow__swarm_init { topology: "hierarchical" }\`
2216
2216
  3. Spawn agents: \`mcp__claude-flow__agent_spawn { type: "coder" }\`
2217
2217
  4. Orchestrate: \`mcp__claude-flow__task_orchestrate { task: "Build feature" }\`
@@ -2234,7 +2234,7 @@ function createEnhancedSettingsJsonFallback() {
2234
2234
  },
2235
2235
  permissions: {
2236
2236
  allow: [
2237
- 'Bash(npx claude-flow *)',
2237
+ 'Bash(npx claude-flow-novice *)',
2238
2238
  'Bash(npm run lint)',
2239
2239
  'Bash(npm run test:*)',
2240
2240
  'Bash(npm test *)',