claude-flow-novice 1.3.3 → 1.3.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (334) hide show
  1. package/.claude/agents/github/release-manager.md +1 -1
  2. package/.claude/agents/github/repo-architect.md +2 -2
  3. package/.claude/agents/optimization/README.md +12 -12
  4. package/.claude/agents/optimization/benchmark-suite.md +8 -8
  5. package/.claude/agents/optimization/load-balancer.md +7 -7
  6. package/.claude/agents/optimization/performance-monitor.md +8 -8
  7. package/.claude/agents/optimization/resource-allocator.md +9 -9
  8. package/.claude/agents/optimization/topology-optimizer.md +8 -8
  9. package/.claude/agents/swarm/README.md +8 -8
  10. package/.claude/agents/testing/e2e/playwright-agent.md +1 -1
  11. package/.claude/commands/agents/agent-capabilities.md +2 -2
  12. package/.claude/commands/agents/agent-coordination.md +3 -3
  13. package/.claude/commands/agents/agent-types.md +1 -1
  14. package/.claude/commands/analysis/bottleneck-detect.md +5 -5
  15. package/.claude/commands/analysis/performance-report.md +4 -4
  16. package/.claude/commands/analysis/token-usage.md +4 -4
  17. package/.claude/commands/automation/auto-agent.md +5 -5
  18. package/.claude/commands/automation/self-healing.md +1 -1
  19. package/.claude/commands/automation/session-memory.md +1 -1
  20. package/.claude/commands/automation/smart-agents.md +1 -1
  21. package/.claude/commands/automation/smart-spawn.md +4 -4
  22. package/.claude/commands/automation/workflow-select.md +4 -4
  23. package/.claude/commands/claude-soul.js +22 -556
  24. package/.claude/commands/coordination/agent-spawn.md +4 -4
  25. package/.claude/commands/coordination/coordination-system.md +14 -14
  26. package/.claude/commands/coordination/swarm-init.md +5 -5
  27. package/.claude/commands/coordination/task-orchestrate.md +4 -4
  28. package/.claude/commands/github/code-review.md +4 -4
  29. package/.claude/commands/github/github-swarm.md +5 -5
  30. package/.claude/commands/github/issue-triage.md +4 -4
  31. package/.claude/commands/github/pr-enhance.md +4 -4
  32. package/.claude/commands/github/release-manager.md +1 -1
  33. package/.claude/commands/github/repo-analyze.md +4 -4
  34. package/.claude/commands/github/repo-architect.md +2 -2
  35. package/.claude/commands/hive-mind/hive-mind-consensus.md +1 -1
  36. package/.claude/commands/hive-mind/hive-mind-init.md +3 -3
  37. package/.claude/commands/hive-mind/hive-mind-memory.md +1 -1
  38. package/.claude/commands/hive-mind/hive-mind-metrics.md +1 -1
  39. package/.claude/commands/hive-mind/hive-mind-resume.md +1 -1
  40. package/.claude/commands/hive-mind/hive-mind-sessions.md +1 -1
  41. package/.claude/commands/hive-mind/hive-mind-spawn.md +4 -4
  42. package/.claude/commands/hive-mind/hive-mind-status.md +1 -1
  43. package/.claude/commands/hive-mind/hive-mind-stop.md +1 -1
  44. package/.claude/commands/hive-mind/hive-mind-wizard.md +1 -1
  45. package/.claude/commands/hive-mind/hive-mind.md +4 -4
  46. package/.claude/commands/hooks/overview.md +1 -1
  47. package/.claude/commands/hooks/post-edit.md +6 -6
  48. package/.claude/commands/hooks/post-task.md +6 -6
  49. package/.claude/commands/hooks/pre-edit.md +6 -6
  50. package/.claude/commands/hooks/pre-task.md +6 -6
  51. package/.claude/commands/hooks/session-end.md +6 -6
  52. package/.claude/commands/hooks/setup.md +6 -6
  53. package/.claude/commands/hooks.md +1 -1
  54. package/.claude/commands/memory/memory-bank.md +4 -4
  55. package/.claude/commands/memory/memory-persist.md +4 -4
  56. package/.claude/commands/memory/memory-search.md +4 -4
  57. package/.claude/commands/memory/memory-usage.md +4 -4
  58. package/.claude/commands/monitoring/agent-metrics.md +4 -4
  59. package/.claude/commands/monitoring/real-time-view.md +4 -4
  60. package/.claude/commands/monitoring/swarm-monitor.md +4 -4
  61. package/.claude/commands/optimization/auto-topology.md +2 -2
  62. package/.claude/commands/optimization/cache-manage.md +4 -4
  63. package/.claude/commands/optimization/parallel-execute.md +4 -4
  64. package/.claude/commands/optimization/parallel-execution.md +1 -1
  65. package/.claude/commands/optimization/topology-optimize.md +4 -4
  66. package/.claude/commands/pair/README.md +20 -20
  67. package/.claude/commands/pair/config.md +16 -16
  68. package/.claude/commands/pair/examples.md +11 -11
  69. package/.claude/commands/pair/modes.md +17 -17
  70. package/.claude/commands/pair/session.md +27 -27
  71. package/.claude/commands/pair/start.md +12 -12
  72. package/.claude/commands/sparc/analyzer.md +3 -3
  73. package/.claude/commands/sparc/architect.md +3 -3
  74. package/.claude/commands/sparc/batch-executor.md +3 -3
  75. package/.claude/commands/sparc/coder.md +3 -3
  76. package/.claude/commands/sparc/debugger.md +3 -3
  77. package/.claude/commands/sparc/designer.md +3 -3
  78. package/.claude/commands/sparc/documenter.md +3 -3
  79. package/.claude/commands/sparc/innovator.md +3 -3
  80. package/.claude/commands/sparc/memory-manager.md +3 -3
  81. package/.claude/commands/sparc/optimizer.md +3 -3
  82. package/.claude/commands/sparc/orchestrator.md +10 -10
  83. package/.claude/commands/sparc/researcher.md +3 -3
  84. package/.claude/commands/sparc/reviewer.md +3 -3
  85. package/.claude/commands/sparc/sparc-modes.md +13 -13
  86. package/.claude/commands/sparc/swarm-coordinator.md +3 -3
  87. package/.claude/commands/sparc/tdd.md +3 -3
  88. package/.claude/commands/sparc/tester.md +3 -3
  89. package/.claude/commands/sparc/workflow-manager.md +3 -3
  90. package/.claude/commands/stream-chain/pipeline.md +10 -10
  91. package/.claude/commands/stream-chain/run.md +4 -4
  92. package/.claude/commands/swarm/analysis.md +1 -1
  93. package/.claude/commands/swarm/development.md +1 -1
  94. package/.claude/commands/swarm/examples.md +3 -3
  95. package/.claude/commands/swarm/maintenance.md +1 -1
  96. package/.claude/commands/swarm/optimization.md +1 -1
  97. package/.claude/commands/swarm/research.md +1 -1
  98. package/.claude/commands/swarm/swarm-analysis.md +1 -1
  99. package/.claude/commands/swarm/swarm-background.md +1 -1
  100. package/.claude/commands/swarm/swarm-init.md +3 -3
  101. package/.claude/commands/swarm/swarm-modes.md +1 -1
  102. package/.claude/commands/swarm/swarm-monitor.md +1 -1
  103. package/.claude/commands/swarm/swarm-spawn.md +3 -3
  104. package/.claude/commands/swarm/swarm-status.md +1 -1
  105. package/.claude/commands/swarm/swarm-strategies.md +1 -1
  106. package/.claude/commands/swarm/swarm.md +4 -4
  107. package/.claude/commands/swarm/testing.md +1 -1
  108. package/.claude/commands/testing/playwright-e2e.md +36 -36
  109. package/.claude/commands/training/model-update.md +4 -4
  110. package/.claude/commands/training/neural-patterns.md +3 -3
  111. package/.claude/commands/training/neural-train.md +4 -4
  112. package/.claude/commands/training/pattern-learn.md +4 -4
  113. package/.claude/commands/training/specialization.md +2 -2
  114. package/.claude/commands/truth/start.md +10 -10
  115. package/.claude/commands/verify/check.md +5 -5
  116. package/.claude/commands/verify/start.md +22 -22
  117. package/.claude/commands/workflows/development.md +3 -3
  118. package/.claude/commands/workflows/research.md +2 -2
  119. package/.claude/commands/workflows/workflow-create.md +4 -4
  120. package/.claude/commands/workflows/workflow-execute.md +4 -4
  121. package/.claude/commands/workflows/workflow-export.md +4 -4
  122. package/examples/01-configurations/README.md +5 -5
  123. package/examples/02-workflows/README.md +8 -8
  124. package/examples/04-testing/incremental-updates-guide.md +3 -3
  125. package/examples/06-tutorials/getting-started/01-first-swarm.md +4 -4
  126. package/examples/06-tutorials/sparc/sparc-tdd-guide.md +13 -13
  127. package/examples/06-tutorials/sparc-batchtool-orchestration.md +54 -54
  128. package/examples/06-tutorials/workflows/multi-agent-coordination.md +9 -9
  129. package/examples/README-batch-init.md +50 -50
  130. package/examples/README.md +2 -2
  131. package/examples/automation-examples.md +13 -13
  132. package/examples/rest-api-simple/README-ARCHITECTURE.md +7 -7
  133. package/examples/rest-api-simple/implementation-plan.md +7 -7
  134. package/examples/rest-api-simple/next-steps.md +5 -5
  135. package/examples/rest-api-simple/sparc-implementation-roadmap.md +12 -12
  136. package/package.json +2 -1
  137. package/src/cli/simple-commands/agent.js +9 -9
  138. package/src/cli/simple-commands/analysis.js +17 -17
  139. package/src/cli/simple-commands/automation-executor.js +1 -1
  140. package/src/cli/simple-commands/automation.js +14 -14
  141. package/src/cli/simple-commands/batch-manager.js +10 -10
  142. package/src/cli/simple-commands/config.js +14 -14
  143. package/src/cli/simple-commands/coordination.js +8 -8
  144. package/src/cli/simple-commands/fix-hook-variables.js +4 -4
  145. package/src/cli/simple-commands/github/init.js +2 -2
  146. package/src/cli/simple-commands/github.js +7 -7
  147. package/src/cli/simple-commands/goal.js +1 -1
  148. package/src/cli/simple-commands/hive-mind-optimize.js +10 -10
  149. package/src/cli/simple-commands/hive-mind-wizard.js +5 -5
  150. package/src/cli/simple-commands/hive-mind.js +34 -34
  151. package/src/cli/simple-commands/hive.js +4 -4
  152. package/src/cli/simple-commands/hook-safety.js +7 -7
  153. package/src/cli/simple-commands/init/claude-commands/claude-flow-commands.js +74 -74
  154. package/src/cli/simple-commands/init/claude-commands/optimized-claude-flow-commands.js +143 -143
  155. package/src/cli/simple-commands/init/claude-commands/optimized-slash-commands.js +13 -13
  156. package/src/cli/simple-commands/init/claude-commands/optimized-sparc-commands.js +41 -41
  157. package/src/cli/simple-commands/init/claude-commands/slash-commands.js +1 -1
  158. package/src/cli/simple-commands/init/claude-commands/sparc-commands.js +24 -24
  159. package/src/cli/simple-commands/init/executable-wrapper.js +11 -11
  160. package/src/cli/simple-commands/init/help.js +19 -19
  161. package/src/cli/simple-commands/init/index.js +13 -13
  162. package/src/cli/simple-commands/init/rollback/recovery-manager.js +1 -1
  163. package/src/cli/simple-commands/init/rollback/rollback-executor.js +2 -2
  164. package/src/cli/simple-commands/init/sparc/roo-readme.js +5 -5
  165. package/src/cli/simple-commands/init/templates/claude-md.js +41 -41
  166. package/src/cli/simple-commands/init/templates/coordination-md.js +55 -55
  167. package/src/cli/simple-commands/init/templates/enhanced-templates.js +175 -175
  168. package/src/cli/simple-commands/init/templates/memory-bank-md.js +22 -22
  169. package/src/cli/simple-commands/init/templates/safe-hook-patterns.js +4 -4
  170. package/src/cli/simple-commands/init/templates/settings.json +1 -1
  171. package/src/cli/simple-commands/init/templates/sparc-modes.js +75 -75
  172. package/src/cli/simple-commands/init/templates/verification-claude-md.js +39 -39
  173. package/src/cli/simple-commands/init/validation/config-validator.js +3 -3
  174. package/src/cli/simple-commands/init/validation/health-checker.js +1 -1
  175. package/src/cli/simple-commands/init/validation/mode-validator.js +2 -2
  176. package/src/cli/simple-commands/mcp.js +9 -9
  177. package/src/cli/simple-commands/migrate-hooks.js +2 -2
  178. package/src/cli/simple-commands/monitor.js +4 -4
  179. package/src/cli/simple-commands/neural.js +1 -1
  180. package/src/cli/simple-commands/pair-autofix-only.js +4 -4
  181. package/src/cli/simple-commands/pair-basic.js +7 -7
  182. package/src/cli/simple-commands/pair-old.js +9 -9
  183. package/src/cli/simple-commands/pair-working.js +4 -4
  184. package/src/cli/simple-commands/pair.js +4 -4
  185. package/src/cli/simple-commands/sparc/commands.js +5 -5
  186. package/src/cli/simple-commands/sparc-modes/architect.js +23 -23
  187. package/src/cli/simple-commands/sparc-modes/ask.js +21 -21
  188. package/src/cli/simple-commands/sparc-modes/code.js +23 -23
  189. package/src/cli/simple-commands/sparc-modes/debug.js +10 -10
  190. package/src/cli/simple-commands/sparc-modes/devops.js +11 -11
  191. package/src/cli/simple-commands/sparc-modes/docs-writer.js +3 -3
  192. package/src/cli/simple-commands/sparc-modes/generic.js +4 -4
  193. package/src/cli/simple-commands/sparc-modes/index.js +22 -22
  194. package/src/cli/simple-commands/sparc-modes/integration.js +3 -3
  195. package/src/cli/simple-commands/sparc-modes/mcp.js +3 -3
  196. package/src/cli/simple-commands/sparc-modes/monitoring.js +3 -3
  197. package/src/cli/simple-commands/sparc-modes/optimization.js +3 -3
  198. package/src/cli/simple-commands/sparc-modes/security-review.js +11 -11
  199. package/src/cli/simple-commands/sparc-modes/sparc-orchestrator.js +37 -37
  200. package/src/cli/simple-commands/sparc-modes/spec-pseudocode.js +3 -3
  201. package/src/cli/simple-commands/sparc-modes/supabase-admin.js +11 -11
  202. package/src/cli/simple-commands/sparc-modes/swarm.js +34 -34
  203. package/src/cli/simple-commands/sparc-modes/tdd.js +11 -11
  204. package/src/cli/simple-commands/sparc-modes/tutorial.js +30 -30
  205. package/src/cli/simple-commands/sparc.js +14 -14
  206. package/src/cli/simple-commands/start-ui.js +4 -4
  207. package/src/cli/simple-commands/start-wrapper.js +17 -17
  208. package/src/cli/simple-commands/status.js +3 -3
  209. package/src/cli/simple-commands/stream-chain.js +12 -12
  210. package/src/cli/simple-commands/swarm-metrics-integration.js +2 -2
  211. package/src/cli/simple-commands/swarm-ui.js +2 -2
  212. package/src/cli/simple-commands/swarm.js +19 -19
  213. package/src/cli/simple-commands/task.js +7 -7
  214. package/src/cli/simple-commands/training.js +5 -5
  215. package/src/cli/simple-commands/verification-training-integration.js +1 -1
  216. package/src/language/language-detector.js +1 -2
  217. package/src/slash-commands/claude-soul.js +248 -365
  218. package/src/slash-commands/register-all-commands.js +1 -1
  219. package/wiki/README.md +2 -2
  220. package/wiki/accessibility/README.md +4 -4
  221. package/wiki/accessibility/assistive-tech/screen-reader-support.md +6 -6
  222. package/wiki/accessibility/automation/agent-testing-automation.md +13 -13
  223. package/wiki/accessibility/guidelines/wcag-compliance.md +6 -6
  224. package/wiki/accessibility/i18n/internationalization-strategies.md +6 -6
  225. package/wiki/accessibility/motor-accessibility/keyboard-navigation.md +7 -7
  226. package/wiki/accessibility/patterns/inclusive-design-patterns.md +4 -4
  227. package/wiki/accessibility/testing/automated-testing.md +9 -9
  228. package/wiki/accessibility/visual-design/color-contrast.md +7 -7
  229. package/wiki/accessibility/workflows/accessibility-first-development.md +22 -22
  230. package/wiki/accessibility/workflows/inclusive-design-review.md +9 -9
  231. package/wiki/api-reference/cli-api.md +15 -15
  232. package/wiki/api-reference/plugin-development.md +3 -3
  233. package/wiki/command-reference/README.md +34 -34
  234. package/wiki/command-reference/agent-commands.md +46 -46
  235. package/wiki/command-reference/cli-commands.md +21 -21
  236. package/wiki/command-reference/command-syntax.md +89 -89
  237. package/wiki/command-reference/expert-tier.md +184 -184
  238. package/wiki/command-reference/intermediate-tier.md +63 -63
  239. package/wiki/command-reference/mcp-integration.md +29 -29
  240. package/wiki/command-reference/mcp-tools/README.md +4 -4
  241. package/wiki/command-reference/mcp-tools/dual-access-workflows.md +1 -1
  242. package/wiki/command-reference/mcp-tools/index.md +2 -2
  243. package/wiki/command-reference/mcp-tools/quick-reference.md +4 -4
  244. package/wiki/command-reference/mcp-tools/session-management.md +2 -2
  245. package/wiki/command-reference/mcp-tools/task-tool-integration.md +3 -3
  246. package/wiki/command-reference/novice/README.md +1 -1
  247. package/wiki/command-reference/novice-tier.md +152 -152
  248. package/wiki/command-reference/progression-guide.md +107 -107
  249. package/wiki/command-reference/troubleshooting.md +113 -113
  250. package/wiki/command-reference/workflows.md +187 -187
  251. package/wiki/community/README.md +1 -1
  252. package/wiki/community/learning-resources.md +1 -1
  253. package/wiki/core-concepts/agents/agent-creation-guide.md +9 -9
  254. package/wiki/core-concepts/integration.md +7 -7
  255. package/wiki/core-concepts/sparc-workflow.md +5 -5
  256. package/wiki/examples/automation/cicd-pipeline/README.md +3 -3
  257. package/wiki/examples/basic/hello-world/README.md +7 -7
  258. package/wiki/examples/integration-patterns.md +15 -15
  259. package/wiki/examples/performance-benchmarks.md +11 -11
  260. package/wiki/examples/projects/rest-api/README.md +1 -1
  261. package/wiki/examples/scenarios/ecommerce/README.md +1 -1
  262. package/wiki/examples/swarm-patterns.md +63 -63
  263. package/wiki/examples/templates/download-system.md +1 -1
  264. package/wiki/examples/templates/javascript/README.md +2 -2
  265. package/wiki/examples/troubleshooting/README.md +2 -2
  266. package/wiki/examples/utilities/patterns/README.md +8 -8
  267. package/wiki/examples/videos/01-setup.md +16 -16
  268. package/wiki/examples/workflow-automation/README.md +5 -5
  269. package/wiki/getting-started/claude-code-mcp/README.md +2 -2
  270. package/wiki/getting-started/installation/README.md +7 -7
  271. package/wiki/getting-started/learning-path.md +2 -2
  272. package/wiki/getting-started/quick-start/README.md +2 -2
  273. package/wiki/getting-started/quick-start/cli-tutorial.md +1 -1
  274. package/wiki/governance/multi-project-coordination.md +1 -1
  275. package/wiki/languages/go/README.md +10 -10
  276. package/wiki/languages/go/examples/README.md +29 -29
  277. package/wiki/languages/go/frameworks/README.md +18 -18
  278. package/wiki/languages/go/integration/README.md +34 -34
  279. package/wiki/languages/go/microservices/README.md +17 -17
  280. package/wiki/languages/go/performance/README.md +13 -13
  281. package/wiki/languages/go/setup/README.md +20 -20
  282. package/wiki/languages/go/systems/README.md +10 -10
  283. package/wiki/languages/go/testing/README.md +14 -14
  284. package/wiki/languages/java/README.md +25 -25
  285. package/wiki/languages/java/claude-flow-integration.md +49 -49
  286. package/wiki/languages/java/enterprise-java.md +15 -15
  287. package/wiki/languages/java/examples.md +30 -30
  288. package/wiki/languages/java/microservices.md +22 -22
  289. package/wiki/languages/java/performance.md +13 -13
  290. package/wiki/languages/java/project-setup.md +10 -10
  291. package/wiki/languages/java/spring-boot.md +12 -12
  292. package/wiki/languages/java/testing.md +12 -12
  293. package/wiki/languages/javascript/api/README.md +20 -20
  294. package/wiki/languages/javascript/backend/README.md +19 -19
  295. package/wiki/languages/javascript/frontend/README.md +18 -18
  296. package/wiki/languages/javascript/integration.md +11 -11
  297. package/wiki/languages/javascript/setup/README.md +28 -28
  298. package/wiki/languages/javascript/testing/README.md +14 -14
  299. package/wiki/languages/python/README.md +3 -3
  300. package/wiki/languages/python/data-science/README.md +11 -11
  301. package/wiki/languages/python/examples/README.md +5 -5
  302. package/wiki/languages/python/integration.md +5 -5
  303. package/wiki/languages/python/mcp-integration.md +1 -1
  304. package/wiki/languages/python/setup/README.md +5 -5
  305. package/wiki/languages/python/testing/README.md +3 -3
  306. package/wiki/languages/python/web-development/README.md +1 -1
  307. package/wiki/languages/rust/README.md +1 -1
  308. package/wiki/languages/rust/examples/cli-mcp-workflows.md +33 -33
  309. package/wiki/languages/rust/examples/rest-api.md +5 -5
  310. package/wiki/languages/rust/setup/cargo-integration.md +14 -14
  311. package/wiki/languages/rust/testing/quality-validation.md +9 -9
  312. package/wiki/languages/rust/web-development/axum.md +6 -6
  313. package/wiki/languages/rust/workflows/systems-programming.md +5 -5
  314. package/wiki/languages/typescript/setup.md +2 -2
  315. package/wiki/troubleshooting/README.md +3 -3
  316. package/wiki/troubleshooting/common-issues/README.md +6 -6
  317. package/wiki/troubleshooting/common-issues.md +26 -26
  318. package/wiki/troubleshooting/error-resolution.md +5 -5
  319. package/wiki/troubleshooting/performance-optimization.md +11 -11
  320. package/wiki/tutorials/advanced/06-legacy-system-integration.md +1 -1
  321. package/wiki/tutorials/advanced/08-enterprise-scenarios.md +3 -3
  322. package/wiki/tutorials/advanced/performance-optimization.md +43 -43
  323. package/wiki/tutorials/advanced/swarm-orchestration.md +40 -40
  324. package/wiki/tutorials/intermediate/optimization.md +35 -35
  325. package/wiki/tutorials/skill-assessment.md +3 -3
  326. package/wiki/tutorials/skill-competency-matrix.md +1 -1
  327. package/wiki/tutorials/troubleshooting/setup-issues.md +3 -3
  328. package/wiki/video-tutorials/README.md +3 -3
  329. package/wiki/video-tutorials/accessibility/README.md +4 -4
  330. package/wiki/video-tutorials/community/README.md +1 -1
  331. package/wiki/video-tutorials/content-organization/README.md +5 -5
  332. package/wiki/video-tutorials/interactive/README.md +5 -5
  333. package/wiki/video-tutorials/planning/README.md +4 -4
  334. package/wiki/video-tutorials/technical-specs/README.md +2 -2
