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
@@ -349,7 +349,7 @@ jobs:
349
349
  cd claude-code-flow/claude-code-flow && npm install && npm test
350
350
  cd ../../ruv-swarm/npm && npm install && npm test:all
351
351
  - name: Validate Release
352
- run: npx claude-flow release validate
352
+ run: npx claude-flow-novice release validate
353
353
  ```
354
354
 
355
355
  ## Monitoring and Metrics
@@ -144,9 +144,9 @@ mcp__github__push_files {
144
144
 
145
145
  ## Quick Start
146
146
  \`\`\`bash
147
- npx claude-flow init --sparc
147
+ npx claude-flow-novice init --sparc
148
148
  npm install
149
- npx claude-flow start --ui
149
+ npx claude-flow-novice start --ui
150
150
  \`\`\`
151
151
 
152
152
  ## Features
@@ -94,7 +94,7 @@ This directory contains a comprehensive suite of performance optimization agents
94
94
  - **Recovery Strategies**: Automated system recovery and healing
95
95
 
96
96
  ### Integration Capabilities
97
- - **MCP Tools**: Extensive use of claude-flow MCP performance tools
97
+ - **MCP Tools**: Extensive use of claude-flow-novice MCP performance tools
98
98
  - **Real-time Dashboards**: WebSocket-based live performance monitoring
99
99
  - **CI/CD Integration**: Automated performance validation in deployment pipelines
100
100
  - **Alert Systems**: Multi-channel notification for performance issues
@@ -104,43 +104,43 @@ This directory contains a comprehensive suite of performance optimization agents
104
104
  ### Basic Optimization Workflow
105
105
  ```bash
106
106
  # 1. Start performance monitoring
107
- npx claude-flow swarm-monitor --swarm-id production --interval 30
107
+ npx claude-flow-novice swarm-monitor --swarm-id production --interval 30
108
108
 
109
109
  # 2. Analyze current performance
110
- npx claude-flow performance-report --format detailed --timeframe 24h
110
+ npx claude-flow-novice performance-report --format detailed --timeframe 24h
111
111
 
112
112
  # 3. Optimize topology if needed
113
- npx claude-flow topology-optimize --swarm-id production --strategy adaptive
113
+ npx claude-flow-novice topology-optimize --swarm-id production --strategy adaptive
114
114
 
115
115
  # 4. Load balance based on current metrics
116
- npx claude-flow load-balance --swarm-id production --strategy work-stealing
116
+ npx claude-flow-novice load-balance --swarm-id production --strategy work-stealing
117
117
 
118
118
  # 5. Scale resources predictively
119
- npx claude-flow swarm-scale --swarm-id production --target-size auto
119
+ npx claude-flow-novice swarm-scale --swarm-id production --target-size auto
120
120
  ```
121
121
 
122
122
  ### Comprehensive Benchmarking
123
123
  ```bash
124
124
  # Run full benchmark suite
125
- npx claude-flow benchmark-run --suite comprehensive --duration 300
125
+ npx claude-flow-novice benchmark-run --suite comprehensive --duration 300
126
126
 
127
127
  # Validate against SLA requirements
128
- npx claude-flow quality-assess --target swarm-performance --criteria throughput,latency,reliability
128
+ npx claude-flow-novice quality-assess --target swarm-performance --criteria throughput,latency,reliability
129
129
 
130
130
  # Detect performance regressions
131
- npx claude-flow detect-regression --current latest-results.json --historical baseline.json
131
+ npx claude-flow-novice detect-regression --current latest-results.json --historical baseline.json
132
132
  ```
133
133
 
134
134
  ### Advanced Resource Management
135
135
  ```bash
136
136
  # Analyze resource patterns
137
- npx claude-flow metrics-collect --components ["cpu", "memory", "network", "agents"]
137
+ npx claude-flow-novice metrics-collect --components ["cpu", "memory", "network", "agents"]
138
138
 
139
139
  # Optimize resource allocation
