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
@@ -8,7 +8,7 @@ This document provides practical examples of using Claude Flow's automation feat
8
8
 
9
9
  ```bash
10
10
  # Simple ML engineering workflow
11
- claude-flow automation mle-star \
11
+ claude-flow-novice automation mle-star \
12
12
  --dataset data/house_prices.csv \
13
13
  --target price \
14
14
  --claude \
@@ -29,7 +29,7 @@ This will:
29
29
 
30
30
  ```bash
31
31
  # Advanced ML workflow with custom configuration
32
- claude-flow automation mle-star \
32
+ claude-flow-novice automation mle-star \
33
33
  --dataset sales_data.csv \
34
34
  --target quarterly_revenue \
35
35
  --output models/sales-forecast/ \
@@ -49,7 +49,7 @@ export DATASET_PATH="data/production_data.csv"
49
49
  export TARGET_COLUMN="conversion_rate"
50
50
  export BUILD_ID="build-$(date +%Y%m%d-%H%M%S)"
51
51
 
52
- claude-flow automation mle-star \
52
+ claude-flow-novice automation mle-star \
53
53
  --dataset "$DATASET_PATH" \
54
54
  --target "$TARGET_COLUMN" \
55
55
  --name "$BUILD_ID-model" \
@@ -210,7 +210,7 @@ Create `web-app-workflow.json`:
210
210
  Execute the workflow:
211
211
 
212
212
  ```bash
213
- claude-flow automation run-workflow web-app-workflow.json \
213
+ claude-flow-novice automation run-workflow web-app-workflow.json \
214
214
  --claude \
215
215
  --variables '{"app_name": "ecommerce-platform", "database": "postgresql", "framework": "react"}' \
216
216
  --non-interactive
@@ -443,12 +443,12 @@ Create `devops-workflow.json`:
443
443
 
444
444
  ```bash
445
445
  # Development environment
446
- claude-flow automation run-workflow devops-workflow.json \
446
+ claude-flow-novice automation run-workflow devops-workflow.json \
447
447
  --variables '{"cloud_provider": "aws", "environment": "development"}' \
448
448
  --claude
449
449
 
450
450
  # Production environment
451
- claude-flow automation run-workflow devops-workflow.json \
451
+ claude-flow-novice automation run-workflow devops-workflow.json \
452
452
  --variables '{"cloud_provider": "aws", "environment": "production"}' \
453
453
  --claude \
454
454
  --non-interactive
@@ -472,10 +472,10 @@ Adjust agents based on workload:
472
472
 
473
473
  ```bash
474
474
  # Light workload
475
- claude-flow automation mle-star --max-agents 3 --claude
475
+ claude-flow-novice automation mle-star --max-agents 3 --claude
476
476
 
477
477
  # Heavy workload
478
- claude-flow automation mle-star --max-agents 12 --claude
478
+ claude-flow-novice automation mle-star --max-agents 12 --claude
479
479
  ```
480
480
 
481
481
  ## Integration Examples
@@ -508,7 +508,7 @@ jobs:
508
508
 
509
509
  - name: Run MLE-STAR Pipeline
510
510
  run: |
511
- claude-flow automation mle-star \
511
+ claude-flow-novice automation mle-star \
512
512
  --dataset data/training_data.csv \
513
513
  --target conversion_rate \
514
514
  --name "github-action-${{ github.run_id }}" \
@@ -584,7 +584,7 @@ spec:
584
584
 
585
585
  ```bash
586
586
  # Enable verbose logging
587
- claude-flow automation mle-star \
587
+ claude-flow-novice automation mle-star \
588
588
  --dataset data/debug.csv \
589
589
  --verbose \
590
590
  --claude \
@@ -595,7 +595,7 @@ claude-flow automation mle-star \
595
595
 
596
596
  ```bash
597
597
  # Test workflow syntax without execution
598
- claude-flow automation run-workflow my-workflow.json \
598
+ claude-flow-novice automation run-workflow my-workflow.json \
599
599
  --output-format json \
600
600
  --timeout 5000 # Short timeout for validation
601
601
  ```
@@ -672,11 +672,11 @@ Break complex workflows into smaller pieces for debugging:
672
672
 
673
673
  ```bash
674
674
  # Development
