claude-flow-novice 1.3.2 → 1.3.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (333) hide show
  1. package/.claude/agents/github/release-manager.md +1 -1
  2. package/.claude/agents/github/repo-architect.md +2 -2
  3. package/.claude/agents/optimization/README.md +12 -12
  4. package/.claude/agents/optimization/benchmark-suite.md +8 -8
  5. package/.claude/agents/optimization/load-balancer.md +7 -7
  6. package/.claude/agents/optimization/performance-monitor.md +8 -8
  7. package/.claude/agents/optimization/resource-allocator.md +9 -9
  8. package/.claude/agents/optimization/topology-optimizer.md +8 -8
  9. package/.claude/agents/swarm/README.md +8 -8
  10. package/.claude/agents/testing/e2e/playwright-agent.md +1 -1
  11. package/.claude/commands/agents/agent-capabilities.md +2 -2
  12. package/.claude/commands/agents/agent-coordination.md +3 -3
  13. package/.claude/commands/agents/agent-types.md +1 -1
  14. package/.claude/commands/analysis/bottleneck-detect.md +5 -5
  15. package/.claude/commands/analysis/performance-report.md +4 -4
  16. package/.claude/commands/analysis/token-usage.md +4 -4
  17. package/.claude/commands/automation/auto-agent.md +5 -5
  18. package/.claude/commands/automation/self-healing.md +1 -1
  19. package/.claude/commands/automation/session-memory.md +1 -1
  20. package/.claude/commands/automation/smart-agents.md +1 -1
  21. package/.claude/commands/automation/smart-spawn.md +4 -4
  22. package/.claude/commands/automation/workflow-select.md +4 -4
  23. package/.claude/commands/claude-soul.js +22 -556
  24. package/.claude/commands/coordination/agent-spawn.md +4 -4
  25. package/.claude/commands/coordination/coordination-system.md +88 -0
  26. package/.claude/commands/coordination/swarm-init.md +5 -5
  27. package/.claude/commands/coordination/task-orchestrate.md +4 -4
  28. package/.claude/commands/github/code-review.md +4 -4
  29. package/.claude/commands/github/github-swarm.md +5 -5
  30. package/.claude/commands/github/issue-triage.md +4 -4
  31. package/.claude/commands/github/pr-enhance.md +4 -4
  32. package/.claude/commands/github/release-manager.md +1 -1
  33. package/.claude/commands/github/repo-analyze.md +4 -4
  34. package/.claude/commands/github/repo-architect.md +2 -2
  35. package/.claude/commands/hive-mind/hive-mind-consensus.md +1 -1
  36. package/.claude/commands/hive-mind/hive-mind-init.md +3 -3
  37. package/.claude/commands/hive-mind/hive-mind-memory.md +1 -1
  38. package/.claude/commands/hive-mind/hive-mind-metrics.md +1 -1
  39. package/.claude/commands/hive-mind/hive-mind-resume.md +1 -1
  40. package/.claude/commands/hive-mind/hive-mind-sessions.md +1 -1
  41. package/.claude/commands/hive-mind/hive-mind-spawn.md +4 -4
  42. package/.claude/commands/hive-mind/hive-mind-status.md +1 -1
  43. package/.claude/commands/hive-mind/hive-mind-stop.md +1 -1
  44. package/.claude/commands/hive-mind/hive-mind-wizard.md +1 -1
  45. package/.claude/commands/hive-mind/hive-mind.md +4 -4
  46. package/.claude/commands/hooks/overview.md +1 -1
  47. package/.claude/commands/hooks/post-edit.md +6 -6
  48. package/.claude/commands/hooks/post-task.md +6 -6
  49. package/.claude/commands/hooks/pre-edit.md +6 -6
  50. package/.claude/commands/hooks/pre-task.md +6 -6
  51. package/.claude/commands/hooks/session-end.md +6 -6
  52. package/.claude/commands/hooks/setup.md +6 -6
  53. package/.claude/commands/hooks.md +1 -1
  54. package/.claude/commands/memory/memory-bank.md +58 -0
  55. package/.claude/commands/memory/memory-persist.md +4 -4
  56. package/.claude/commands/memory/memory-search.md +4 -4
  57. package/.claude/commands/memory/memory-usage.md +4 -4
  58. package/.claude/commands/monitoring/agent-metrics.md +4 -4
  59. package/.claude/commands/monitoring/real-time-view.md +4 -4
  60. package/.claude/commands/monitoring/swarm-monitor.md +4 -4
  61. package/.claude/commands/optimization/auto-topology.md +2 -2
  62. package/.claude/commands/optimization/cache-manage.md +4 -4
  63. package/.claude/commands/optimization/parallel-execute.md +4 -4
  64. package/.claude/commands/optimization/parallel-execution.md +1 -1
  65. package/.claude/commands/optimization/topology-optimize.md +4 -4
  66. package/.claude/commands/pair/README.md +20 -20
  67. package/.claude/commands/pair/config.md +16 -16
  68. package/.claude/commands/pair/examples.md +11 -11
  69. package/.claude/commands/pair/modes.md +17 -17
  70. package/.claude/commands/pair/session.md +27 -27
  71. package/.claude/commands/pair/start.md +12 -12
  72. package/.claude/commands/sparc/analyzer.md +3 -3
  73. package/.claude/commands/sparc/architect.md +3 -3
  74. package/.claude/commands/sparc/batch-executor.md +3 -3
  75. package/.claude/commands/sparc/coder.md +3 -3
  76. package/.claude/commands/sparc/debugger.md +3 -3
  77. package/.claude/commands/sparc/designer.md +3 -3
  78. package/.claude/commands/sparc/documenter.md +3 -3
  79. package/.claude/commands/sparc/innovator.md +3 -3
  80. package/.claude/commands/sparc/memory-manager.md +3 -3
  81. package/.claude/commands/sparc/optimizer.md +3 -3
  82. package/.claude/commands/sparc/orchestrator.md +10 -10
  83. package/.claude/commands/sparc/researcher.md +3 -3
  84. package/.claude/commands/sparc/reviewer.md +3 -3
  85. package/.claude/commands/sparc/sparc-modes.md +13 -13
  86. package/.claude/commands/sparc/swarm-coordinator.md +3 -3
  87. package/.claude/commands/sparc/tdd.md +3 -3
  88. package/.claude/commands/sparc/tester.md +3 -3
  89. package/.claude/commands/sparc/workflow-manager.md +3 -3
  90. package/.claude/commands/stream-chain/pipeline.md +10 -10
  91. package/.claude/commands/stream-chain/run.md +4 -4
  92. package/.claude/commands/swarm/analysis.md +1 -1
  93. package/.claude/commands/swarm/development.md +1 -1
  94. package/.claude/commands/swarm/examples.md +3 -3
  95. package/.claude/commands/swarm/maintenance.md +1 -1
  96. package/.claude/commands/swarm/optimization.md +1 -1
  97. package/.claude/commands/swarm/research.md +1 -1
  98. package/.claude/commands/swarm/swarm-analysis.md +1 -1
  99. package/.claude/commands/swarm/swarm-background.md +1 -1
  100. package/.claude/commands/swarm/swarm-init.md +3 -3
  101. package/.claude/commands/swarm/swarm-modes.md +1 -1
  102. package/.claude/commands/swarm/swarm-monitor.md +1 -1
  103. package/.claude/commands/swarm/swarm-spawn.md +3 -3
  104. package/.claude/commands/swarm/swarm-status.md +1 -1
  105. package/.claude/commands/swarm/swarm-strategies.md +1 -1
  106. package/.claude/commands/swarm/swarm.md +4 -4
  107. package/.claude/commands/swarm/testing.md +1 -1
  108. package/.claude/commands/testing/playwright-e2e.md +36 -36
  109. package/.claude/commands/training/model-update.md +4 -4
  110. package/.claude/commands/training/neural-patterns.md +3 -3
  111. package/.claude/commands/training/neural-train.md +4 -4
  112. package/.claude/commands/training/pattern-learn.md +4 -4
  113. package/.claude/commands/training/specialization.md +2 -2
  114. package/.claude/commands/truth/start.md +10 -10
  115. package/.claude/commands/verify/check.md +5 -5
  116. package/.claude/commands/verify/start.md +22 -22
  117. package/.claude/commands/workflows/development.md +3 -3
  118. package/.claude/commands/workflows/research.md +2 -2
  119. package/.claude/commands/workflows/workflow-create.md +4 -4
  120. package/.claude/commands/workflows/workflow-execute.md +4 -4
  121. package/.claude/commands/workflows/workflow-export.md +4 -4
  122. package/examples/01-configurations/README.md +5 -5
  123. package/examples/02-workflows/README.md +8 -8
  124. package/examples/04-testing/incremental-updates-guide.md +3 -3
  125. package/examples/06-tutorials/getting-started/01-first-swarm.md +4 -4
  126. package/examples/06-tutorials/sparc/sparc-tdd-guide.md +13 -13
  127. package/examples/06-tutorials/sparc-batchtool-orchestration.md +54 -54
  128. package/examples/06-tutorials/workflows/multi-agent-coordination.md +9 -9
  129. package/examples/README-batch-init.md +50 -50
  130. package/examples/README.md +2 -2
  131. package/examples/automation-examples.md +13 -13
  132. package/examples/rest-api-simple/README-ARCHITECTURE.md +7 -7
  133. package/examples/rest-api-simple/implementation-plan.md +7 -7
  134. package/examples/rest-api-simple/next-steps.md +5 -5
  135. package/examples/rest-api-simple/sparc-implementation-roadmap.md +12 -12
  136. package/package.json +1 -1
  137. package/src/cli/simple-commands/agent.js +9 -9
  138. package/src/cli/simple-commands/analysis.js +17 -17
  139. package/src/cli/simple-commands/automation-executor.js +1 -1
  140. package/src/cli/simple-commands/automation.js +14 -14
  141. package/src/cli/simple-commands/batch-manager.js +10 -10
  142. package/src/cli/simple-commands/config.js +14 -14
  143. package/src/cli/simple-commands/coordination.js +8 -8
  144. package/src/cli/simple-commands/fix-hook-variables.js +4 -4
  145. package/src/cli/simple-commands/github/init.js +2 -2
  146. package/src/cli/simple-commands/github.js +7 -7
  147. package/src/cli/simple-commands/goal.js +1 -1
  148. package/src/cli/simple-commands/hive-mind-optimize.js +10 -10
  149. package/src/cli/simple-commands/hive-mind-wizard.js +5 -5
  150. package/src/cli/simple-commands/hive-mind.js +34 -34
  151. package/src/cli/simple-commands/hive.js +4 -4
  152. package/src/cli/simple-commands/hook-safety.js +7 -7
  153. package/src/cli/simple-commands/init/claude-commands/claude-flow-commands.js +74 -74
  154. package/src/cli/simple-commands/init/claude-commands/optimized-claude-flow-commands.js +143 -143
  155. package/src/cli/simple-commands/init/claude-commands/optimized-slash-commands.js +13 -13
  156. package/src/cli/simple-commands/init/claude-commands/optimized-sparc-commands.js +41 -41
  157. package/src/cli/simple-commands/init/claude-commands/slash-commands.js +1 -1
  158. package/src/cli/simple-commands/init/claude-commands/sparc-commands.js +24 -24
  159. package/src/cli/simple-commands/init/executable-wrapper.js +11 -11
  160. package/src/cli/simple-commands/init/help.js +19 -19
  161. package/src/cli/simple-commands/init/index.js +13 -13
  162. package/src/cli/simple-commands/init/rollback/recovery-manager.js +1 -1
  163. package/src/cli/simple-commands/init/rollback/rollback-executor.js +2 -2
  164. package/src/cli/simple-commands/init/sparc/roo-readme.js +5 -5
  165. package/src/cli/simple-commands/init/templates/claude-md.js +41 -41
  166. package/src/cli/simple-commands/init/templates/coordination-md.js +55 -55
  167. package/src/cli/simple-commands/init/templates/enhanced-templates.js +175 -175
  168. package/src/cli/simple-commands/init/templates/memory-bank-md.js +22 -22
  169. package/src/cli/simple-commands/init/templates/safe-hook-patterns.js +4 -4
  170. package/src/cli/simple-commands/init/templates/settings.json +1 -1
  171. package/src/cli/simple-commands/init/templates/sparc-modes.js +75 -75
  172. package/src/cli/simple-commands/init/templates/verification-claude-md.js +39 -39
  173. package/src/cli/simple-commands/init/validation/config-validator.js +3 -3
  174. package/src/cli/simple-commands/init/validation/health-checker.js +1 -1
  175. package/src/cli/simple-commands/init/validation/mode-validator.js +2 -2
  176. package/src/cli/simple-commands/mcp.js +9 -9
  177. package/src/cli/simple-commands/migrate-hooks.js +2 -2
  178. package/src/cli/simple-commands/monitor.js +4 -4
  179. package/src/cli/simple-commands/neural.js +1 -1
  180. package/src/cli/simple-commands/pair-autofix-only.js +4 -4
  181. package/src/cli/simple-commands/pair-basic.js +7 -7
  182. package/src/cli/simple-commands/pair-old.js +9 -9
  183. package/src/cli/simple-commands/pair-working.js +4 -4
  184. package/src/cli/simple-commands/pair.js +4 -4
  185. package/src/cli/simple-commands/sparc/commands.js +5 -5
  186. package/src/cli/simple-commands/sparc-modes/architect.js +23 -23
  187. package/src/cli/simple-commands/sparc-modes/ask.js +21 -21
  188. package/src/cli/simple-commands/sparc-modes/code.js +23 -23
  189. package/src/cli/simple-commands/sparc-modes/debug.js +10 -10
  190. package/src/cli/simple-commands/sparc-modes/devops.js +11 -11
  191. package/src/cli/simple-commands/sparc-modes/docs-writer.js +3 -3
  192. package/src/cli/simple-commands/sparc-modes/generic.js +4 -4
  193. package/src/cli/simple-commands/sparc-modes/index.js +22 -22
  194. package/src/cli/simple-commands/sparc-modes/integration.js +3 -3
  195. package/src/cli/simple-commands/sparc-modes/mcp.js +3 -3
  196. package/src/cli/simple-commands/sparc-modes/monitoring.js +3 -3
  197. package/src/cli/simple-commands/sparc-modes/optimization.js +3 -3
  198. package/src/cli/simple-commands/sparc-modes/security-review.js +11 -11
  199. package/src/cli/simple-commands/sparc-modes/sparc-orchestrator.js +37 -37
  200. package/src/cli/simple-commands/sparc-modes/spec-pseudocode.js +3 -3
  201. package/src/cli/simple-commands/sparc-modes/supabase-admin.js +11 -11
  202. package/src/cli/simple-commands/sparc-modes/swarm.js +34 -34
  203. package/src/cli/simple-commands/sparc-modes/tdd.js +11 -11
  204. package/src/cli/simple-commands/sparc-modes/tutorial.js +30 -30
  205. package/src/cli/simple-commands/sparc.js +14 -14
  206. package/src/cli/simple-commands/start-ui.js +4 -4
  207. package/src/cli/simple-commands/start-wrapper.js +17 -17
  208. package/src/cli/simple-commands/status.js +3 -3
  209. package/src/cli/simple-commands/stream-chain.js +12 -12
  210. package/src/cli/simple-commands/swarm-metrics-integration.js +2 -2
  211. package/src/cli/simple-commands/swarm-ui.js +2 -2
  212. package/src/cli/simple-commands/swarm.js +19 -19
  213. package/src/cli/simple-commands/task.js +7 -7
  214. package/src/cli/simple-commands/training.js +5 -5
  215. package/src/cli/simple-commands/verification-training-integration.js +1 -1
  216. package/src/slash-commands/claude-soul.js +248 -365
  217. package/src/slash-commands/register-all-commands.js +1 -1
  218. package/wiki/README.md +2 -2
  219. package/wiki/accessibility/README.md +4 -4
  220. package/wiki/accessibility/assistive-tech/screen-reader-support.md +6 -6
  221. package/wiki/accessibility/automation/agent-testing-automation.md +13 -13
  222. package/wiki/accessibility/guidelines/wcag-compliance.md +6 -6
  223. package/wiki/accessibility/i18n/internationalization-strategies.md +6 -6
  224. package/wiki/accessibility/motor-accessibility/keyboard-navigation.md +7 -7
  225. package/wiki/accessibility/patterns/inclusive-design-patterns.md +4 -4
  226. package/wiki/accessibility/testing/automated-testing.md +9 -9
  227. package/wiki/accessibility/visual-design/color-contrast.md +7 -7
  228. package/wiki/accessibility/workflows/accessibility-first-development.md +22 -22
  229. package/wiki/accessibility/workflows/inclusive-design-review.md +9 -9
  230. package/wiki/api-reference/cli-api.md +15 -15
  231. package/wiki/api-reference/plugin-development.md +3 -3
  232. package/wiki/command-reference/README.md +34 -34
  233. package/wiki/command-reference/agent-commands.md +46 -46
  234. package/wiki/command-reference/cli-commands.md +21 -21
  235. package/wiki/command-reference/command-syntax.md +89 -89
  236. package/wiki/command-reference/expert-tier.md +184 -184
  237. package/wiki/command-reference/intermediate-tier.md +63 -63
  238. package/wiki/command-reference/mcp-integration.md +29 -29
  239. package/wiki/command-reference/mcp-tools/README.md +4 -4
  240. package/wiki/command-reference/mcp-tools/dual-access-workflows.md +1 -1
  241. package/wiki/command-reference/mcp-tools/index.md +2 -2
  242. package/wiki/command-reference/mcp-tools/quick-reference.md +4 -4
  243. package/wiki/command-reference/mcp-tools/session-management.md +2 -2
  244. package/wiki/command-reference/mcp-tools/task-tool-integration.md +3 -3
  245. package/wiki/command-reference/novice/README.md +1 -1
  246. package/wiki/command-reference/novice-tier.md +152 -152
  247. package/wiki/command-reference/progression-guide.md +107 -107
  248. package/wiki/command-reference/troubleshooting.md +113 -113
  249. package/wiki/command-reference/workflows.md +187 -187
  250. package/wiki/community/README.md +1 -1
  251. package/wiki/community/learning-resources.md +1 -1
  252. package/wiki/core-concepts/agents/agent-creation-guide.md +9 -9
  253. package/wiki/core-concepts/integration.md +7 -7
  254. package/wiki/core-concepts/sparc-workflow.md +5 -5
  255. package/wiki/examples/automation/cicd-pipeline/README.md +3 -3
  256. package/wiki/examples/basic/hello-world/README.md +7 -7
  257. package/wiki/examples/integration-patterns.md +15 -15
  258. package/wiki/examples/performance-benchmarks.md +11 -11
  259. package/wiki/examples/projects/rest-api/README.md +1 -1
  260. package/wiki/examples/scenarios/ecommerce/README.md +1 -1
  261. package/wiki/examples/swarm-patterns.md +63 -63
  262. package/wiki/examples/templates/download-system.md +1 -1
  263. package/wiki/examples/templates/javascript/README.md +2 -2
  264. package/wiki/examples/troubleshooting/README.md +2 -2
  265. package/wiki/examples/utilities/patterns/README.md +8 -8
  266. package/wiki/examples/videos/01-setup.md +16 -16
  267. package/wiki/examples/workflow-automation/README.md +5 -5
  268. package/wiki/getting-started/claude-code-mcp/README.md +2 -2
  269. package/wiki/getting-started/installation/README.md +7 -7
  270. package/wiki/getting-started/learning-path.md +2 -2
  271. package/wiki/getting-started/quick-start/README.md +2 -2
  272. package/wiki/getting-started/quick-start/cli-tutorial.md +1 -1
  273. package/wiki/governance/multi-project-coordination.md +1 -1
  274. package/wiki/languages/go/README.md +10 -10
  275. package/wiki/languages/go/examples/README.md +29 -29
  276. package/wiki/languages/go/frameworks/README.md +18 -18
  277. package/wiki/languages/go/integration/README.md +34 -34
  278. package/wiki/languages/go/microservices/README.md +17 -17
  279. package/wiki/languages/go/performance/README.md +13 -13
  280. package/wiki/languages/go/setup/README.md +20 -20
  281. package/wiki/languages/go/systems/README.md +10 -10
  282. package/wiki/languages/go/testing/README.md +14 -14
  283. package/wiki/languages/java/README.md +25 -25
  284. package/wiki/languages/java/claude-flow-integration.md +49 -49
  285. package/wiki/languages/java/enterprise-java.md +15 -15
  286. package/wiki/languages/java/examples.md +30 -30
  287. package/wiki/languages/java/microservices.md +22 -22
  288. package/wiki/languages/java/performance.md +13 -13
  289. package/wiki/languages/java/project-setup.md +10 -10
  290. package/wiki/languages/java/spring-boot.md +12 -12
  291. package/wiki/languages/java/testing.md +12 -12
  292. package/wiki/languages/javascript/api/README.md +20 -20
  293. package/wiki/languages/javascript/backend/README.md +19 -19
  294. package/wiki/languages/javascript/frontend/README.md +18 -18
  295. package/wiki/languages/javascript/integration.md +11 -11
  296. package/wiki/languages/javascript/setup/README.md +28 -28
  297. package/wiki/languages/javascript/testing/README.md +14 -14
  298. package/wiki/languages/python/README.md +3 -3
  299. package/wiki/languages/python/data-science/README.md +11 -11
  300. package/wiki/languages/python/examples/README.md +5 -5
  301. package/wiki/languages/python/integration.md +5 -5
  302. package/wiki/languages/python/mcp-integration.md +1 -1
  303. package/wiki/languages/python/setup/README.md +5 -5
  304. package/wiki/languages/python/testing/README.md +3 -3
  305. package/wiki/languages/python/web-development/README.md +1 -1
  306. package/wiki/languages/rust/README.md +1 -1
  307. package/wiki/languages/rust/examples/cli-mcp-workflows.md +33 -33
  308. package/wiki/languages/rust/examples/rest-api.md +5 -5
  309. package/wiki/languages/rust/setup/cargo-integration.md +14 -14
  310. package/wiki/languages/rust/testing/quality-validation.md +9 -9
  311. package/wiki/languages/rust/web-development/axum.md +6 -6
  312. package/wiki/languages/rust/workflows/systems-programming.md +5 -5
  313. package/wiki/languages/typescript/setup.md +2 -2
  314. package/wiki/troubleshooting/README.md +3 -3
  315. package/wiki/troubleshooting/common-issues/README.md +6 -6
  316. package/wiki/troubleshooting/common-issues.md +26 -26
  317. package/wiki/troubleshooting/error-resolution.md +5 -5
  318. package/wiki/troubleshooting/performance-optimization.md +11 -11
  319. package/wiki/tutorials/advanced/06-legacy-system-integration.md +1 -1
  320. package/wiki/tutorials/advanced/08-enterprise-scenarios.md +3 -3
  321. package/wiki/tutorials/advanced/performance-optimization.md +43 -43
  322. package/wiki/tutorials/advanced/swarm-orchestration.md +40 -40
  323. package/wiki/tutorials/intermediate/optimization.md +35 -35
  324. package/wiki/tutorials/skill-assessment.md +3 -3
  325. package/wiki/tutorials/skill-competency-matrix.md +1 -1
  326. package/wiki/tutorials/troubleshooting/setup-issues.md +3 -3
  327. package/wiki/video-tutorials/README.md +3 -3
  328. package/wiki/video-tutorials/accessibility/README.md +4 -4
  329. package/wiki/video-tutorials/community/README.md +1 -1
  330. package/wiki/video-tutorials/content-organization/README.md +5 -5
  331. package/wiki/video-tutorials/interactive/README.md +5 -5
  332. package/wiki/video-tutorials/planning/README.md +4 -4
  333. package/wiki/video-tutorials/technical-specs/README.md +2 -2