140
- npx claude-flow daa-resource-alloc --resources optimal-config.json
140
+ npx claude-flow-novice daa-resource-alloc --resources optimal-config.json
141
141
 
142
142
  # Profile system performance
143
- npx claude-flow profile-performance --duration 60000 --components all
143
+ npx claude-flow-novice profile-performance --duration 60000 --components all
144
144
  ```
145
145
 
146
146
  ## Performance Optimization Strategies
@@ -577,31 +577,31 @@ const benchmarkIntegration = {
577
577
  ### Benchmarking Commands
578
578
  ```bash
579
579
  # Run comprehensive benchmark suite
580
- npx claude-flow benchmark-run --suite comprehensive --duration 300
580
+ npx claude-flow-novice benchmark-run --suite comprehensive --duration 300
581
581
 
582
582
  # Execute specific benchmark
583
- npx claude-flow benchmark-run --suite throughput --iterations 10
583
+ npx claude-flow-novice benchmark-run --suite throughput --iterations 10
584
584
 
585
585
  # Compare with baseline
586
- npx claude-flow benchmark-compare --current <results> --baseline <baseline>
586
+ npx claude-flow-novice benchmark-compare --current <results> --baseline <baseline>
587
587
 
588
588
  # Quality assessment
589
- npx claude-flow quality-assess --target swarm-performance --criteria throughput,latency
589
+ npx claude-flow-novice quality-assess --target swarm-performance --criteria throughput,latency
590
590
 
591
591
  # Performance validation
592
- npx claude-flow validate-performance --results <file> --criteria <file>
592
+ npx claude-flow-novice validate-performance --results <file> --criteria <file>
593
593
  ```
594
594
 
595
595
  ### Regression Detection Commands
596
596
  ```bash
597
597
  # Detect performance regressions
598
- npx claude-flow detect-regression --current <results> --historical <data>
598
+ npx claude-flow-novice detect-regression --current <results> --historical <data>
599
599
 
600
600
  # Set up automated regression monitoring
601
- npx claude-flow regression-monitor --enable --sensitivity 0.95
601
+ npx claude-flow-novice regression-monitor --enable --sensitivity 0.95
602
602
 
603
603
  # Analyze error patterns
604
- npx claude-flow error-analysis --logs <log-files>
604
+ npx claude-flow-novice error-analysis --logs <log-files>
605
605
  ```
606
606
 
607
607
  ## Integration Points
@@ -353,28 +353,28 @@ class CircuitBreaker {
353
353
  ### Load Balancing Commands
354
354
  ```bash
355
355
  # Initialize load balancer
356
- npx claude-flow agent spawn load-balancer --type coordinator
356
+ npx claude-flow-novice agent spawn load-balancer --type coordinator
357
357
 
358
358
  # Start load balancing
359
- npx claude-flow load-balance --swarm-id <id> --strategy adaptive
359
+ npx claude-flow-novice load-balance --swarm-id <id> --strategy adaptive
360
360
 
361
361
  # Monitor load distribution
362
- npx claude-flow agent-metrics --type load-balancer
362
+ npx claude-flow-novice agent-metrics --type load-balancer
363
363
 
364
364
  # Adjust balancing parameters
365
- npx claude-flow config-manage --action update --config '{"stealThreshold": 5, "agingBoost": 10}'
365
+ npx claude-flow-novice config-manage --action update --config '{"stealThreshold": 5, "agingBoost": 10}'
366
366
  ```
367
367
 
368
368
  ### Performance Monitoring
369
369
  ```bash
370
370
  # Real-time load monitoring
371
- npx claude-flow performance-report --format detailed
371
+ npx claude-flow-novice performance-report --format detailed
372
372
 
373
373
  # Bottleneck analysis
374
- npx claude-flow bottleneck-analyze --component swarm-coordination
374
+ npx claude-flow-novice bottleneck-analyze --component swarm-coordination
375
375
 
376
376
  # Resource utilization tracking