675
- claude-flow automation run-workflow workflow.json \
675
+ claude-flow-novice automation run-workflow workflow.json \
676
676
  --variables '{"timeout": 1800, "quality_threshold": 0.7}'
677
677
 
678
678
  # Production
679
- claude-flow automation run-workflow workflow.json \
679
+ claude-flow-novice automation run-workflow workflow.json \
680
680
  --variables '{"timeout": 7200, "quality_threshold": 0.95}'
681
681
  ```
682
682
 
@@ -71,30 +71,30 @@ examples/rest-api-simple/
71
71
  ### Option 1: Sequential SPARC Execution (~50 minutes)
72
72
  ```bash
73
73
  # Phase 1: Setup
74
- npx claude-flow sparc run code "Setup Express server with health endpoint" --non-interactive
74
+ npx claude-flow-novice sparc run code "Setup Express server with health endpoint" --non-interactive
75
75
 
76
76
  # Phase 2: CRUD with TDD
77
- npx claude-flow sparc run tdd "Implement CRUD operations for tasks" --non-interactive
77
+ npx claude-flow-novice sparc run tdd "Implement CRUD operations for tasks" --non-interactive
78
78
 
79
79
  # Phase 3: Validation
80
- npx claude-flow sparc run code "Add input validation and error handling" --non-interactive
80
+ npx claude-flow-novice sparc run code "Add input validation and error handling" --non-interactive
81
81
 
82
82
  # Phase 4: Documentation
83
- npx claude-flow sparc run docs-writer "Create REST API documentation" --non-interactive
83
+ npx claude-flow-novice sparc run docs-writer "Create REST API documentation" --non-interactive
84
84
 
85
85
  # Phase 5: Security Review
86
- npx claude-flow sparc run security-review "Review API security" --non-interactive
86
+ npx claude-flow-novice sparc run security-review "Review API security" --non-interactive
87
87
  ```
88
88
 
89
89
  ### Option 2: Parallel Swarm Execution (~15 minutes)
90
90
  ```bash
91
91
  # Complete implementation with parallel agents
92
- npx claude-flow swarm "Build complete simple REST API from architecture docs" \
92
+ npx claude-flow-novice swarm "Build complete simple REST API from architecture docs" \
93
93
  --strategy development --background --parallel --testing \
94
94
  --max-agents 4 --output ./examples/rest-api-simple/
95
95
 
96
96
  # Monitor progress
97
- npx claude-flow monitor
97
+ npx claude-flow-novice monitor
98
98
  ```
99
99
 
100
100
  ## 📊 API Endpoints Summary
@@ -23,7 +23,7 @@ Implement a minimal REST API for task management demonstrating core REST princip
23
23
 
24
24
  **Command**:
25
25
  ```bash
26
- npx claude-flow sparc run code "Setup Express server with health endpoint for rest-api-simple" --non-interactive
26
+ npx claude-flow-novice sparc run code "Setup Express server with health endpoint for rest-api-simple" --non-interactive
27
27
  ```
28
28
 
29
29
  ---
@@ -48,7 +48,7 @@ npx claude-flow sparc run code "Setup Express server with health endpoint for re
48
48
 
49
49
  **Command**:
50
50
  ```bash
51
- npx claude-flow sparc run tdd "Implement CRUD operations for tasks with full test coverage" --non-interactive
51
+ npx claude-flow-novice sparc run tdd "Implement CRUD operations for tasks with full test coverage" --non-interactive
52
52
  ```
53
53
 
54
54
  ---
@@ -70,7 +70,7 @@ npx claude-flow sparc run tdd "Implement CRUD operations for tasks with full tes
70
70
 
71
71
  **Command**:
72
72
  ```bash
73
- npx claude-flow sparc run code "Add input validation and error handling to REST API" --non-interactive
73
+ npx claude-flow-novice sparc run code "Add input validation and error handling to REST API" --non-interactive
74
74
  ```
75
75
 
76
76
  ---
@@ -93,7 +93,7 @@ npx claude-flow sparc run code "Add input validation and error handling to REST
93
93
 
94
94
  **Command**:
95
95
  ```bash