@@ -8,13 +8,13 @@ End-to-end testing commands using Playwright framework with MCP integration for
8
8
  ### Basic Commands
9
9
  ```bash
10
10
  # Run all E2E tests
11
- npx claude-flow sparc run playwright-tester "Execute full E2E test suite"
11
+ npx claude-flow-novice sparc run playwright-tester "Execute full E2E test suite"
12
12
 
13
13
  # Run specific test file
14
- npx claude-flow sparc run playwright-tester "Test web portal dashboard functionality"
14
+ npx claude-flow-novice sparc run playwright-tester "Test web portal dashboard functionality"
15
15
 
16
16
  # Run with specific browser
17
- npx claude-flow sparc run playwright-tester "Test mobile responsiveness on webkit"
17
+ npx claude-flow-novice sparc run playwright-tester "Test mobile responsiveness on webkit"
18
18
  ```
19
19
 
20
20
  ### Interactive Commands
@@ -32,13 +32,13 @@ npm run playwright:codegen
32
32
  ### MCP Integration Commands
33
33
  ```bash
34
34
  # Test MCP server connectivity via Playwright
35
- npx claude-flow mcp-test playwright-server
35
+ npx claude-flow-novice mcp-test playwright-server
36
36
 
37
37
  # Execute MCP commands through web interface
38
- npx claude-flow sparc batch playwright-tester,mcp-integration "Test command execution flow"
38
+ npx claude-flow-novice sparc batch playwright-tester,mcp-integration "Test command execution flow"
39
39
 
40
40
  # Monitor real-time MCP responses
41
- npx claude-flow swarm monitor --include-playwright-tests
41
+ npx claude-flow-novice swarm monitor --include-playwright-tests
42
42
  ```