377
- npx claude-flow metrics-collect --components ["load-balancer", "task-queue"]
377
+ npx claude-flow-novice metrics-collect --components ["load-balancer", "task-queue"]
378
378
  ```
379
379
 
380
380
  ## Integration Points
@@ -582,31 +582,31 @@ class DashboardProvider {
582
582
  ### Monitoring Commands
583
583
  ```bash
584
584
  # Start comprehensive monitoring
585
- npx claude-flow performance-report --format detailed --timeframe 24h
585
+ npx claude-flow-novice performance-report --format detailed --timeframe 24h
586
586
 
587
587
  # Real-time bottleneck analysis
588
- npx claude-flow bottleneck-analyze --component swarm-coordination
588
+ npx claude-flow-novice bottleneck-analyze --component swarm-coordination
589
589
 
590
590
  # Health check all components
591
- npx claude-flow health-check --components ["swarm", "agents", "coordination"]
591
+ npx claude-flow-novice health-check --components ["swarm", "agents", "coordination"]
592
592
 
593
593
  # Collect specific metrics
594
- npx claude-flow metrics-collect --components ["cpu", "memory", "network"]
594
+ npx claude-flow-novice metrics-collect --components ["cpu", "memory", "network"]
595
595
 
596
596
  # Monitor SLA compliance
597
- npx claude-flow sla-monitor --service swarm-coordination --threshold 99.9
597
+ npx claude-flow-novice sla-monitor --service swarm-coordination --threshold 99.9
598
598
  ```
599
599
 
600
600
  ### Alert Configuration
601
601
  ```bash
602
602
  # Configure performance alerts
603
- npx claude-flow alert-config --metric cpu_usage --threshold 80 --severity warning
603
+ npx claude-flow-novice alert-config --metric cpu_usage --threshold 80 --severity warning
604
604
 
605
605
  # Set up anomaly detection
606
- npx claude-flow anomaly-setup --models ["statistical", "ml", "time_series"]
606
+ npx claude-flow-novice anomaly-setup --models ["statistical", "ml", "time_series"]
607
607
 
608
608
  # Configure notification channels
609
- npx claude-flow notification-config --channels ["slack", "email", "webhook"]
609
+ npx claude-flow-novice notification-config --channels ["slack", "email", "webhook"]
610
610
  ```
611
611
 
612
612
  ## Integration Points
@@ -600,34 +600,34 @@ const resourceIntegration = {
600
600
  ### Resource Management Commands
601
601
  ```bash
602
602
  # Analyze resource usage
603
- npx claude-flow metrics-collect --components ["cpu", "memory", "network"]
603
+ npx claude-flow-novice metrics-collect --components ["cpu", "memory", "network"]
604
604
 
605
605
  # Optimize resource allocation
606
- npx claude-flow daa-resource-alloc --resources <resource-config>
606
+ npx claude-flow-novice daa-resource-alloc --resources <resource-config>
607
607
 
608
608
  # Predictive scaling
609
- npx claude-flow swarm-scale --swarm-id <id> --target-size <size>
609
+ npx claude-flow-novice swarm-scale --swarm-id <id> --target-size <size>
610
610
 
611
611
  # Performance profiling
612
- npx claude-flow performance-report --format detailed --timeframe 24h
612
+ npx claude-flow-novice performance-report --format detailed --timeframe 24h
613
613
 
614
614
  # Circuit breaker configuration
615
- npx claude-flow fault-tolerance --strategy circuit-breaker --config <config>
615
+ npx claude-flow-novice fault-tolerance --strategy circuit-breaker --config <config>
616
616
  ```
617
617
 
618
618
  ### Optimization Commands
619
619
  ```bash
620
620
  # Run performance optimization
621
- npx claude-flow optimize-performance --swarm-id <id> --strategy adaptive
621
+ npx claude-flow-novice optimize-performance --swarm-id <id> --strategy adaptive
622
622
 
623
623
  # Generate resource forecasts
624
- npx claude-flow forecast-resources --time-horizon 3600 --confidence 0.95
624
+ npx claude-flow-novice forecast-resources --time-horizon 3600 --confidence 0.95
625
625
 