96
- npx claude-flow sparc run docs-writer "Create comprehensive documentation for simple REST API" --non-interactive
96
+ npx claude-flow-novice sparc run docs-writer "Create comprehensive documentation for simple REST API" --non-interactive
97
97
  ```
98
98
 
99
99
  ---
@@ -110,7 +110,7 @@ npx claude-flow sparc run docs-writer "Create comprehensive documentation for si
110
110
 
111
111
  **Command**:
112
112
  ```bash
113
- npx claude-flow sparc run security-review "Review REST API for security best practices" --non-interactive
113
+ npx claude-flow-novice sparc run security-review "Review REST API for security best practices" --non-interactive
114
114
  ```
115
115
 
116
116
  ---
@@ -203,12 +203,12 @@ For faster implementation, use background swarms:
203
203
 
204
204
  ```bash
205
205
  # Complete implementation in parallel
206
- npx claude-flow swarm "Implement complete simple REST API based on architecture" \
206
+ npx claude-flow-novice swarm "Implement complete simple REST API based on architecture" \
207
207
  --strategy development --background --parallel --testing \
208
208
  --max-agents 4 --output ./
209
209
 
210
210
  # Monitor progress
211
- npx claude-flow monitor
211
+ npx claude-flow-novice monitor
212
212
  ```
213
213
 
214
214
  ## Time Estimate
@@ -14,20 +14,20 @@ Execute the following command to start the refactoring:
14
14
 
15
15
  ```bash
16
16
  cd /workspaces/claude-code-flow/examples/rest-api-simple
17
- npx claude-flow sparc run code "Refactor index.js to server.js for REST API: change resource from items to tasks, add API versioning /api/v1/, update data model with title/completed/timestamps"
17
+ npx claude-flow-novice sparc run code "Refactor index.js to server.js for REST API: change resource from items to tasks, add API versioning /api/v1/, update data model with title/completed/timestamps"
18
18
  ```
19
19
 
20
20
  Then continue with:
21
- 1. `npx claude-flow sparc run tdd "Create Jest test suite for tasks REST API"`
22
- 2. `npx claude-flow sparc run code "Implement query parameters for tasks API"`
23
- 3. `npx claude-flow sparc run code "Enhance error handling for tasks API"`
21
+ 1. `npx claude-flow-novice sparc run tdd "Create Jest test suite for tasks REST API"`
22
+ 2. `npx claude-flow-novice sparc run code "Implement query parameters for tasks API"`
23
+ 3. `npx claude-flow-novice sparc run code "Enhance error handling for tasks API"`
24
24
 
25
25
  ### Option 2: Parallel Swarm Execution (Faster)
26
26
  Use swarm mode to complete everything at once:
27
27
 
28
28
  ```bash
29
29
  cd /workspaces/claude-code-flow/examples/rest-api-simple
30
- npx claude-flow swarm "Complete REST API implementation: refactor to tasks resource with proper data model, add API versioning, create Jest test suite, implement query parameters, enhance error handling" \
30
+ npx claude-flow-novice swarm "Complete REST API implementation: refactor to tasks resource with proper data model, add API versioning, create Jest test suite, implement query parameters, enhance error handling" \
31
31
  --strategy development \
32
32
  --background \
33
33
  --parallel \
@@ -8,7 +8,7 @@ Based on the architecture analysis, here's the roadmap to complete the REST API
8
8
 
9
9
  ```bash
10
10
  # Refactor the existing implementation to match specifications
11
- npx claude-flow sparc run code "Refactor index.js to server.js for REST API: change resource from items to tasks, add API versioning /api/v1/, update data model with title/completed/timestamps" --non-interactive
11
+ npx claude-flow-novice sparc run code "Refactor index.js to server.js for REST API: change resource from items to tasks, add API versioning /api/v1/, update data model with title/completed/timestamps" --non-interactive
12
12
  ```
13
13
 
14
14
  **Tasks**:
@@ -22,7 +22,7 @@ npx claude-flow sparc run code "Refactor index.js to server.js for REST API: cha
22
22
 
23
23
  ```bash
24
24
  # Create comprehensive test suite
25
- npx claude-flow sparc run tdd "Create Jest test suite for tasks REST API with full coverage of CRUD operations, error cases, and query parameters" --non-interactive
25
+ npx claude-flow-novice sparc run tdd "Create Jest test suite for tasks REST API with full coverage of CRUD operations, error cases, and query parameters" --non-interactive
26
26
  ```