43
43
 
44
44
  ## Command Categories
@@ -48,25 +48,25 @@ npx claude-flow swarm monitor --include-playwright-tests
48
48
  #### Full Suite Execution
49
49
  ```bash
50
50
  # All browsers, all tests
51
- npx claude-flow sparc run playwright-tester "Execute comprehensive E2E test suite across all browsers"
51
+ npx claude-flow-novice sparc run playwright-tester "Execute comprehensive E2E test suite across all browsers"
52
52
 
53
53
  # Performance-focused testing
54
- npx claude-flow sparc run playwright-tester "Run performance tests with network monitoring"
54
+ npx claude-flow-novice sparc run playwright-tester "Run performance tests with network monitoring"
55
55
 
56
56
  # Accessibility validation
57
- npx claude-flow sparc run playwright-tester "Validate web portal accessibility compliance"
57
+ npx claude-flow-novice sparc run playwright-tester "Validate web portal accessibility compliance"
58
58
  ```
59
59
 
60
60
  #### Targeted Testing
61
61
  ```bash
62
62
  # Authentication flow testing
63
- npx claude-flow sparc run playwright-tester "Test complete user authentication workflow"
63
+ npx claude-flow-novice sparc run playwright-tester "Test complete user authentication workflow"
64
64
 
65
65
  # MCP integration testing
66
- npx claude-flow sparc run playwright-tester "Validate MCP server communication and command execution"
66
+ npx claude-flow-novice sparc run playwright-tester "Validate MCP server communication and command execution"
67
67
 
68
68
  # Responsive design testing
69
- npx claude-flow sparc run playwright-tester "Test responsive design across mobile, tablet, and desktop"
69
+ npx claude-flow-novice sparc run playwright-tester "Test responsive design across mobile, tablet, and desktop"
70
70
  ```