626
626
  # Profile system performance
627
- npx claude-flow profile-performance --duration 60000 --components all
627
+ npx claude-flow-novice profile-performance --duration 60000 --components all
628
628
 
629
629
  # Analyze bottlenecks
630
- npx claude-flow bottleneck-analyze --component swarm-coordination
630
+ npx claude-flow-novice bottleneck-analyze --component swarm-coordination
631
631
  ```
632
632
 
633
633
  ## Integration Points
@@ -726,31 +726,31 @@ class SimulatedAnnealingOptimizer {
726
726
  ### Topology Optimization Commands
727
727
  ```bash
728
728
  # Analyze current topology
729
- npx claude-flow topology-analyze --swarm-id <id> --metrics performance
729
+ npx claude-flow-novice topology-analyze --swarm-id <id> --metrics performance
730
730
 
731
731
  # Optimize topology automatically
732
- npx claude-flow topology-optimize --swarm-id <id> --strategy adaptive
732
+ npx claude-flow-novice topology-optimize --swarm-id <id> --strategy adaptive
733
733
 
734
734
  # Compare topology configurations
735
- npx claude-flow topology-compare --topologies ["hierarchical", "mesh", "hybrid"]
735
+ npx claude-flow-novice topology-compare --topologies ["hierarchical", "mesh", "hybrid"]
736
736
 
737
737
  # Generate topology recommendations
738
- npx claude-flow topology-recommend --workload-profile <file> --constraints <file>
738
+ npx claude-flow-novice topology-recommend --workload-profile <file> --constraints <file>
739
739
 
740
740
  # Monitor topology performance
741
- npx claude-flow topology-monitor --swarm-id <id> --interval 60
741
+ npx claude-flow-novice topology-monitor --swarm-id <id> --interval 60
742
742
  ```
743
743
 
744
744
  ### Agent Placement Commands
745
745
  ```bash
746
746
  # Optimize agent placement
747
- npx claude-flow placement-optimize --algorithm genetic --agents <agent-list>
747
+ npx claude-flow-novice placement-optimize --algorithm genetic --agents <agent-list>
748
748
 
749
749
  # Analyze placement efficiency
750
- npx claude-flow placement-analyze --current-placement <config>
750
+ npx claude-flow-novice placement-analyze --current-placement <config>
751
751
 
752
752
  # Generate placement recommendations
753
- npx claude-flow placement-recommend --communication-patterns <file>
753
+ npx claude-flow-novice placement-recommend --communication-patterns <file>
754
754
  ```
755
755
 
756
756
  ## Integration Points
@@ -79,7 +79,7 @@ All swarm coordinators leverage the following MCP tools:
79
79
  ### Hierarchical Coordination
80
80
  ```bash
81
81
  # Initialize hierarchical swarm for development project
82
- claude-flow agent spawn hierarchical-coordinator "Build authentication microservice"
82
+ claude-flow-novice agent spawn hierarchical-coordinator "Build authentication microservice"
83
83
 
84
84
  # Agents will automatically:
85
85
  # 1. Decompose project into tasks
@@ -91,7 +91,7 @@ claude-flow agent spawn hierarchical-coordinator "Build authentication microserv
91
91
  ### Mesh Coordination
92
92
  ```bash
93
93
  # Initialize mesh network for distributed processing
94
- claude-flow agent spawn mesh-coordinator "Process user analytics data"
94
+ claude-flow-novice agent spawn mesh-coordinator "Process user analytics data"
95
95
 
96
96
  # Network will automatically:
97
97
  # 1. Establish peer-to-peer connections
@@ -103,7 +103,7 @@ claude-flow agent spawn mesh-coordinator "Process user analytics data"
103
103
  ### Adaptive Coordination
104
104
  ```bash
105
105
  # Initialize adaptive swarm for production optimization
106
- claude-flow agent spawn adaptive-coordinator "Optimize system performance"
106
+ claude-flow-novice agent spawn adaptive-coordinator "Optimize system performance"
107
107
 