27
27
 
28
28
  **Tasks**:
@@ -36,7 +36,7 @@ npx claude-flow sparc run tdd "Create Jest test suite for tasks REST API with fu
36
36
 
37
37
  ```bash
38
38
  # Add missing features
39
- npx claude-flow sparc run code "Implement query parameters for tasks API: filtering by completed status, pagination with limit/offset, and sorting" --non-interactive
39
+ npx claude-flow-novice sparc run code "Implement query parameters for tasks API: filtering by completed status, pagination with limit/offset, and sorting" --non-interactive
40
40
  ```
41
41
 
42
42
  **Tasks**:
@@ -50,7 +50,7 @@ npx claude-flow sparc run code "Implement query parameters for tasks API: filter
50
50
 
51
51
  ```bash
52
52
  # Enhance error handling
53
- npx claude-flow sparc run code "Implement proper error handling for tasks API with consistent error format, validation errors, and request ID tracking" --non-interactive
53
+ npx claude-flow-novice sparc run code "Implement proper error handling for tasks API with consistent error format, validation errors, and request ID tracking" --non-interactive
54
54
  ```
55
55
 
56
56
  **Tasks**:
@@ -64,7 +64,7 @@ npx claude-flow sparc run code "Implement proper error handling for tasks API wi
64
64
 
65
65
  ```bash
66
66
  # Security analysis
67
- npx claude-flow sparc run security-review "Review tasks REST API for security vulnerabilities, input validation, and error information leakage" --non-interactive
67
+ npx claude-flow-novice sparc run security-review "Review tasks REST API for security vulnerabilities, input validation, and error information leakage" --non-interactive
68
68
  ```
69
69
 
70
70
  **Tasks**:
@@ -78,7 +78,7 @@ npx claude-flow sparc run security-review "Review tasks REST API for security vu
78
78
 
79
79
  ```bash
80
80
  # Optimize performance
81
- npx claude-flow sparc run refinement-optimization-mode "Optimize tasks API query performance and memory usage for large datasets" --non-interactive
81
+ npx claude-flow-novice sparc run refinement-optimization-mode "Optimize tasks API query performance and memory usage for large datasets" --non-interactive
82
82
  ```
83
83
 
84
84
  **Tasks**:
@@ -92,7 +92,7 @@ npx claude-flow sparc run refinement-optimization-mode "Optimize tasks API query
92
92
 
93
93
  ```bash
94
94
  # Update documentation
95
- npx claude-flow sparc run docs-writer "Update REST API documentation to match implementation: README, API examples, and ensure consistency across all docs" --non-interactive
95
+ npx claude-flow-novice sparc run docs-writer "Update REST API documentation to match implementation: README, API examples, and ensure consistency across all docs" --non-interactive
96
96
  ```
97
97
 
98
98
  **Tasks**:
@@ -106,7 +106,7 @@ npx claude-flow sparc run docs-writer "Update REST API documentation to match im
106
106
 
107
107
  ```bash
108
108
  # Final integration
109
- npx claude-flow sparc run integration "Perform end-to-end testing of tasks REST API and ensure all components work together correctly" --non-interactive
109
+ npx claude-flow-novice sparc run integration "Perform end-to-end testing of tasks REST API and ensure all components work together correctly" --non-interactive
110
110
  ```
111
111
 
112
112
  **Tasks**:
@@ -122,7 +122,7 @@ For faster completion, use swarm mode to execute multiple phases in parallel:
122
122
 
123
123
  ```bash
124
124
  # Background swarm for comprehensive implementation
125
- npx claude-flow swarm "Complete REST API implementation: refactor to tasks resource, add tests, implement query parameters, enhance error handling" \
125
+ npx claude-flow-novice swarm "Complete REST API implementation: refactor to tasks resource, add tests, implement query parameters, enhance error handling" \
126
126
  --strategy development \
127
127
  --background \
128
128
  --parallel \
@@ -131,8 +131,8 @@ npx claude-flow swarm "Complete REST API implementation: refactor to tasks resou
131
131
  --output ./api-implementation
132
132
 
133
133
  # Monitor progress
134
- npx claude-flow status
135
- npx claude-flow monitor
134
+ npx claude-flow-novice status
135
+ npx claude-flow-novice monitor
136
136
  ```