@@ -101,9 +101,9 @@ async function initConfig(subArgs, flags) {
101
101
  console.log(`✓ Created ${configFile}`);
102
102
  console.log('✓ Default settings configured');
103
103
  console.log('\nNext steps:');
104
- console.log('1. Review settings: claude-flow config show');
105
- console.log('2. Customize values: claude-flow config set <key> <value>');
106
- console.log('3. Validate config: claude-flow config validate');
104
+ console.log('1. Review settings: claude-flow-novice config show');
105
+ console.log('2. Customize values: claude-flow-novice config set <key> <value>');
106
+ console.log('3. Validate config: claude-flow-novice config validate');
107
107
  } catch (err) {
108
108
  printError(`Failed to initialize configuration: ${err.message}`);
109
109
  }
@@ -140,7 +140,7 @@ async function showConfig(subArgs, flags) {
140
140
  }
141
141
  } catch (err) {
142
142
  printError('Configuration file not found');
143
- console.log('Run "claude-flow config init" to create default configuration');
143
+ console.log('Run "claude-flow-novice config init" to create default configuration');
144
144
  }
145
145
  }
146
146
 
@@ -151,8 +151,8 @@ async function getConfigValue(subArgs, flags) {
151
151
  if (!key) {
152
152
  printError('Usage: config get <key>');
153
153
  console.log('Examples:');
154
- console.log(' claude-flow config get terminal.poolSize');
155
- console.log(' claude-flow config get orchestrator.maxConcurrentTasks');
154
+ console.log(' claude-flow-novice config get terminal.poolSize');
155
+ console.log(' claude-flow-novice config get orchestrator.maxConcurrentTasks');
156
156
  return;
157
157
  }
158
158
 
@@ -167,7 +167,7 @@ async function getConfigValue(subArgs, flags) {
167
167
  }
168
168
  } catch (err) {
169
169
  printError('Configuration file not found');
170
- console.log('Run "claude-flow config init" to create configuration');
170
+ console.log('Run "claude-flow-novice config init" to create configuration');
171
171
  }