108
108
  # System will automatically:
109
109
  # 1. Analyze current workload patterns
@@ -179,12 +179,12 @@ Real-time visibility into:
179
179
 
180
180
  ## Integration with Claude-Flow
181
181
 
182
- These agents integrate seamlessly with the broader claude-flow ecosystem:
182
+ These agents integrate seamlessly with the broader claude-flow-novice ecosystem:
183
183
 
184
- - **Memory System**: All coordination state persisted in claude-flow memory bank
184
+ - **Memory System**: All coordination state persisted in claude-flow-novice memory bank
185
185
  - **Terminal Management**: Agents can spawn and manage multiple terminal sessions
186
186
  - **MCP Integration**: Full access to claude-flow's MCP tool ecosystem
187
- - **Event System**: Real-time coordination through claude-flow event bus
188
- - **Configuration**: Managed through claude-flow configuration system
187
+ - **Event System**: Real-time coordination through claude-flow-novice event bus
188
+ - **Configuration**: Managed through claude-flow-novice configuration system
189
189
 
190
- For implementation details, see individual agent files and the claude-flow documentation.
190
+ For implementation details, see individual agent files and the claude-flow-novice documentation.
@@ -10,7 +10,7 @@ Automated end-to-end testing agent specialized in web portal testing using Playw
10
10
  #### 1. **Web Portal Testing**
11
11
  ```javascript
12
12
  // Example test coordination
13
- npx claude-flow sparc run playwright-tester "Test user authentication flow"
13
+ npx claude-flow-novice sparc run playwright-tester "Test user authentication flow"
14
14
  ```
15
15
 
16
16
  #### 2. **MCP Integration Testing**
@@ -14,8 +14,8 @@ Matrix of agent capabilities and their specializations.
14
14
  ## Querying Capabilities
15
15
  ```bash
16
16
  # List all capabilities
17
- npx claude-flow agents capabilities
17
+ npx claude-flow-novice agents capabilities
18
18
 
19
19
  # For specific agent
20
- npx claude-flow agents capabilities --type coder
20
+ npx claude-flow-novice agents capabilities --type coder
21
21
  ```
@@ -7,19 +7,19 @@ Coordination patterns for multi-agent collaboration.
7
7
  ### Hierarchical
8
8
  Queen-led with worker specialization
9
9
  ```bash
10
- npx claude-flow swarm init --topology hierarchical
10
+ npx claude-flow-novice swarm init --topology hierarchical
11
11
  ```
12
12
 
13
13
  ### Mesh
14
14
  Peer-to-peer collaboration
15
15
  ```bash
16
- npx claude-flow swarm init --topology mesh
16
+ npx claude-flow-novice swarm init --topology mesh
17
17
  ```
18
18
 
19
19
  ### Adaptive
20
20
  Dynamic topology based on workload
21
21
  ```bash
22
- npx claude-flow swarm init --topology adaptive
22
+ npx claude-flow-novice swarm init --topology adaptive
23
23
  ```
24
24
 
25
25
  ## Best Practices
@@ -22,5 +22,5 @@ Complete guide to all 54 available agent types in Claude Flow.
22
22
 
23
23
  For full list and details:
24
24
  ```bash
25
- npx claude-flow agents list
25
+ npx claude-flow-novice agents list
26
26
  ```
@@ -5,7 +5,7 @@ Analyze performance bottlenecks in swarm operations and suggest optimizations.
5
5
  ## Usage
6
6
 
7
7
  ```bash
8
- npx claude-flow bottleneck detect [options]
8
+ npx claude-flow-novice bottleneck detect [options]
9
9
  ```
10
10
 
11
11
  ## Options
@@ -21,25 +21,25 @@ npx claude-flow bottleneck detect [options]
21
21
  ### Basic bottleneck detection
22
22
 
23
23
  ```bash
24
- npx claude-flow bottleneck detect
24
+ npx claude-flow-novice bottleneck detect
25
25
  ```