137
137
 
138
138
  ## Manual Execution Steps
@@ -186,5 +186,5 @@ If you prefer to execute each phase manually:
186
186
  Execute Phase 1 to refactor the core implementation:
187
187
 
188
188
  ```bash
189
- npx claude-flow sparc run code "Refactor index.js to server.js for REST API: change resource from items to tasks, add API versioning /api/v1/, update data model with title/completed/timestamps" --non-interactive
189
+ npx claude-flow-novice sparc run code "Refactor index.js to server.js for REST API: change resource from items to tasks, add API versioning /api/v1/, update data model with title/completed/timestamps" --non-interactive
190
190
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-flow-novice",
3
- "version": "1.3.3",
3
+ "version": "1.3.5",
4
4
  "description": "Standalone Claude Flow for beginners - AI agent orchestration made easy. Enhanced init command creates complete agent system, MCP configuration with 30 essential tools, and automated hooks. Fully standalone with zero external dependencies, all memory leaks eliminated, complete project setup in one command.",
5
5
  "mcpName": "io.github.ruvnet/claude-flow",
6
6
  "main": ".claude-flow-novice/dist/index.js",
@@ -228,6 +228,7 @@
228
228
  "compression": "^1.7.4",
229
229
  "cors": "^2.8.5",
230
230
  "fs-extra": "^11.2.0",
231
+ "glob": "^11.0.0",
231
232
  "helmet": "^7.0.0",
232
233
  "inquirer": "^12.9.6",
233
234
  "ora": "^8.2.0",
@@ -64,9 +64,9 @@ async function listAgents(subArgs, flags) {
64
64
  printSuccess('Active agents:');
65
65
  console.log('📋 No agents currently active (orchestrator not running)');
66
66
  console.log('\nTo create agents:');
67
- console.log(' claude-flow agent spawn researcher --name "ResearchBot"');
68
- console.log(' claude-flow agent spawn coder --name "CodeBot"');
69
- console.log(' claude-flow agent spawn analyst --name "DataBot"');
67
+ console.log(' claude-flow-novice agent spawn researcher --name "ResearchBot"');
68
+ console.log(' claude-flow-novice agent spawn coder --name "CodeBot"');
69
+ console.log(' claude-flow-novice agent spawn analyst --name "DataBot"');
70
70
  }
71
71
 
72
72
  async function manageHierarchy(subArgs, flags) {
@@ -90,8 +90,8 @@ async function manageHierarchy(subArgs, flags) {
90
90
  default:
91
91
  console.log('Hierarchy commands: create, show');
92
92
  console.log('Examples:');
93
- console.log(' claude-flow agent hierarchy create enterprise');
94
- console.log(' claude-flow agent hierarchy show');
93
+ console.log(' claude-flow-novice agent hierarchy create enterprise');
94
+ console.log(' claude-flow-novice agent hierarchy show');
95
95
  }
96
96
  }
97
97
 
@@ -209,8 +209,8 @@ function showAgentHelp() {
209
209
  console.log(' general Multi-purpose agent');
210
210
  console.log();
211
211
  console.log('Examples:');
212
- console.log(' claude-flow agent spawn researcher --name "DataBot"');
213
- console.log(' claude-flow agent list --verbose');
214
- console.log(' claude-flow agent hierarchy create enterprise');
215
- console.log(' claude-flow agent ecosystem status');
212
+ console.log(' claude-flow-novice agent spawn researcher --name "DataBot"');
213
+ console.log(' claude-flow-novice agent list --verbose');
214
+ console.log(' claude-flow-novice agent hierarchy create enterprise');
215
+ console.log(' claude-flow-novice agent ecosystem status');
216
216
  }
@@ -98,8 +98,8 @@ async function setupTelemetry() {
98
98
 
99
99
  console.log(`\n🚀 NEXT STEPS:`);
100
100
  console.log(` 1. Run Claude commands with --claude flag`);
101
- console.log(` 2. Example: ./claude-flow swarm "analyze code" --claude`);
102
- console.log(` 3. Check usage: ./claude-flow analysis token-usage --breakdown`);
101
+ console.log(` 2. Example: ./claude-flow-novice swarm "analyze code" --claude`);
102
+ console.log(` 3. Check usage: ./claude-flow-novice analysis token-usage --breakdown`);
103
103
 
104
104
  console.log(`\n${'═'.repeat(60)}`);
105
105
  printSuccess(`Telemetry setup complete!`);
@@ -370,7 +370,7 @@ function showAnalysisHelp() {
370
370
  📊 Analysis Commands - Performance & Usage Analytics
371
371
 
372
372
  USAGE:
373
- claude-flow analysis <command> [options]
373
+ claude-flow-novice analysis <command> [options]
374
374
 
375
375
  COMMANDS:
376
376
  setup-telemetry Configure token tracking for Claude API calls
@@ -385,7 +385,7 @@ GLOBAL OPTIONS:
385
385
  --help, -h Show this help message
386
386
 
387
387
  TELEMETRY SETUP:
388
- claude-flow analysis setup-telemetry
388
+ claude-flow-novice analysis setup-telemetry
389
389
 
390
390
  This command will:
391
391
  • Set CLAUDE_CODE_ENABLE_TELEMETRY=1 in your environment
@@ -414,41 +414,41 @@ TOKEN USAGE OPTIONS:
414
414
  CLAUDE MONITOR OPTIONS:
415
415
  --interval <ms> Update interval in milliseconds (default: 5000)
416
416
 
417
- Usage: claude-flow analysis claude-monitor [session-id] [--interval 3000]
417
+ Usage: claude-flow-novice analysis claude-monitor [session-id] [--interval 3000]
418
418
 
419
419
  Monitors a Claude session for real-time token usage updates.
420
420
  Session ID defaults to 'current' if not specified.
421
421
 
422
422
  CLAUDE COST OPTIONS:
423
- Usage: claude-flow analysis claude-cost
423
+ Usage: claude-flow-novice analysis claude-cost
424
424
 
425
425
  Retrieves the current Claude session's token usage and cost estimate.
426
426
  Works best when run during or immediately after a Claude session.
427
427
 
428
428
  EXAMPLES:
429
429
  # First-time setup for token tracking
430
- claude-flow analysis setup-telemetry
430
+ claude-flow-novice analysis setup-telemetry
431
431
 
432
432
  # Token usage with telemetry enabled
433
- claude-flow analysis token-usage --enable-telemetry --breakdown
433
+ claude-flow-novice analysis token-usage --enable-telemetry --breakdown
434
434
 
435
435
  # Detect system-wide bottlenecks
436
- claude-flow analysis bottleneck-detect --scope system
436
+ claude-flow-novice analysis bottleneck-detect --scope system
437
437
 
438
438
  # Weekly performance report
439
- claude-flow analysis performance-report --timeframe 7d --format detailed
439
+ claude-flow-novice analysis performance-report --timeframe 7d --format detailed
440
440
 
441
441
  # Token usage with full analysis
442
- claude-flow analysis token-usage --breakdown --cost-analysis
442
+ claude-flow-novice analysis token-usage --breakdown --cost-analysis
443
443
 
444
444
  # Monitor Claude session in real-time
445
- claude-flow analysis claude-monitor
445
+ claude-flow-novice analysis claude-monitor
446
446
 
447
447
  # Get current Claude session cost
448
- claude-flow analysis claude-cost
448
+ claude-flow-novice analysis claude-cost
449
449
 
450
450
  # Run Claude with automatic token tracking
451
- CLAUDE_CODE_ENABLE_TELEMETRY=1 claude-flow swarm "task" --claude
451
+ CLAUDE_CODE_ENABLE_TELEMETRY=1 claude-flow-novice swarm "task" --claude
452
452
 
453
453
  🎯 Analysis helps with:
454
454
  • Token usage tracking & cost management
@@ -531,7 +531,7 @@ async function showSimulatedTokenUsage(breakdown, costAnalysis) {
531
531
  console.log(`\n📋 QUICK SETUP - Choose one option:`);
532
532
  console.log(`\n Option 1: Enable Telemetry (Recommended)`);
533
533
  console.log(` ┌────────────────────────────────────────────────────────┐`);
534
- console.log(` │ ./claude-flow analysis setup-telemetry │`);
534
+ console.log(` │ ./claude-flow-novice analysis setup-telemetry │`);
535
535
  console.log(` └────────────────────────────────────────────────────────┘`);
536
536
 
537
537
  console.log(`\n Option 2: Manual Environment Variable`);
@@ -541,11 +541,11 @@ async function showSimulatedTokenUsage(breakdown, costAnalysis) {
541
541
 
542
542
  console.log(`\n Option 3: Use --enable-telemetry Flag`);
543
543
  console.log(` ┌────────────────────────────────────────────────────────┐`);
544
- console.log(` │ ./claude-flow analysis token-usage --enable-telemetry │`);
544
+ console.log(` │ ./claude-flow-novice analysis token-usage --enable-telemetry │`);
545
545
  console.log(` └────────────────────────────────────────────────────────┘`);
546
546
 
547
547
  console.log(`\n✅ AFTER SETUP:`);
548
- console.log(` 1. Run Claude commands: ./claude-flow swarm "task" --claude`);
548
+ console.log(` 1. Run Claude commands: ./claude-flow-novice swarm "task" --claude`);
549
549
  console.log(` 2. Token usage will be automatically tracked`);
550
550
  console.log(` 3. Return here to see real metrics`);
551
551
 
@@ -532,7 +532,7 @@ Begin execution now with the hooks pre-task command.`;
532
532
  🆔 AGENT ID: ${agent.id}