71
71
 
72
72
  ### 2. **Development & Debugging**
@@ -112,7 +112,7 @@ npx playwright test --trace on-failure-retry
112
112
  npx playwright show-report
113
113
 
114
114
  # Generate custom report
115
- npx claude-flow sparc run playwright-tester "Generate comprehensive test report with performance metrics"
115
+ npx claude-flow-novice sparc run playwright-tester "Generate comprehensive test report with performance metrics"
116
116
 
117
117
  # Export test results
118
118
  npx playwright test --reporter=junit --output-dir=reports
@@ -121,10 +121,10 @@ npx playwright test --reporter=junit --output-dir=reports
121
121
  #### Performance Analysis
122
122
  ```bash
123
123
  # Performance-focused test run
124
- npx claude-flow sparc run playwright-tester "Execute performance benchmark tests with detailed timing analysis"
124
+ npx claude-flow-novice sparc run playwright-tester "Execute performance benchmark tests with detailed timing analysis"
125
125
 
126
126
  # Network monitoring tests
127
- npx claude-flow sparc run playwright-tester "Monitor network requests and identify bottlenecks"
127
+ npx claude-flow-novice sparc run playwright-tester "Monitor network requests and identify bottlenecks"
128
128
  ```
129
129
 
130
130
  ### 4. **CI/CD Integration**