26
26
 
27
27
  ### Analyze specific swarm
28
28
 
29
29
  ```bash
30
- npx claude-flow bottleneck detect --swarm-id swarm-123
30
+ npx claude-flow-novice bottleneck detect --swarm-id swarm-123
31
31
  ```
32
32
 
33
33
  ### Last 24 hours with export
34
34
 
35
35
  ```bash
36
- npx claude-flow bottleneck detect -t 24h -e bottlenecks.json
36
+ npx claude-flow-novice bottleneck detect -t 24h -e bottlenecks.json
37
37
  ```
38
38
 
39
39
  ### Auto-fix detected issues
40
40
 
41
41
  ```bash
42
- npx claude-flow bottleneck detect --fix --threshold 15
42
+ npx claude-flow-novice bottleneck detect --fix --threshold 15
43
43
  ```
44
44
 
45
45
  ## Metrics Analyzed
@@ -4,7 +4,7 @@ Generate comprehensive performance reports for swarm operations.
4
4
 
5
5
  ## Usage
6
6
  ```bash
7
- npx claude-flow analysis performance-report [options]
7
+ npx claude-flow-novice analysis performance-report [options]
8
8
  ```
9
9
 
10
10
  ## Options
@@ -15,11 +15,11 @@ npx claude-flow analysis performance-report [options]
15
15
  ## Examples
16
16
  ```bash
17
17
  # Generate HTML report
18
- npx claude-flow analysis performance-report --format html
18
+ npx claude-flow-novice analysis performance-report --format html
19
19
 
20
20
  # Compare swarms
21
- npx claude-flow analysis performance-report --compare swarm-123
21
+ npx claude-flow-novice analysis performance-report --compare swarm-123
22
22
 
23
23
  # Full metrics report
24
- npx claude-flow analysis performance-report --include-metrics --format markdown
24
+ npx claude-flow-novice analysis performance-report --include-metrics --format markdown
25
25
  ```
@@ -4,7 +4,7 @@ Analyze token usage patterns and optimize for efficiency.
4
4
 
5
5
  ## Usage
6
6
  ```bash
7
- npx claude-flow analysis token-usage [options]
7
+ npx claude-flow-novice analysis token-usage [options]
8
8
  ```
9
9
 
10
10
  ## Options
@@ -15,11 +15,11 @@ npx claude-flow analysis token-usage [options]
15
15
  ## Examples
16
16
  ```bash
17
17
  # Last 24 hours token usage
18
- npx claude-flow analysis token-usage --period 24h
18
+ npx claude-flow-novice analysis token-usage --period 24h
19
19
 
20
20
  # By agent breakdown
21
- npx claude-flow analysis token-usage --by-agent
21
+ npx claude-flow-novice analysis token-usage --by-agent
22
22
 
23
23
  # Export detailed report
24
- npx claude-flow analysis token-usage --period 7d --export tokens.csv
24
+ npx claude-flow-novice analysis token-usage --period 7d --export tokens.csv
25
25
  ```
@@ -5,7 +5,7 @@ Automatically spawn and manage agents based on task requirements.
5
5
  ## Usage
6
6
 
7
7
  ```bash
8
- npx claude-flow auto agent [options]
8
+ npx claude-flow-novice auto agent [options]
9
9
  ```
10
10
 
11
11
  ## Options
@@ -21,25 +21,25 @@ npx claude-flow auto agent [options]
21
21
  ### Basic auto-spawning
22
22
 
23
23
  ```bash
24
- npx claude-flow auto agent --task "Build a REST API with authentication"
24
+ npx claude-flow-novice auto agent --task "Build a REST API with authentication"
25
25
  ```
26
26
 
27
27
  ### Constrained spawning
28
28
 
29
29
  ```bash
30
- npx claude-flow auto agent -t "Debug performance issue" --max-agents 3
30
+ npx claude-flow-novice auto agent -t "Debug performance issue" --max-agents 3
31
31
  ```
32
32
 
33
33
  ### Analysis only
34
34
 
35
35
  ```bash
36
- npx claude-flow auto agent -t "Refactor codebase" --no-spawn
36
+ npx claude-flow-novice auto agent -t "Refactor codebase" --no-spawn
37
37
  ```
38
38
 
39
39
  ### Minimal strategy
40
40
 
41
41
  ```bash
42
- npx claude-flow auto agent -t "Fix bug in login" -s minimal
42
+ npx claude-flow-novice auto agent -t "Fix bug in login" -s minimal
43
43
  ```
44
44
 
45
45
  ## How It Works
@@ -94,7 +94,7 @@ mcp__claude-flow__task_orchestrate({
94
94
  {
95
95
  "PostToolUse": [{
96
96
  "matcher": "^Bash$",
97
- "command": "npx claude-flow hook post-bash --exit-code '${tool.result.exitCode}' --auto-recover"
97
+ "command": "npx claude-flow-novice hook post-bash --exit-code '${tool.result.exitCode}' --auto-recover"
98
98
  }]
99
99
  }
100
100
  ```
@@ -30,7 +30,7 @@ mcp__claude-flow__context_restore({
30
30
 
31
31
  **Fallback with npx:**
32
32
  ```bash
33
- npx claude-flow hook session-restore --session-id "sess-123"
33
+ npx claude-flow-novice hook session-restore --session-id "sess-123"
34
34
  ```
35
35
 
36
36
  ### 3. Memory Types
@@ -63,7 +63,7 @@ mcp__claude-flow__agent_spawn({
63
63
  ### Fallback Configuration
64
64
  If MCP tools are unavailable:
65
65
  ```bash
66
- npx claude-flow hook pre-task --auto-spawn-agents
66
+ npx claude-flow-novice hook pre-task --auto-spawn-agents
67
67
  ```
68
68
 
69
69
  ## Benefits
@@ -4,7 +4,7 @@ Intelligently spawn agents based on workload analysis.
4
4
 
5
5
  ## Usage
6
6
  ```bash
7
- npx claude-flow automation smart-spawn [options]
7
+ npx claude-flow-novice automation smart-spawn [options]
8
8
  ```
9
9
 
10
10
  ## Options
@@ -15,11 +15,11 @@ npx claude-flow automation smart-spawn [options]
15
15
  ## Examples
16
16
  ```bash
17
17
  # Smart spawn with analysis
18
- npx claude-flow automation smart-spawn --analyze
18
+ npx claude-flow-novice automation smart-spawn --analyze
19
19
 
20
20
  # Set spawn threshold
21
- npx claude-flow automation smart-spawn --threshold 5
21
+ npx claude-flow-novice automation smart-spawn --threshold 5
22
22
 
23
23
  # Force topology
24
- npx claude-flow automation smart-spawn --topology hierarchical
24
+ npx claude-flow-novice automation smart-spawn --topology hierarchical
25
25
  ```
@@ -4,7 +4,7 @@ Automatically select optimal workflow based on task type.
4
4
 
5
5
  ## Usage
6
6
  ```bash
7
- npx claude-flow automation workflow-select [options]
7
+ npx claude-flow-novice automation workflow-select [options]
8
8
  ```
9
9
 
10
10
  ## Options
@@ -15,11 +15,11 @@ npx claude-flow automation workflow-select [options]
15
15
  ## Examples
16
16
  ```bash
17
17
  # Select workflow for task
18
- npx claude-flow automation workflow-select --task "Deploy to production"
18
+ npx claude-flow-novice automation workflow-select --task "Deploy to production"
19
19
 
20
20
  # With constraints
21
- npx claude-flow automation workflow-select --constraints "no-downtime,rollback"
21
+ npx claude-flow-novice automation workflow-select --constraints "no-downtime,rollback"
22
22
 
23
23
  # Preview mode
24
- npx claude-flow automation workflow-select --task "Database migration" --preview
24
+ npx claude-flow-novice automation workflow-select --task "Database migration" --preview
25
25
  ```