533
533
 
534
534
  CRITICAL COORDINATION REQUIREMENTS:
535
- 1. HOOKS: Use claude-flow hooks for coordination:
535
+ 1. HOOKS: Use claude-flow-novice hooks for coordination:
536
536
  - Run "npx claude-flow@alpha hooks pre-task --description '[your task]'" before starting
537
537
  - Run "npx claude-flow@alpha hooks post-edit --file '[file]'" after each file operation
538
538
  - Run "npx claude-flow@alpha hooks post-task --task-id '${agent.id}'" when complete
@@ -268,7 +268,7 @@ async function runWorkflowCommand(subArgs, flags) {
268
268
  if (!workflowFile) {
269
269
  printError('Usage: automation run-workflow <workflow-file> [options]');
270
270
  console.log('\nExample:');
271
- console.log(' claude-flow automation run-workflow workflow.json --claude --non-interactive');
271
+ console.log(' claude-flow-novice automation run-workflow workflow.json --claude --non-interactive');
272
272
  return;
273
273
  }
274
274
 
@@ -499,7 +499,7 @@ function showAutomationHelp() {
499
499
  🤖 Automation Commands - Intelligent Agent & Workflow Management
500
500
 
501
501
  USAGE:
502
- claude-flow automation <command> [options]
502
+ claude-flow-novice automation <command> [options]
503
503
 
504
504
  COMMANDS:
505
505
  auto-agent Automatically spawn optimal agents based on task complexity
@@ -578,40 +578,40 @@ STREAM CHAINING:
578
578
 
579
579
  EXAMPLES:
580
580
  # Auto-spawn for complex enterprise task
581
- claude-flow automation auto-agent --task-complexity enterprise --swarm-id swarm-123
581
+ claude-flow-novice automation auto-agent --task-complexity enterprise --swarm-id swarm-123
582
582
 
583
583
  # Smart spawn for web development
584
- claude-flow automation smart-spawn --requirement "web-development" --max-agents 8
584
+ claude-flow-novice automation smart-spawn --requirement "web-development" --max-agents 8
585
585
 
586
586
  # Select workflow for API project optimized for speed
587
- claude-flow automation workflow-select --project-type api --priority speed
587
+ claude-flow-novice automation workflow-select --project-type api --priority speed
588
588
 
589
589
  # Execute custom workflow with Claude integration
590
- claude-flow automation run-workflow my-workflow.json --claude --non-interactive
590
+ claude-flow-novice automation run-workflow my-workflow.json --claude --non-interactive
591
591
 
592
592
  # Run MLE-STAR ML engineering workflow (flagship command) - non-interactive by default
593
- claude-flow automation mle-star --dataset data/train.csv --target price --claude
593
+ claude-flow-novice automation mle-star --dataset data/train.csv --target price --claude
594
594
 
595
595
  # MLE-STAR with custom configuration
596
- claude-flow automation mle-star --dataset sales.csv --target revenue --output models/sales/ --name "sales-prediction" --search-iterations 5
596
+ claude-flow-novice automation mle-star --dataset sales.csv --target revenue --output models/sales/ --name "sales-prediction" --search-iterations 5
597
597
 
598
598
  # MLE-STAR with interactive mode (single Claude coordinator)
599
- claude-flow automation mle-star --dataset data.csv --target label --claude --interactive
599
+ claude-flow-novice automation mle-star --dataset data.csv --target label --claude --interactive
600
600
 
601
601
  # MLE-STAR with stream-json chaining (agents pipe outputs to each other)
602
- claude-flow automation mle-star --dataset data.csv --target label --claude --output-format stream-json
602
+ claude-flow-novice automation mle-star --dataset data.csv --target label --claude --output-format stream-json
603
603
 
604
604
  # MLE-STAR with minimal output for CI/CD pipelines
605
- claude-flow automation mle-star --dataset data.csv --target label --claude --quiet
605
+ claude-flow-novice automation mle-star --dataset data.csv --target label --claude --quiet
606
606
 
607
607
  # Custom workflow with stream chaining enabled
608
- claude-flow automation run-workflow analysis-pipeline.json --claude --output-format stream-json
608
+ claude-flow-novice automation run-workflow analysis-pipeline.json --claude --output-format stream-json
609
609
 
610
610
  # Disable chaining for independent task execution
611
- claude-flow automation mle-star --dataset data.csv --target label --claude --no-chaining
611
+ claude-flow-novice automation mle-star --dataset data.csv --target label --claude --no-chaining
612
612
 
613
613
  # View stream chaining in action with verbose output
614
- claude-flow automation mle-star --dataset data.csv --target label --claude --verbose
614
+ claude-flow-novice automation mle-star --dataset data.csv --target label --claude --verbose
615
615
 
616
616
  🎯 Automation benefits:
617
617
  • Optimal resource allocation
@@ -105,7 +105,7 @@ async function createInteractiveConfig(outputFile) {
105
105
  console.log('1. Edit the configuration file to match your needs');
106
106
  console.log('2. Remove the "_comment" and example entries');
107
107
  console.log('3. Use either "projects" array OR "projectConfigs" object');
108
- console.log(`4. Run: claude-flow init --config ${outputFile}`);
108
+ console.log(`4. Run: claude-flow-novice init --config ${outputFile}`);
109
109
  } catch (error) {
110
110
  printError(`Failed to create interactive config: ${error.message}`);
111
111
  }
@@ -310,7 +310,7 @@ function showBatchManagerHelp() {
310
310
  console.log('====================================================\n');
311
311
 
312
312
  console.log('USAGE:');
313
- console.log(' claude-flow batch <command> [options]\n');
313
+ console.log(' claude-flow-novice batch <command> [options]\n');
314
314
 
315
315
  console.log('COMMANDS:');
316
316
  console.log(' create-config [file] Create batch configuration template');
@@ -325,14 +325,14 @@ function showBatchManagerHelp() {
325
325
  console.log(' --help, -h Show command help\n');
326
326
 
327
327
  console.log('EXAMPLES:');
328
- console.log(' claude-flow batch create-config my-batch.json');
329
- console.log(' claude-flow batch create-config --interactive');
330
- console.log(' claude-flow batch validate-config my-batch.json');
331
- console.log(' claude-flow batch estimate my-batch.json');
332
- console.log(' claude-flow batch list-templates');
333
- console.log(' claude-flow batch list-environments\n');
328
+ console.log(' claude-flow-novice batch create-config my-batch.json');
329
+ console.log(' claude-flow-novice batch create-config --interactive');
330
+ console.log(' claude-flow-novice batch validate-config my-batch.json');
331
+ console.log(' claude-flow-novice batch estimate my-batch.json');
332
+ console.log(' claude-flow-novice batch list-templates');
333
+ console.log(' claude-flow-novice batch list-environments\n');
334
334
 
335
335
  console.log('INTEGRATION:');
336
- console.log(' Use created configs with: claude-flow init --config <file>');
337
- console.log(' Or batch init directly: claude-flow init --batch-init project1,project2');
336
+ console.log(' Use created configs with: claude-flow-novice init --config <file>');
337
+ console.log(' Or batch init directly: claude-flow-novice init --batch-init project1,project2');
338
338
  }