@@ -147,7 +147,7 @@ npx playwright test --retries=2
147
147
  docker run --rm -v $(pwd):/app -w /app mcr.microsoft.com/playwright:latest npm run test:e2e:playwright
148
148
 
149
149
  # With custom Docker setup
150
- npx claude-flow sparc run playwright-tester "Execute E2E tests in containerized environment"
150
+ npx claude-flow-novice sparc run playwright-tester "Execute E2E tests in containerized environment"
151
151
  ```
152
152
 
153
153
  ## Swarm Coordination Commands
@@ -155,28 +155,28 @@ npx claude-flow sparc run playwright-tester "Execute E2E tests in containerized
155
155
  ### Multi-Agent Coordination
156
156
  ```bash
157
157
  # Coordinate with multiple testing agents
158
- npx claude-flow swarm init hierarchical --max-agents 5
159
- npx claude-flow agent spawn playwright-tester
160
- npx claude-flow agent spawn performance-analyzer
161
- npx claude-flow task orchestrate "Execute comprehensive web portal testing with performance analysis"
158
+ npx claude-flow-novice swarm init hierarchical --max-agents 5
159
+ npx claude-flow-novice agent spawn playwright-tester
160
+ npx claude-flow-novice agent spawn performance-analyzer
161
+ npx claude-flow-novice task orchestrate "Execute comprehensive web portal testing with performance analysis"
162
162
  ```
163
163
 
164
164
  ### Memory-Integrated Testing
165
165
  ```bash
166
166
  # Store test results in swarm memory
167
- npx claude-flow sparc run playwright-tester "Execute tests and store results in coordination memory for team review"
167
+ npx claude-flow-novice sparc run playwright-tester "Execute tests and store results in coordination memory for team review"
168
168
 
169
169
  # Load previous test context
170
- npx claude-flow sparc run playwright-tester "Continue testing from previous session state"
170
+ npx claude-flow-novice sparc run playwright-tester "Continue testing from previous session state"
171
171
  ```
172
172
 
173
173
  ### Real-Time Coordination
174
174
  ```bash
175
175
  # Monitor testing progress
176
- npx claude-flow swarm monitor --agent-type playwright-tester
176
+ npx claude-flow-novice swarm monitor --agent-type playwright-tester
177
177
 
178
178
  # Stream test results
179
- npx claude-flow swarm status --include-test-metrics
179
+ npx claude-flow-novice swarm status --include-test-metrics
180
180
  ```
181
181
 
182
182
  ## Advanced Usage Patterns
@@ -184,28 +184,28 @@ npx claude-flow swarm status --include-test-metrics
184
184
  ### 1. **Parallel Test Execution**
185
185
  ```bash
186
186
  # Parallel execution across multiple agents
187
- npx claude-flow sparc batch playwright-tester,playwright-tester,playwright-tester "Split test suite across three parallel agents"
187
+ npx claude-flow-novice sparc batch playwright-tester,playwright-tester,playwright-tester "Split test suite across three parallel agents"
188
188
 
189
189
  # Browser-specific parallel testing
190
- npx claude-flow sparc concurrent playwright-tester "tests-chromium.txt,tests-firefox.txt,tests-webkit.txt"
190
+ npx claude-flow-novice sparc concurrent playwright-tester "tests-chromium.txt,tests-firefox.txt,tests-webkit.txt"
191
191
  ```
192
192
 
193
193
  ### 2. **Environment-Specific Testing**
194
194
  ```bash
195
195
  # Staging environment testing
196
- BASEURL=https://staging.example.com npx claude-flow sparc run playwright-tester "Test staging environment functionality"
196
+ BASEURL=https://staging.example.com npx claude-flow-novice sparc run playwright-tester "Test staging environment functionality"
197
197
 
198
198
  # Production smoke tests
199
- ENVIRONMENT=production npx claude-flow sparc run playwright-tester "Execute production smoke test suite"
199
+ ENVIRONMENT=production npx claude-flow-novice sparc run playwright-tester "Execute production smoke test suite"
200
200
  ```
201
201
 
202
202
  ### 3. **API Integration Testing**
203
203
  ```bash
204
204
  # Combined API and UI testing
205
- npx claude-flow sparc batch api-tester,playwright-tester "Test API endpoints and UI integration"
205
+ npx claude-flow-novice sparc batch api-tester,playwright-tester "Test API endpoints and UI integration"
206
206
 
207
207
  # Mock API testing
208
- npx claude-flow sparc run playwright-tester "Test UI with mocked API responses"
208
+ npx claude-flow-novice sparc run playwright-tester "Test UI with mocked API responses"
209
209
  ```
210
210
 
211
211
  ## Configuration Commands
@@ -243,7 +243,7 @@ npx playwright --version
243
243
  npx playwright install --dry-run
244
244
 
245
245
  # Test connectivity
246
- npx claude-flow health-check --include-playwright
246
+ npx claude-flow-novice health-check --include-playwright
247
247
  ```