172
172
  }
173
173
 
@@ -179,8 +179,8 @@ async function setConfigValue(subArgs, flags) {
179
179
  if (!key || value === undefined) {
180
180
  printError('Usage: config set <key> <value>');
181
181
  console.log('Examples:');
182
- console.log(' claude-flow config set terminal.poolSize 15');
183
- console.log(' claude-flow config set orchestrator.taskTimeout 600000');
182
+ console.log(' claude-flow-novice config set terminal.poolSize 15');
183
+ console.log(' claude-flow-novice config set orchestrator.taskTimeout 600000');
184
184
  return;
185
185
  }
186
186
 
@@ -254,7 +254,7 @@ async function validateConfig(subArgs, flags) {
254
254
  }
255
255
  } catch (err) {
256
256
  printError('Configuration file not found or invalid');
257
- console.log('Run "claude-flow config init" to create valid configuration');
257
+ console.log('Run "claude-flow-novice config init" to create valid configuration');
258
258
  }
259
259
  }
260
260
 
@@ -312,8 +312,8 @@ function showConfigHelp() {
312
312
  console.log(' agents.maxAgents Maximum number of agents');
313
313
  console.log();
314
314
  console.log('Examples:');
315
- console.log(' claude-flow config init');
316
- console.log(' claude-flow config set terminal.poolSize 15');
317
- console.log(' claude-flow config get orchestrator.maxConcurrentTasks');
318
- console.log(' claude-flow config validate');
315
+ console.log(' claude-flow-novice config init');
316
+ console.log(' claude-flow-novice config set terminal.poolSize 15');
317
+ console.log(' claude-flow-novice config get orchestrator.maxConcurrentTasks');
318
+ console.log(' claude-flow-novice config validate');
319
319
  }