248
248
 
249
249
  ### Error Resolution
@@ -252,7 +252,7 @@ npx claude-flow health-check --include-playwright
252
252
  rm -rf test-results/ playwright-report/
253
253
 
254
254
  # Reset test state
255
- npx claude-flow sparc run playwright-tester "Reset and clean test environment state"
255
+ npx claude-flow-novice sparc run playwright-tester "Reset and clean test environment state"
256
256
 
257
257
  # Debug specific failure
258
258
  npx playwright test tests/e2e/web-portal.spec.ts --debug --grep "failing test name"
@@ -265,22 +265,22 @@ npx playwright test tests/e2e/web-portal.spec.ts --debug --grep "failing test na
265
265
  # .github/workflows/e2e-tests.yml
266
266
  - name: Run Playwright tests
267
267
  run: |
268
- npx claude-flow sparc run playwright-tester "Execute E2E tests for CI/CD pipeline"
268
+ npx claude-flow-novice sparc run playwright-tester "Execute E2E tests for CI/CD pipeline"
269
269
  ```
270
270
 
271
271
  ### With MCP Servers
272
272
  ```bash
273
273
  # Ensure MCP servers are running
274
- npx claude-flow mcp status
274
+ npx claude-flow-novice mcp status
275
275
 
276
276
  # Test MCP integration specifically
277
- npx claude-flow sparc run playwright-tester "Validate all MCP server integrations via web interface"
277
+ npx claude-flow-novice sparc run playwright-tester "Validate all MCP server integrations via web interface"
278
278
  ```
279
279
 
280
280
  ### With Performance Monitoring
281
281
  ```bash
282
282
  # Combined performance and functional testing
283
- npx claude-flow sparc batch playwright-tester,performance-analyzer "Execute E2E tests with comprehensive performance monitoring"
283
+ npx claude-flow-novice sparc batch playwright-tester,performance-analyzer "Execute E2E tests with comprehensive performance monitoring"
284
284
  ```
285
285
 
286
286
  ---
@@ -4,7 +4,7 @@ Update neural models with new data.
4
4
 
5
5
  ## Usage
6
6
  ```bash
7
- npx claude-flow training model-update [options]
7
+ npx claude-flow-novice training model-update [options]
8
8
  ```
9
9
 
10
10
  ## Options
@@ -15,11 +15,11 @@ npx claude-flow training model-update [options]
15
15
  ## Examples
16
16
  ```bash
17
17
  # Update all models
18
- npx claude-flow training model-update
18
+ npx claude-flow-novice training model-update
19
19
 
20
20
  # Specific model
21
- npx claude-flow training model-update --model agent-selector
21
+ npx claude-flow-novice training model-update --model agent-selector
22
22
 
23
23
  # Incremental with validation
24
- npx claude-flow training model-update --incremental --validate
24
+ npx claude-flow-novice training model-update --incremental --validate
25
25
  ```
@@ -64,11 +64,11 @@ Parameters: {
64
64
  ## CLI Usage
65
65
  ```bash
66
66
  # Train neural patterns via CLI
67
- npx claude-flow neural train --type coordination --epochs 50
67
+ npx claude-flow-novice neural train --type coordination --epochs 50
68
68
 
69
69
  # Check neural status
70
- npx claude-flow neural status
70
+ npx claude-flow-novice neural status
71
71
 
72
72
  # Analyze patterns
73
- npx claude-flow neural patterns --analyze
73
+ npx claude-flow-novice neural patterns --analyze
74
74
  ```
@@ -4,7 +4,7 @@ Train neural patterns from operations.
4
4
 
5
5
  ## Usage
6
6
  ```bash
7
- npx claude-flow training neural-train [options]
7
+ npx claude-flow-novice training neural-train [options]
8
8
  ```
9
9
 
10
10
  ## Options
@@ -15,11 +15,11 @@ npx claude-flow training neural-train [options]
15
15
  ## Examples
16
16
  ```bash
17
17
  # Train from recent ops
18
- npx claude-flow training neural-train --data recent
18
+ npx claude-flow-novice training neural-train --data recent
19
19
 
20
20
  # Specific model
21
- npx claude-flow training neural-train --model task-predictor
21
+ npx claude-flow-novice training neural-train --model task-predictor
22
22
 
23
23
  # Custom epochs
24
- npx claude-flow training neural-train --epochs 100
24
+ npx claude-flow-novice training neural-train --epochs 100
25
25
  ```
@@ -4,7 +4,7 @@ Learn patterns from successful operations.
4
4
 
5
5
  ## Usage
6
6
  ```bash
7
- npx claude-flow training pattern-learn [options]
7
+ npx claude-flow-novice training pattern-learn [options]
8
8
  ```
9
9
 
10
10
  ## Options
@@ -15,11 +15,11 @@ npx claude-flow training pattern-learn [options]
15
15
  ## Examples
16
16
  ```bash
17
17
  # Learn from all ops
18
- npx claude-flow training pattern-learn
18
+ npx claude-flow-novice training pattern-learn
19
19
 
20
20
  # High success only
21
- npx claude-flow training pattern-learn --threshold 0.9
21
+ npx claude-flow-novice training pattern-learn --threshold 0.9
22
22
 
23
23
  # Save patterns
24
- npx claude-flow training pattern-learn --save optimal-patterns
24
+ npx claude-flow-novice training pattern-learn --save optimal-patterns
25
25
  ```
@@ -56,8 +56,8 @@ Agents share learnings across sessions for cumulative expertise!
56
56
  ## CLI Usage
57
57
  ```bash
58
58
  # Train agent specialization via CLI
59
- npx claude-flow train agent --type coder --capabilities "react,typescript"
59
+ npx claude-flow-novice train agent --type coder --capabilities "react,typescript"
60
60
 
61
61
  # Check specializations
62
- npx claude-flow agent list --specializations
62
+ npx claude-flow-novice agent list --specializations
63
63
  ```
@@ -9,7 +9,7 @@ The `truth` command provides comprehensive insights into code quality, agent per
9
9
  ## Usage
10
10
 
11
11
  ```bash
12
- claude-flow truth [options]
12
+ claude-flow-novice truth [options]
13
13
  ```
14
14
 
15
15
  ## Options
@@ -45,28 +45,28 @@ claude-flow truth [options]
45
45
  ### Basic Usage
46
46
  ```bash
47
47
  # View current truth scores
48
- claude-flow truth
48
+ claude-flow-novice truth
49
49
 
50
50
  # View scores for last 7 days
51
- claude-flow truth --period 7d
51
+ claude-flow-novice truth --period 7d
52
52
 
53
53
  # Export to HTML report
54
- claude-flow truth --export report.html --format html
54
+ claude-flow-novice truth --export report.html --format html
55
55
  ```
56
56
 
57
57
  ### Advanced Analysis
58
58
  ```bash
59
59
  # Monitor real-time scores
60
- claude-flow truth --watch
60
+ claude-flow-novice truth --watch
61
61
 
62
62
  # Find problematic files
63
- claude-flow truth --threshold 0.8
63
+ claude-flow-novice truth --threshold 0.8
64
64
 
65
65
  # Agent-specific metrics
66
- claude-flow truth --agent coder --period 24h
66
+ claude-flow-novice truth --agent coder --period 24h
67
67
 
68
68
  # JSON for processing
69
- claude-flow truth --format json | jq '.overall_score'
69
+ claude-flow-novice truth --format json | jq '.overall_score'
70
70
  ```
71
71
 
72
72
  ## Dashboard View
@@ -100,7 +100,7 @@ Recent Tasks:
100
100
  # GitHub Actions example
101
101
  - name: Check Truth Scores
102
102
  run: |
103
- claude-flow truth --format json > truth.json
103
+ claude-flow-novice truth --format json > truth.json
104
104
  score=$(jq '.overall_score' truth.json)
105
105
  if (( $(echo "$score < 0.95" | bc -l) )); then
106
106
  echo "Truth score too low: $score"
@@ -111,7 +111,7 @@ Recent Tasks:
111
111
  ### With Monitoring
112
112
  ```bash
113
113
  # Send to monitoring system
114
- claude-flow truth --format json | \
114
+ claude-flow-novice truth --format json | \
115
115
  curl -X POST https://metrics.example.com/api/truth \
116
116
  -H "Content-Type: application/json" \
117
117
  -d @-
@@ -5,7 +5,7 @@ Run verification checks on code, tasks, or agent outputs.
5
5
  ## Usage
6
6
 
7
7
  ```bash
8
- claude-flow verify check [options]
8
+ claude-flow-novice verify check [options]
9
9
  ```
10
10
 
11
11
  ## Options
@@ -22,16 +22,16 @@ claude-flow verify check [options]
22
22
 
23
23
  ```bash
24
24
  # Basic file verification
25
- claude-flow verify check --file src/app.js
25
+ claude-flow-novice verify check --file src/app.js
26
26
 
27
27
  # Verify with higher threshold
28
- claude-flow verify check --file src/critical.js --threshold 0.99
28
+ claude-flow-novice verify check --file src/critical.js --threshold 0.99
29
29
 
30
30
  # Verify and auto-fix issues
31
- claude-flow verify check --directory src/ --auto-fix
31
+ claude-flow-novice verify check --directory src/ --auto-fix
32
32
 
33
33
  # Get JSON output for CI/CD
34
- claude-flow verify check --json > verification.json
34
+ claude-flow-novice verify check --json > verification.json
35
35
  ```
36
36
 
37
37
  ## Truth Scoring
@@ -12,36 +12,36 @@ The verification system provides real-time truth checking and validation for all
12
12
  Run verification checks on current code or agent outputs.
13
13
 
14
14
  ```bash
15
- claude-flow verify check --file src/app.js
16
- claude-flow verify check --task "task-123"
17
- claude-flow verify check --threshold 0.98
15
+ claude-flow-novice verify check --file src/app.js
16
+ claude-flow-novice verify check --task "task-123"
17
+ claude-flow-novice verify check --threshold 0.98
18
18
  ```
19
19
 
20
20
  ### `verify rollback`
21
21
  Automatically rollback changes that fail verification.
22
22
 
23
23
  ```bash
24
- claude-flow verify rollback --to-commit abc123
25
- claude-flow verify rollback --last-good
26
- claude-flow verify rollback --interactive
24
+ claude-flow-novice verify rollback --to-commit abc123
25
+ claude-flow-novice verify rollback --last-good
26
+ claude-flow-novice verify rollback --interactive
27
27
  ```
28
28
 
29
29
  ### `verify report`
30
30
  Generate verification reports and metrics.
31
31
 
32
32
  ```bash
33
- claude-flow verify report --format json
34
- claude-flow verify report --export metrics.html
35
- claude-flow verify report --period 7d
33
+ claude-flow-novice verify report --format json
34
+ claude-flow-novice verify report --export metrics.html
35
+ claude-flow-novice verify report --period 7d
36
36
  ```
37
37
 
38
38
  ### `verify dashboard`
39
39
  Launch interactive verification dashboard.
40
40
 
41
41
  ```bash
42
- claude-flow verify dashboard
43
- claude-flow verify dashboard --port 3000
44
- claude-flow verify dashboard --export
42
+ claude-flow-novice verify dashboard
43
+ claude-flow-novice verify dashboard --port 3000
44
+ claude-flow-novice verify dashboard --export
45
45
  ```
46
46
 
47
47
  ## Configuration
@@ -68,18 +68,18 @@ Configure in `.claude-flow/config.json`:
68
68
 
69
69
  ### With Swarm Commands
70
70
  ```bash
71
- claude-flow swarm --verify --threshold 0.98
72
- claude-flow hive-mind --verify
71
+ claude-flow-novice swarm --verify --threshold 0.98
72
+ claude-flow-novice hive-mind --verify
73
73
  ```
74
74
 
75
75
  ### With Training Pipeline
76
76
  ```bash
77
- claude-flow train --verify --rollback-on-fail
77
+ claude-flow-novice train --verify --rollback-on-fail
78
78
  ```
79
79
 
80
80
  ### With Pair Programming
81
81
  ```bash
82
- claude-flow pair --verify --real-time
82
+ claude-flow-novice pair --verify --real-time
83
83
  ```
84
84
 
85
85
  ## Metrics
@@ -94,25 +94,25 @@ claude-flow pair --verify --real-time
94
94
  ### Basic Verification
95
95
  ```bash
96
96
  # Verify current directory
97
- claude-flow verify check
97
+ claude-flow-novice verify check
98
98
 
99
99
  # Verify with custom threshold
100
- claude-flow verify check --threshold 0.99
100
+ claude-flow-novice verify check --threshold 0.99
101
101
 
102
102
  # Verify and auto-fix
103
- claude-flow verify check --auto-fix
103
+ claude-flow-novice verify check --auto-fix
104
104
  ```
105
105
 
106
106
  ### Advanced Workflows
107
107
  ```bash
108
108
  # Continuous verification during development
109
- claude-flow verify watch --directory src/
109
+ claude-flow-novice verify watch --directory src/
110
110
 
111
111
  # Batch verification
112
- claude-flow verify batch --files "*.js" --parallel
112
+ claude-flow-novice verify batch --files "*.js" --parallel
113
113
 
114
114
  # Integration testing
115
- claude-flow verify integration --test-suite full
115
+ claude-flow-novice verify integration --test-suite full
116
116
  ```
117
117
 
118
118
  ## Performance
@@ -68,11 +68,11 @@ Remember: All code is written by Claude Code using its native tools!
68
68
  ## CLI Usage
69
69
  ```bash
70
70
  # Start development workflow via CLI
71
- npx claude-flow workflow dev "REST API with auth"
71
+ npx claude-flow-novice workflow dev "REST API with auth"
72
72
 
73
73
  # Create custom workflow
74
- npx claude-flow workflow create --name "api-dev" --steps "design,implement,test,deploy"
74
+ npx claude-flow-novice workflow create --name "api-dev" --steps "design,implement,test,deploy"
75
75
 
76
76
  # Execute saved workflow
77
- npx claude-flow workflow execute api-dev
77
+ npx claude-flow-novice workflow execute api-dev
78
78
  ```
@@ -56,8 +56,8 @@ Remember: The swarm coordinates HOW Claude Code researches, not WHAT it finds.
56
56
  ## CLI Usage
57
57
  ```bash
58
58
  # Start research workflow via CLI
59
- npx claude-flow workflow research "modern web frameworks"
59
+ npx claude-flow-novice workflow research "modern web frameworks"
60
60
 
61
61
  # Export research workflow
62
- npx claude-flow workflow export research --format json
62
+ npx claude-flow-novice workflow export research --format json
63
63
  ```
@@ -4,7 +4,7 @@ Create reusable workflow templates.
4
4
 
5
5
  ## Usage
6
6
  ```bash
7
- npx claude-flow workflow create [options]
7
+ npx claude-flow-novice workflow create [options]
8
8
  ```
9
9
 
10
10
  ## Options
@@ -15,11 +15,11 @@ npx claude-flow workflow create [options]
15
15
  ## Examples
16
16
  ```bash
17
17
  # Create workflow
18
- npx claude-flow workflow create --name "deploy-api"
18
+ npx claude-flow-novice workflow create --name "deploy-api"
19
19
 
20
20
  # From history
21
- npx claude-flow workflow create --name "test-suite" --from-history
21
+ npx claude-flow-novice workflow create --name "test-suite" --from-history
22
22
 
23
23
  # Interactive mode
24
- npx claude-flow workflow create --interactive
24
+ npx claude-flow-novice workflow create --interactive
25
25
  ```
@@ -4,7 +4,7 @@ Execute saved workflows.
4
4
 
5
5
  ## Usage
6
6
  ```bash
7
- npx claude-flow workflow execute [options]
7
+ npx claude-flow-novice workflow execute [options]
8
8
  ```
9
9
 
10
10
  ## Options
@@ -15,11 +15,11 @@ npx claude-flow workflow execute [options]
15
15
  ## Examples
16
16
  ```bash
17
17
  # Execute workflow
18
- npx claude-flow workflow execute --name "deploy-api"
18
+ npx claude-flow-novice workflow execute --name "deploy-api"
19
19
 
20
20
  # With parameters
21
- npx claude-flow workflow execute --name "test-suite" --params '{"env": "staging"}'
21
+ npx claude-flow-novice workflow execute --name "test-suite" --params '{"env": "staging"}'
22
22
 
23
23
  # Dry run
24
- npx claude-flow workflow execute --name "deploy-api" --dry-run
24
+ npx claude-flow-novice workflow execute --name "deploy-api" --dry-run
25
25
  ```
@@ -4,7 +4,7 @@ Export workflows for sharing.
4
4
 
5
5
  ## Usage
6
6
  ```bash
7
- npx claude-flow workflow export [options]
7
+ npx claude-flow-novice workflow export [options]
8
8
  ```
9
9
 
10
10
  ## Options
@@ -15,11 +15,11 @@ npx claude-flow workflow export [options]
15
15
  ## Examples
16
16
  ```bash
17
17
  # Export workflow
18
- npx claude-flow workflow export --name "deploy-api"
18
+ npx claude-flow-novice workflow export --name "deploy-api"
19
19
 
20
20
  # As YAML
21
- npx claude-flow workflow export --name "test-suite" --format yaml
21
+ npx claude-flow-novice workflow export --name "test-suite" --format yaml
22
22
 
23
23
  # With history
24
- npx claude-flow workflow export --name "deploy-api" --include-history
24
+ npx claude-flow-novice workflow export --name "deploy-api" --include-history
25
25
  ```
@@ -19,26 +19,26 @@ This directory contains configuration files for Claude Flow system settings and
19
19
  - **simple-config.json**: Getting started configuration with essential settings
20
20
  ```bash
21
21
  cd examples
22
- ../claude-flow orchestrate --config ./01-configurations/basic/simple-config.json workflow.json
22
+ ../claude-flow-novice orchestrate --config ./01-configurations/basic/simple-config.json workflow.json
23
23
  ```
24
24
 
25
25
  ### Minimal Configurations (`minimal/`)
26
26
  - **minimal-config.json**: Absolute minimum required - uses defaults for everything else
27
27
  ```bash
28
- ../claude-flow sparc run tdd "create feature" --config ./01-configurations/minimal/minimal-config.json
28
+ ../claude-flow-novice sparc run tdd "create feature" --config ./01-configurations/minimal/minimal-config.json
29
29
  ```
30
30
 
31
31
  ### Advanced Configurations (`advanced/`)
32
32
  - **production-config.json**: Enterprise-ready with Redis, monitoring, security, and load balancing
33
33
  ```bash
34
- ../claude-flow orchestrate --config ./01-configurations/advanced/production-config.json workflow.json
34
+ ../claude-flow-novice orchestrate --config ./01-configurations/advanced/production-config.json workflow.json
35
35
  ```
36
36
 
37
37
  ### Specialized Configurations (`specialized/`)
38
38
  - **research-config.json**: Optimized for research tasks with custom tools and memory schemas
39
39
  - **testing-config.json**: Test generation and execution with coverage requirements
40
40
  ```bash
41
- ../claude-flow test generate --config ./01-configurations/specialized/testing-config.json src/
41
+ ../claude-flow-novice test generate --config ./01-configurations/specialized/testing-config.json src/
42
42
  ```
43
43
 
44
44
  ## Legacy File
@@ -46,7 +46,7 @@ This directory contains configuration files for Claude Flow system settings and
46
46
  ### development-config.json
47
47
  The original comprehensive configuration example showing all available options:
48
48
  ```bash
49
- ../claude-flow orchestrate --config ./01-configurations/development-config.json workflow.json
49
+ ../claude-flow-novice orchestrate --config ./01-configurations/development-config.json workflow.json
50
50
  ```
51
51
 
52
52
  ## Configuration Sections