@@ -109,12 +109,12 @@ async function swarmInitCommand(subArgs, flags) {
109
109
 
110
110
  console.log(`\n📋 NEXT STEPS:`);
111
111
  console.log(
112
- ` 1. Spawn agents: claude-flow coordination agent-spawn --type <type> --swarm-id ${swarmId}`,
112
+ ` 1. Spawn agents: claude-flow-novice coordination agent-spawn --type <type> --swarm-id ${swarmId}`,
113
113
  );
114
114
  console.log(
115
- ` 2. Orchestrate tasks: claude-flow coordination task-orchestrate --task "<description>" --swarm-id ${swarmId}`,
115
+ ` 2. Orchestrate tasks: claude-flow-novice coordination task-orchestrate --task "<description>" --swarm-id ${swarmId}`,
116
116
  );
117
- console.log(` 3. Monitor swarm: claude-flow monitoring swarm-monitor --swarm-id ${swarmId}`);
117
+ console.log(` 3. Monitor swarm: claude-flow-novice monitoring swarm-monitor --swarm-id ${swarmId}`);
118
118
  }
119
119
 
120
120
  async function agentSpawnCommand(subArgs, flags) {
@@ -256,7 +256,7 @@ function showCoordinationHelp() {
256
256
  🐝 Coordination Commands - Swarm & Agent Orchestration
257
257
 
258
258
  USAGE:
259
- claude-flow coordination <command> [options]
259
+ claude-flow-novice coordination <command> [options]
260
260
 
261
261
  COMMANDS:
262
262
  swarm-init Initialize swarm coordination infrastructure
@@ -286,16 +286,16 @@ TASK-ORCHESTRATE OPTIONS:
286
286
 
287
287
  EXAMPLES:
288
288
  # Initialize hierarchical swarm
289
- claude-flow coordination swarm-init --topology hierarchical --max-agents 8
289
+ claude-flow-novice coordination swarm-init --topology hierarchical --max-agents 8
290
290
 
291
291
  # Spawn coordinated developer agent
292
- claude-flow coordination agent-spawn --type developer --name "api-dev" --swarm-id swarm-123
292
+ claude-flow-novice coordination agent-spawn --type developer --name "api-dev" --swarm-id swarm-123
293
293
 
294
294
  # Orchestrate complex task
295
- claude-flow coordination task-orchestrate --task "Build REST API" --strategy parallel --share-results
295
+ claude-flow-novice coordination task-orchestrate --task "Build REST API" --strategy parallel --share-results
296
296
 
297
297
  # Initialize mesh topology for parallel work
298
- claude-flow coordination swarm-init --topology mesh --max-agents 12
298
+ claude-flow-novice coordination swarm-init --topology mesh --max-agents 12
299
299
 
300
300
  🎯 Coordination enables:
301
301
  • Intelligent task distribution
@@ -337,10 +337,10 @@ export const fixHookVariablesCommandConfig = {
337
337
  { flag: '--test', description: 'Create test hook configuration' },
338
338
  ],
339
339
  examples: [
340
- 'claude-flow fix-hook-variables',
341
- 'claude-flow fix-hook-variables .claude/settings.json',
342
- 'claude-flow fix-hook-variables --syntax wrapper',
343
- 'claude-flow fix-hook-variables --test',
340
+ 'claude-flow-novice fix-hook-variables',
341
+ 'claude-flow-novice fix-hook-variables .claude/settings.json',
342
+ 'claude-flow-novice fix-hook-variables --syntax wrapper',
343
+ 'claude-flow-novice fix-hook-variables --test',
344
344
  ],
345
345
  details: `
346
346
  Fixes the \${file} and \${command} variable interpolation issue in Claude Code hooks.
@@ -261,7 +261,7 @@ async function createGitHubSettingsJson() {
261
261
  },
262
262
  permissions: {
263
263
  allow: [
264
- 'Bash(npx claude-flow *)',
264
+ 'Bash(npx claude-flow-novice *)',
265
265
  'Bash(npm run lint)',
266
266
  'Bash(npm run test:*)',
267
267
  'Bash(npm test *)',
@@ -296,7 +296,7 @@ async function createGitHubSettingsJson() {
296
296
  'Bash(cat *)',
297
297
  'Bash(echo *)',
298
298
  'Bash(npx claude-flow@alpha *)',
299
- 'Bash(./claude-flow *)',
299
+ 'Bash(./claude-flow-novice *)',
300
300
  'Bash(./.claude/helpers/*)',
301
301
  ],
302
302
  deny: ['Bash(rm -rf /)', 'Bash(curl * | bash)', 'Bash(wget * | sh)', 'Bash(eval *)'],
@@ -115,7 +115,7 @@ function showGitHubHelp() {
115
115
  🐙 Claude Flow GitHub Workflow Automation
116
116
 
117
117
  USAGE:
118
- claude-flow github <mode> <objective> [options]
118
+ claude-flow-novice github <mode> <objective> [options]
119
119
 
120
120
  GITHUB AUTOMATION MODES:
121
121
  `);
@@ -126,12 +126,12 @@ GITHUB AUTOMATION MODES:
126
126
 
127
127
  console.log(`
128
128
  EXAMPLES:
129
- claude-flow github pr-manager "create feature PR with automated testing"
130
- claude-flow github gh-coordinator "setup CI/CD pipeline" --auto-approve
131
- claude-flow github release-manager "prepare v2.0.0 release"
132
- claude-flow github repo-architect "optimize repository structure"
133
- claude-flow github issue-tracker "analyze project roadmap issues"
134
- claude-flow github sync-coordinator "sync package versions across repos"
129
+ claude-flow-novice github pr-manager "create feature PR with automated testing"
130
+ claude-flow-novice github gh-coordinator "setup CI/CD pipeline" --auto-approve
131
+ claude-flow-novice github release-manager "prepare v2.0.0 release"
132
+ claude-flow-novice github repo-architect "optimize repository structure"
133
+ claude-flow-novice github issue-tracker "analyze project roadmap issues"
134
+ claude-flow-novice github sync-coordinator "sync package versions across repos"
135
135
 
136
136
  OPTIONS:
137
137
  --auto-approve Auto-approve Claude permissions
@@ -12,7 +12,7 @@ export async function goalCommand(args, flags) {
12
12
 
13
13
  if (!subcommand) {
14
14
  console.log(chalk.magenta('🎯 Claude Flow Goal Module'));
15
- console.log('\nUsage: claude-flow goal <command> [options]');
15
+ console.log('\nUsage: claude-flow-novice goal <command> [options]');
16
16
  console.log('\nCommands:');
17
17
  console.log(' init Initialize GOAP goal module');
18
18
  console.log('\nOptions:');
@@ -23,7 +23,7 @@ function showOptimizeHelp() {
23
23
  ${chalk.yellow('🔧 Hive Mind Database Optimization')}
24
24
 
25
25
  ${chalk.bold('USAGE:')}
26
- claude-flow hive-mind-optimize [options]
26
+ claude-flow-novice hive-mind-optimize [options]
27
27
 
28
28
  ${chalk.bold('OPTIONS:')}
29
29
  --auto Run optimization without prompts
@@ -38,16 +38,16 @@ ${chalk.bold('OPTIONS:')}
38
38
 
39
39
  ${chalk.bold('EXAMPLES:')}
40
40
  ${chalk.gray('# Interactive optimization')}
41
- claude-flow hive-mind-optimize
41
+ claude-flow-novice hive-mind-optimize
42
42
 
43
43
  ${chalk.gray('# Auto-optimize with all features')}
44
- claude-flow hive-mind-optimize --auto --vacuum --clean-memory --archive-tasks
44
+ claude-flow-novice hive-mind-optimize --auto --vacuum --clean-memory --archive-tasks
45
45
 
46
46
  ${chalk.gray('# Generate report only')}
47
- claude-flow hive-mind-optimize --report
47
+ claude-flow-novice hive-mind-optimize --report
48
48
 
49
49
  ${chalk.gray('# Custom retention periods')}
50
- claude-flow hive-mind-optimize --clean-memory --memory-days 60 --task-days 14
50
+ claude-flow-novice hive-mind-optimize --clean-memory --memory-days 60 --task-days 14
51
51
 
52
52
  ${chalk.bold('FEATURES:')}
53
53
  ${chalk.cyan('🚀')} Performance indexes for faster queries
@@ -81,7 +81,7 @@ export async function hiveMindOptimizeCommand(args, flags) {
81
81
 
82
82
  if (!existsSync(dbPath)) {
83
83
  console.error(chalk.red('Error: Hive Mind database not found'));
84
- console.log('Run "claude-flow hive-mind init" first');
84
+ console.log('Run "claude-flow-novice hive-mind init" first');
85
85
  exit(1);
86
86
  }
87
87
 
@@ -270,9 +270,9 @@ async function runOptimization(dbPath, options) {
270
270
 
271
271
  // Show tips
272
272
  console.log(chalk.bold('💡 Tips:'));
273
- console.log(' • Monitor performance with: claude-flow hive-mind metrics');
274
- console.log(' • Schedule regular maintenance: claude-flow hive-mind-optimize --auto');
275
- console.log(' • Check swarm status: claude-flow hive-mind status');
273
+ console.log(' • Monitor performance with: claude-flow-novice hive-mind metrics');
274
+ console.log(' • Schedule regular maintenance: claude-flow-novice hive-mind-optimize --auto');
275
+ console.log(' • Check swarm status: claude-flow-novice hive-mind status');
276
276
  }
277
277
 
278
278
  /**
@@ -309,7 +309,7 @@ async function generateReport(dbPath) {
309
309
  console.log(chalk.green(' ✓ Database is fully optimized'));
310
310
  } else {
311
311
  console.log(chalk.yellow(` ⚠ Can be upgraded from v${report.schemaVersion} to v1.5`));
312
- console.log(chalk.gray(' Run: claude-flow hive-mind-optimize'));
312
+ console.log(chalk.gray(' Run: claude-flow-novice hive-mind-optimize'));
313
313
  }
314
314
 
315
315
  // Check for large tables
@@ -72,10 +72,10 @@ async function runInteractiveWizard() {
72
72
  console.log(chalk.gray('Your intelligent swarm has been created and is ready to work.\n'));
73
73
 
74
74
  console.log(chalk.cyan('📱 Next Steps:'));
75
- console.log(chalk.gray(' • View status: claude-flow hive-mind status'));
76
- console.log(chalk.gray(' • Monitor progress: claude-flow hive-mind metrics'));
77
- console.log(chalk.gray(' • Create another swarm: claude-flow hive-mind wizard'));
78
- console.log(chalk.gray(' • Learn more: claude-flow help hive-mind\n'));
75
+ console.log(chalk.gray(' • View status: claude-flow-novice hive-mind status'));
76
+ console.log(chalk.gray(' • Monitor progress: claude-flow-novice hive-mind metrics'));
77
+ console.log(chalk.gray(' • Create another swarm: claude-flow-novice hive-mind wizard'));
78
+ console.log(chalk.gray(' • Learn more: claude-flow-novice help hive-mind\n'));
79
79
 
80
80
  console.log(chalk.green.bold('🚀 Happy swarming!'));
81
81
  } else {
@@ -83,7 +83,7 @@ async function runInteractiveWizard() {
83
83
  }
84
84
  } catch (error) {
85
85
  console.log(chalk.red(`❌ Wizard error: ${error.message}`));
86
- console.log(chalk.gray('You can try manual setup with: claude-flow hive-mind init'));
86
+ console.log(chalk.gray('You can try manual setup with: claude-flow-novice hive-mind init'));
87
87
  }
88
88
  }
89
89
 
@@ -44,7 +44,7 @@ function showHiveMindHelp() {
44
44
  ${chalk.yellow('🧠 Claude Flow Hive Mind System')}
45
45
 
46
46
  ${chalk.bold('USAGE:')}
47
- claude-flow hive-mind [subcommand] [options]
47
+ claude-flow-novice hive-mind [subcommand] [options]
48
48
 
49
49
  ${chalk.bold('SUBCOMMANDS:')}
50
50
  ${chalk.green('init')} Initialize hive mind system
@@ -60,31 +60,31 @@ ${chalk.bold('SUBCOMMANDS:')}
60
60
 
61
61
  ${chalk.bold('EXAMPLES:')}
62
62
  ${chalk.gray('# Initialize hive mind')}
63
- claude-flow hive-mind init
63
+ claude-flow-novice hive-mind init
64
64
 
65
65
  ${chalk.gray('# Spawn swarm with interactive wizard')}
66
- claude-flow hive-mind spawn
66
+ claude-flow-novice hive-mind spawn
67
67
 
68
68
  ${chalk.gray('# Quick spawn with objective')}
69
- claude-flow hive-mind spawn "Build microservices architecture"
69
+ claude-flow-novice hive-mind spawn "Build microservices architecture"
70
70
 
71
71
  ${chalk.gray('# View current status')}
72
- claude-flow hive-mind status
72
+ claude-flow-novice hive-mind status
73
73
 
74
74
  ${chalk.gray('# Interactive wizard')}
75
- claude-flow hive-mind wizard
75
+ claude-flow-novice hive-mind wizard
76
76
 
77
77
  ${chalk.gray('# Spawn with Claude Code coordination')}
78
- claude-flow hive-mind spawn "Build REST API" --claude
78
+ claude-flow-novice hive-mind spawn "Build REST API" --claude
79
79
 
80
80
  ${chalk.gray('# Auto-spawn coordinated Claude Code instances')}
81
- claude-flow hive-mind spawn "Research AI trends" --auto-spawn --verbose
81
+ claude-flow-novice hive-mind spawn "Research AI trends" --auto-spawn --verbose
82
82
 
83
83
  ${chalk.gray('# List all sessions')}
84
- claude-flow hive-mind sessions
84
+ claude-flow-novice hive-mind sessions
85
85
 
86
86
  ${chalk.gray('# Resume a paused session')}
87
- claude-flow hive-mind resume session-1234567890-abc123
87
+ claude-flow-novice hive-mind resume session-1234567890-abc123
88
88
 
89
89
  ${chalk.bold('KEY FEATURES:')}
90
90
  ${chalk.cyan('🐝')} Queen-led coordination with worker specialization
@@ -229,10 +229,10 @@ async function initHiveMind(flags) {
229
229
  console.log(chalk.green('✓') + ' Created configuration file');
230
230
  console.log('\n' + chalk.yellow('Next steps:'));
231
231
  console.log(
232
- ' 1. Run ' + chalk.cyan('claude-flow hive-mind spawn') + ' to create your first swarm',
232
+ ' 1. Run ' + chalk.cyan('claude-flow-novice hive-mind spawn') + ' to create your first swarm',
233
233
  );
234
234
  console.log(
235
- ' 2. Use ' + chalk.cyan('claude-flow hive-mind wizard') + ' for interactive setup',
235
+ ' 2. Use ' + chalk.cyan('claude-flow-novice hive-mind wizard') + ' for interactive setup',
236
236
  );
237
237
  } catch (error) {
238
238
  spinner.fail('Failed to initialize Hive Mind system');
@@ -432,10 +432,10 @@ async function spawnSwarm(args, flags) {
432
432
  if (!objective && !flags.wizard) {
433
433
  if (isNonInteractive) {
434
434
  console.error(chalk.red('Error: Objective required in non-interactive mode'));
435
- console.log('Usage: claude-flow hive-mind spawn "Your objective" --non-interactive');
435
+ console.log('Usage: claude-flow-novice hive-mind spawn "Your objective" --non-interactive');
436
436
  } else {
437
437
  console.error(chalk.red('Error: Please provide an objective or use --wizard flag'));
438
- console.log('Example: claude-flow hive-mind spawn "Build REST API"');
438
+ console.log('Example: claude-flow-novice hive-mind spawn "Build REST API"');
439
439
  }
440
440
  return;
441
441
  }
@@ -817,10 +817,10 @@ async function spawnSwarm(args, flags) {
817
817
 
818
818
  // Enhanced coordination instructions with MCP tools
819
819
  console.log('\n' + chalk.green('✓') + ' Swarm is ready for coordination');
820
- console.log(chalk.gray('Use "claude-flow hive-mind status" to view swarm activity'));
820
+ console.log(chalk.gray('Use "claude-flow-novice hive-mind status" to view swarm activity'));
821
821
  console.log(chalk.gray('Session auto-save enabled - progress saved every 30 seconds'));
822
822
  console.log(chalk.blue('💡 To pause:') + ' Press Ctrl+C to safely pause and resume later');
823
- console.log(chalk.blue('💡 To resume:') + ' claude-flow hive-mind resume ' + sessionId);
823
+ console.log(chalk.blue('💡 To resume:') + ' claude-flow-novice hive-mind resume ' + sessionId);
824
824
 
825
825
  // Set up SIGINT handler for automatic session pausing
826
826
  let isExiting = false;
@@ -856,7 +856,7 @@ async function spawnSwarm(args, flags) {
856
856
 
857
857
  console.log(chalk.green('✓') + ' Session paused successfully');
858
858
  console.log(chalk.cyan('\nTo resume this session, run:'));
859
- console.log(chalk.bold(` claude-flow hive-mind resume ${sessionId}`));
859
+ console.log(chalk.bold(` claude-flow-novice hive-mind resume ${sessionId}`));
860
860
  console.log();
861
861
 
862
862
  // Clean up auto-save if active
@@ -885,7 +885,7 @@ async function spawnSwarm(args, flags) {
885
885
  chalk.blue('💡 Pro Tip:') +
886
886
  ' Add --claude to spawn coordinated Claude Code instances',
887
887
  );
888
- console.log(chalk.gray(' claude-flow hive-mind spawn "objective" --claude'));
888
+ console.log(chalk.gray(' claude-flow-novice hive-mind spawn "objective" --claude'));
889
889
  }
890
890
  } catch (error) {
891
891
  spinner.fail('Failed to spawn Hive Mind swarm');
@@ -934,7 +934,7 @@ async function showStatus(flags) {
934
934
 
935
935
  if (!existsSync(dbPath)) {
936
936
  console.error(chalk.red('Error: Hive Mind not initialized'));
937
- console.log('Run "claude-flow hive-mind init" first');
937
+ console.log('Run "claude-flow-novice hive-mind init" first');
938
938
  return;
939
939
  }
940
940
 
@@ -1551,7 +1551,7 @@ export async function hiveMindCommand(args, flags) {
1551
1551
  // In non-interactive mode, skip wizard and use defaults
1552
1552
  if (subArgs.length === 0) {
1553
1553
  console.error(chalk.red('Error: Objective required in non-interactive mode'));
1554
- console.log('Usage: claude-flow hive-mind spawn "Your objective" --non-interactive');
1554
+ console.log('Usage: claude-flow-novice hive-mind spawn "Your objective" --non-interactive');
1555
1555
  return;
1556
1556
  }
1557
1557
  await spawnSwarm(subArgs, flags);
@@ -1602,7 +1602,7 @@ export async function hiveMindCommand(args, flags) {
1602
1602
 
1603
1603
  default:
1604
1604
  console.error(chalk.red(`Unknown subcommand: ${subcommand}`));
1605
- console.log('Run "claude-flow hive-mind help" for usage information');
1605
+ console.log('Run "claude-flow-novice hive-mind help" for usage information');
1606
1606
  exit(1);
1607
1607
  }
1608
1608
  }
@@ -2125,7 +2125,7 @@ async function spawnClaudeCodeInstances(swarmId, swarmName, objective, workers,
2125
2125
 
2126
2126
  console.log(chalk.green('✓') + ' Session paused successfully');
2127
2127
  console.log(chalk.cyan('\nTo resume this session, run:'));
2128
- console.log(chalk.bold(` claude-flow hive-mind resume ${sessionId}`));
2128
+ console.log(chalk.bold(` claude-flow-novice hive-mind resume ${sessionId}`));
2129
2129
  }
2130
2130
 
2131
2131
  sessionManager.close();
@@ -2209,7 +2209,7 @@ async function spawnClaudeCodeInstances(swarmId, swarmName, objective, workers,
2209
2209
  console.log(chalk.gray('─'.repeat(30)));
2210
2210
  console.log('• Use --auto-spawn to launch instances automatically');
2211
2211
  console.log('• Add --verbose for detailed coordination context');
2212
- console.log('• Monitor with: claude-flow hive-mind status');
2212
+ console.log('• Monitor with: claude-flow-novice hive-mind status');
2213
2213
  console.log('• Share memories: mcp__ruv-swarm__memory_usage');
2214
2214
  } catch (error) {
2215
2215
  spinner.fail('Failed to prepare Claude Code coordination');
@@ -2631,8 +2631,8 @@ async function showSessions(flags) {
2631
2631
  console.log(chalk.yellow('═'.repeat(60)) + '\n');
2632
2632
 
2633
2633
  console.log(chalk.blue('💡 Tips:'));
2634
- console.log(' • Resume a session: claude-flow hive-mind resume <session-id>');
2635
- console.log(' • View session details: claude-flow hive-mind status');
2634
+ console.log(' • Resume a session: claude-flow-novice hive-mind resume <session-id>');
2635
+ console.log(' • View session details: claude-flow-novice hive-mind status');
2636
2636
 
2637
2637
  sessionManager.close();
2638
2638
  } catch (error) {
@@ -2649,8 +2649,8 @@ async function resumeSession(args, flags) {
2649
2649
 
2650
2650
  if (!sessionId) {
2651
2651
  console.error(chalk.red('Error: Please provide a session ID'));
2652
- console.log('Usage: claude-flow hive-mind resume <session-id>');
2653
- console.log('Run "claude-flow hive-mind sessions" to see available sessions');
2652
+ console.log('Usage: claude-flow-novice hive-mind resume <session-id>');
2653
+ console.log('Run "claude-flow-novice hive-mind sessions" to see available sessions');
2654
2654
  return;
2655
2655
  }
2656
2656
 
@@ -2664,7 +2664,7 @@ async function resumeSession(args, flags) {
2664
2664
 
2665
2665
  if (!session) {
2666
2666
  spinner.fail(`Session ${sessionId} not found`);
2667
- console.log('\nRun "claude-flow hive-mind sessions" to see available sessions');
2667
+ console.log('\nRun "claude-flow-novice hive-mind sessions" to see available sessions');
2668
2668
  sessionManager.close();
2669
2669
  return;
2670
2670
  }
@@ -2736,7 +2736,7 @@ async function resumeSession(args, flags) {
2736
2736
  chalk.blue('💡 Pro Tip:') +
2737
2737
  ' Add --claude to spawn Claude Code with restored context',
2738
2738
  );
2739
- console.log(chalk.gray(' claude-flow hive-mind resume ' + sessionId + ' --claude'));
2739
+ console.log(chalk.gray(' claude-flow-novice hive-mind resume ' + sessionId + ' --claude'));
2740
2740
  }
2741
2741
  } catch (error) {
2742
2742
  spinner.fail('Failed to resume session');
@@ -2753,8 +2753,8 @@ async function stopSession(args, flags) {
2753
2753
 
2754
2754
  if (!sessionId) {
2755
2755
  console.error(chalk.red('Error: Please provide a session ID'));
2756
- console.log('Usage: claude-flow hive-mind stop <session-id>');
2757
- console.log('Run "claude-flow hive-mind sessions" to see available sessions');
2756
+ console.log('Usage: claude-flow-novice hive-mind stop <session-id>');
2757
+ console.log('Run "claude-flow-novice hive-mind sessions" to see available sessions');
2758
2758
  return;
2759
2759
  }
2760
2760
 
@@ -2768,7 +2768,7 @@ async function stopSession(args, flags) {
2768
2768
 
2769
2769
  if (!session) {
2770
2770
  spinner.fail(`Session ${sessionId} not found`);
2771
- console.log('\nRun "claude-flow hive-mind sessions" to see available sessions');
2771
+ console.log('\nRun "claude-flow-novice hive-mind sessions" to see available sessions');
2772
2772
  sessionManager.close();
2773
2773
  return;
2774
2774
  }
@@ -2792,7 +2792,7 @@ async function stopSession(args, flags) {
2792
2792
 
2793
2793
  console.log('\n' + chalk.yellow('💡 Session has been stopped and all processes cleaned up.'));
2794
2794
  console.log(
2795
- chalk.gray('To resume this session later, use: claude-flow hive-mind resume ' + sessionId),
2795
+ chalk.gray('To resume this session later, use: claude-flow-novice hive-mind resume ' + sessionId),
2796
2796
  );
2797
2797
 
2798
2798
  sessionManager.close();
@@ -3063,7 +3063,7 @@ async function launchClaudeWithContext(prompt, flags, sessionId) {
3063
3063
 
3064
3064
  console.log(chalk.green('✓') + ' Session paused successfully');
3065
3065
  console.log(chalk.cyan('\nTo resume this session, run:'));
3066
- console.log(chalk.bold(` claude-flow hive-mind resume ${sessionId}`));
3066
+ console.log(chalk.bold(` claude-flow-novice hive-mind resume ${sessionId}`));
3067
3067
  console.log();
3068
3068
 
3069
3069
  process.exit(0);
@@ -86,16 +86,16 @@ function showHiveHelp() {
86
86
  🐝 Hive Mind - Advanced Multi-Agent Coordination
87
87
 
88
88
  USAGE:
89
- claude-flow hive <objective> [options]
89
+ claude-flow-novice hive <objective> [options]
90
90
 
91
91
  DESCRIPTION:
92
92
  Hive Mind implements advanced swarm intelligence with consensus mechanisms,
93
93
  distributed decision-making, and quality-driven execution.
94
94
 
95
95
  EXAMPLES:
96
- claude-flow hive "Build microservices architecture"
97
- claude-flow hive "Optimize database performance" --consensus unanimous
98
- claude-flow hive "Develop ML pipeline" --topology mesh --monitor
96
+ claude-flow-novice hive "Build microservices architecture"
97
+ claude-flow-novice hive "Optimize database performance" --consensus unanimous
98
+ claude-flow-novice hive "Develop ML pipeline" --topology mesh --monitor
99
99
 
100
100
  TOPOLOGIES:
101
101
  hierarchical Queen-led hierarchy (default)
@@ -587,7 +587,7 @@ function showHookSafetyHelp() {
587
587
  🛡️ Hook Safety System - Prevent Infinite Loops & Financial Damage
588
588
 
589
589
  USAGE:
590
- claude-flow hook-safety <command> [options]
590
+ claude-flow-novice hook-safety <command> [options]
591
591
 
592
592
  COMMANDS:
593
593
  validate Validate hook configuration for dangerous patterns
@@ -603,22 +603,22 @@ SAFE-MODE OPTIONS:
603
603
 
604
604
  EXAMPLES:
605
605
  # Check your Claude Code hooks for dangerous patterns
606
- claude-flow hook-safety validate
606
+ claude-flow-novice hook-safety validate
607
607
 
608
608
  # Check specific configuration file
609
- claude-flow hook-safety validate --config ~/.claude/settings.json
609
+ claude-flow-novice hook-safety validate --config ~/.claude/settings.json
610
610
 
611
611
  # View current safety status
612
- claude-flow hook-safety status
612
+ claude-flow-novice hook-safety status
613
613
 
614
614
  # Reset if circuit breaker is triggered
615
- claude-flow hook-safety reset
615
+ claude-flow-novice hook-safety reset
616
616
 
617
617
  # Enable safe mode (skips all hooks)
618
- claude-flow hook-safety safe-mode
618
+ claude-flow-novice hook-safety safe-mode
619
619
 
620
620
  # Disable safe mode
621
- claude-flow hook-safety safe-mode --disable
621
+ claude-flow-novice hook-safety safe-mode --disable
622
622
 
623
623
  🚨 CRITICAL WARNING:
624
624
  Stop hooks that call 'claude' commands create INFINITE LOOPS that can: