claude-flow-novice 1.3.3 → 1.3.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (333) hide show
  1. package/.claude/agents/github/release-manager.md +1 -1
  2. package/.claude/agents/github/repo-architect.md +2 -2
  3. package/.claude/agents/optimization/README.md +12 -12
  4. package/.claude/agents/optimization/benchmark-suite.md +8 -8
  5. package/.claude/agents/optimization/load-balancer.md +7 -7
  6. package/.claude/agents/optimization/performance-monitor.md +8 -8
  7. package/.claude/agents/optimization/resource-allocator.md +9 -9
  8. package/.claude/agents/optimization/topology-optimizer.md +8 -8
  9. package/.claude/agents/swarm/README.md +8 -8
  10. package/.claude/agents/testing/e2e/playwright-agent.md +1 -1
  11. package/.claude/commands/agents/agent-capabilities.md +2 -2
  12. package/.claude/commands/agents/agent-coordination.md +3 -3
  13. package/.claude/commands/agents/agent-types.md +1 -1
  14. package/.claude/commands/analysis/bottleneck-detect.md +5 -5
  15. package/.claude/commands/analysis/performance-report.md +4 -4
  16. package/.claude/commands/analysis/token-usage.md +4 -4
  17. package/.claude/commands/automation/auto-agent.md +5 -5
  18. package/.claude/commands/automation/self-healing.md +1 -1
  19. package/.claude/commands/automation/session-memory.md +1 -1
  20. package/.claude/commands/automation/smart-agents.md +1 -1
  21. package/.claude/commands/automation/smart-spawn.md +4 -4
  22. package/.claude/commands/automation/workflow-select.md +4 -4
  23. package/.claude/commands/claude-soul.js +22 -556
  24. package/.claude/commands/coordination/agent-spawn.md +4 -4
  25. package/.claude/commands/coordination/coordination-system.md +14 -14
  26. package/.claude/commands/coordination/swarm-init.md +5 -5
  27. package/.claude/commands/coordination/task-orchestrate.md +4 -4
  28. package/.claude/commands/github/code-review.md +4 -4
  29. package/.claude/commands/github/github-swarm.md +5 -5
  30. package/.claude/commands/github/issue-triage.md +4 -4
  31. package/.claude/commands/github/pr-enhance.md +4 -4
  32. package/.claude/commands/github/release-manager.md +1 -1
  33. package/.claude/commands/github/repo-analyze.md +4 -4
  34. package/.claude/commands/github/repo-architect.md +2 -2
  35. package/.claude/commands/hive-mind/hive-mind-consensus.md +1 -1
  36. package/.claude/commands/hive-mind/hive-mind-init.md +3 -3
  37. package/.claude/commands/hive-mind/hive-mind-memory.md +1 -1
  38. package/.claude/commands/hive-mind/hive-mind-metrics.md +1 -1
  39. package/.claude/commands/hive-mind/hive-mind-resume.md +1 -1
  40. package/.claude/commands/hive-mind/hive-mind-sessions.md +1 -1
  41. package/.claude/commands/hive-mind/hive-mind-spawn.md +4 -4
  42. package/.claude/commands/hive-mind/hive-mind-status.md +1 -1
  43. package/.claude/commands/hive-mind/hive-mind-stop.md +1 -1
  44. package/.claude/commands/hive-mind/hive-mind-wizard.md +1 -1
  45. package/.claude/commands/hive-mind/hive-mind.md +4 -4
  46. package/.claude/commands/hooks/overview.md +1 -1
  47. package/.claude/commands/hooks/post-edit.md +6 -6
  48. package/.claude/commands/hooks/post-task.md +6 -6
  49. package/.claude/commands/hooks/pre-edit.md +6 -6
  50. package/.claude/commands/hooks/pre-task.md +6 -6
  51. package/.claude/commands/hooks/session-end.md +6 -6
  52. package/.claude/commands/hooks/setup.md +6 -6
  53. package/.claude/commands/hooks.md +1 -1
  54. package/.claude/commands/memory/memory-bank.md +4 -4
  55. package/.claude/commands/memory/memory-persist.md +4 -4
  56. package/.claude/commands/memory/memory-search.md +4 -4
  57. package/.claude/commands/memory/memory-usage.md +4 -4
  58. package/.claude/commands/monitoring/agent-metrics.md +4 -4
  59. package/.claude/commands/monitoring/real-time-view.md +4 -4
  60. package/.claude/commands/monitoring/swarm-monitor.md +4 -4
  61. package/.claude/commands/optimization/auto-topology.md +2 -2
  62. package/.claude/commands/optimization/cache-manage.md +4 -4
  63. package/.claude/commands/optimization/parallel-execute.md +4 -4
  64. package/.claude/commands/optimization/parallel-execution.md +1 -1
  65. package/.claude/commands/optimization/topology-optimize.md +4 -4
  66. package/.claude/commands/pair/README.md +20 -20
  67. package/.claude/commands/pair/config.md +16 -16
  68. package/.claude/commands/pair/examples.md +11 -11
  69. package/.claude/commands/pair/modes.md +17 -17
  70. package/.claude/commands/pair/session.md +27 -27
  71. package/.claude/commands/pair/start.md +12 -12
  72. package/.claude/commands/sparc/analyzer.md +3 -3
  73. package/.claude/commands/sparc/architect.md +3 -3
  74. package/.claude/commands/sparc/batch-executor.md +3 -3
  75. package/.claude/commands/sparc/coder.md +3 -3
  76. package/.claude/commands/sparc/debugger.md +3 -3
  77. package/.claude/commands/sparc/designer.md +3 -3
  78. package/.claude/commands/sparc/documenter.md +3 -3
  79. package/.claude/commands/sparc/innovator.md +3 -3
  80. package/.claude/commands/sparc/memory-manager.md +3 -3
  81. package/.claude/commands/sparc/optimizer.md +3 -3
  82. package/.claude/commands/sparc/orchestrator.md +10 -10
  83. package/.claude/commands/sparc/researcher.md +3 -3
  84. package/.claude/commands/sparc/reviewer.md +3 -3
  85. package/.claude/commands/sparc/sparc-modes.md +13 -13
  86. package/.claude/commands/sparc/swarm-coordinator.md +3 -3
  87. package/.claude/commands/sparc/tdd.md +3 -3
  88. package/.claude/commands/sparc/tester.md +3 -3
  89. package/.claude/commands/sparc/workflow-manager.md +3 -3
  90. package/.claude/commands/stream-chain/pipeline.md +10 -10
  91. package/.claude/commands/stream-chain/run.md +4 -4
  92. package/.claude/commands/swarm/analysis.md +1 -1
  93. package/.claude/commands/swarm/development.md +1 -1
  94. package/.claude/commands/swarm/examples.md +3 -3
  95. package/.claude/commands/swarm/maintenance.md +1 -1
  96. package/.claude/commands/swarm/optimization.md +1 -1
  97. package/.claude/commands/swarm/research.md +1 -1
  98. package/.claude/commands/swarm/swarm-analysis.md +1 -1
  99. package/.claude/commands/swarm/swarm-background.md +1 -1
  100. package/.claude/commands/swarm/swarm-init.md +3 -3
  101. package/.claude/commands/swarm/swarm-modes.md +1 -1
  102. package/.claude/commands/swarm/swarm-monitor.md +1 -1
  103. package/.claude/commands/swarm/swarm-spawn.md +3 -3
  104. package/.claude/commands/swarm/swarm-status.md +1 -1
  105. package/.claude/commands/swarm/swarm-strategies.md +1 -1
  106. package/.claude/commands/swarm/swarm.md +4 -4
  107. package/.claude/commands/swarm/testing.md +1 -1
  108. package/.claude/commands/testing/playwright-e2e.md +36 -36
  109. package/.claude/commands/training/model-update.md +4 -4
  110. package/.claude/commands/training/neural-patterns.md +3 -3
  111. package/.claude/commands/training/neural-train.md +4 -4
  112. package/.claude/commands/training/pattern-learn.md +4 -4
  113. package/.claude/commands/training/specialization.md +2 -2
  114. package/.claude/commands/truth/start.md +10 -10
  115. package/.claude/commands/verify/check.md +5 -5
  116. package/.claude/commands/verify/start.md +22 -22
  117. package/.claude/commands/workflows/development.md +3 -3
  118. package/.claude/commands/workflows/research.md +2 -2
  119. package/.claude/commands/workflows/workflow-create.md +4 -4
  120. package/.claude/commands/workflows/workflow-execute.md +4 -4
  121. package/.claude/commands/workflows/workflow-export.md +4 -4
  122. package/examples/01-configurations/README.md +5 -5
  123. package/examples/02-workflows/README.md +8 -8
  124. package/examples/04-testing/incremental-updates-guide.md +3 -3
  125. package/examples/06-tutorials/getting-started/01-first-swarm.md +4 -4
  126. package/examples/06-tutorials/sparc/sparc-tdd-guide.md +13 -13
  127. package/examples/06-tutorials/sparc-batchtool-orchestration.md +54 -54
  128. package/examples/06-tutorials/workflows/multi-agent-coordination.md +9 -9
  129. package/examples/README-batch-init.md +50 -50
  130. package/examples/README.md +2 -2
  131. package/examples/automation-examples.md +13 -13
  132. package/examples/rest-api-simple/README-ARCHITECTURE.md +7 -7
  133. package/examples/rest-api-simple/implementation-plan.md +7 -7
  134. package/examples/rest-api-simple/next-steps.md +5 -5
  135. package/examples/rest-api-simple/sparc-implementation-roadmap.md +12 -12
  136. package/package.json +1 -1
  137. package/src/cli/simple-commands/agent.js +9 -9
  138. package/src/cli/simple-commands/analysis.js +17 -17
  139. package/src/cli/simple-commands/automation-executor.js +1 -1
  140. package/src/cli/simple-commands/automation.js +14 -14
  141. package/src/cli/simple-commands/batch-manager.js +10 -10
  142. package/src/cli/simple-commands/config.js +14 -14
  143. package/src/cli/simple-commands/coordination.js +8 -8
  144. package/src/cli/simple-commands/fix-hook-variables.js +4 -4
  145. package/src/cli/simple-commands/github/init.js +2 -2
  146. package/src/cli/simple-commands/github.js +7 -7
  147. package/src/cli/simple-commands/goal.js +1 -1
  148. package/src/cli/simple-commands/hive-mind-optimize.js +10 -10
  149. package/src/cli/simple-commands/hive-mind-wizard.js +5 -5
  150. package/src/cli/simple-commands/hive-mind.js +34 -34
  151. package/src/cli/simple-commands/hive.js +4 -4
  152. package/src/cli/simple-commands/hook-safety.js +7 -7
  153. package/src/cli/simple-commands/init/claude-commands/claude-flow-commands.js +74 -74
  154. package/src/cli/simple-commands/init/claude-commands/optimized-claude-flow-commands.js +143 -143
  155. package/src/cli/simple-commands/init/claude-commands/optimized-slash-commands.js +13 -13
  156. package/src/cli/simple-commands/init/claude-commands/optimized-sparc-commands.js +41 -41
  157. package/src/cli/simple-commands/init/claude-commands/slash-commands.js +1 -1
  158. package/src/cli/simple-commands/init/claude-commands/sparc-commands.js +24 -24
  159. package/src/cli/simple-commands/init/executable-wrapper.js +11 -11
  160. package/src/cli/simple-commands/init/help.js +19 -19
  161. package/src/cli/simple-commands/init/index.js +13 -13
  162. package/src/cli/simple-commands/init/rollback/recovery-manager.js +1 -1
  163. package/src/cli/simple-commands/init/rollback/rollback-executor.js +2 -2
  164. package/src/cli/simple-commands/init/sparc/roo-readme.js +5 -5
  165. package/src/cli/simple-commands/init/templates/claude-md.js +41 -41
  166. package/src/cli/simple-commands/init/templates/coordination-md.js +55 -55
  167. package/src/cli/simple-commands/init/templates/enhanced-templates.js +175 -175
  168. package/src/cli/simple-commands/init/templates/memory-bank-md.js +22 -22
  169. package/src/cli/simple-commands/init/templates/safe-hook-patterns.js +4 -4
  170. package/src/cli/simple-commands/init/templates/settings.json +1 -1
  171. package/src/cli/simple-commands/init/templates/sparc-modes.js +75 -75
  172. package/src/cli/simple-commands/init/templates/verification-claude-md.js +39 -39
  173. package/src/cli/simple-commands/init/validation/config-validator.js +3 -3
  174. package/src/cli/simple-commands/init/validation/health-checker.js +1 -1
  175. package/src/cli/simple-commands/init/validation/mode-validator.js +2 -2
  176. package/src/cli/simple-commands/mcp.js +9 -9
  177. package/src/cli/simple-commands/migrate-hooks.js +2 -2
  178. package/src/cli/simple-commands/monitor.js +4 -4
  179. package/src/cli/simple-commands/neural.js +1 -1
  180. package/src/cli/simple-commands/pair-autofix-only.js +4 -4
  181. package/src/cli/simple-commands/pair-basic.js +7 -7
  182. package/src/cli/simple-commands/pair-old.js +9 -9
  183. package/src/cli/simple-commands/pair-working.js +4 -4
  184. package/src/cli/simple-commands/pair.js +4 -4
  185. package/src/cli/simple-commands/sparc/commands.js +5 -5
  186. package/src/cli/simple-commands/sparc-modes/architect.js +23 -23
  187. package/src/cli/simple-commands/sparc-modes/ask.js +21 -21
  188. package/src/cli/simple-commands/sparc-modes/code.js +23 -23
  189. package/src/cli/simple-commands/sparc-modes/debug.js +10 -10
  190. package/src/cli/simple-commands/sparc-modes/devops.js +11 -11
  191. package/src/cli/simple-commands/sparc-modes/docs-writer.js +3 -3
  192. package/src/cli/simple-commands/sparc-modes/generic.js +4 -4
  193. package/src/cli/simple-commands/sparc-modes/index.js +22 -22
  194. package/src/cli/simple-commands/sparc-modes/integration.js +3 -3
  195. package/src/cli/simple-commands/sparc-modes/mcp.js +3 -3
  196. package/src/cli/simple-commands/sparc-modes/monitoring.js +3 -3
  197. package/src/cli/simple-commands/sparc-modes/optimization.js +3 -3
  198. package/src/cli/simple-commands/sparc-modes/security-review.js +11 -11
  199. package/src/cli/simple-commands/sparc-modes/sparc-orchestrator.js +37 -37
  200. package/src/cli/simple-commands/sparc-modes/spec-pseudocode.js +3 -3
  201. package/src/cli/simple-commands/sparc-modes/supabase-admin.js +11 -11
  202. package/src/cli/simple-commands/sparc-modes/swarm.js +34 -34
  203. package/src/cli/simple-commands/sparc-modes/tdd.js +11 -11
  204. package/src/cli/simple-commands/sparc-modes/tutorial.js +30 -30
  205. package/src/cli/simple-commands/sparc.js +14 -14
  206. package/src/cli/simple-commands/start-ui.js +4 -4
  207. package/src/cli/simple-commands/start-wrapper.js +17 -17
  208. package/src/cli/simple-commands/status.js +3 -3
  209. package/src/cli/simple-commands/stream-chain.js +12 -12
  210. package/src/cli/simple-commands/swarm-metrics-integration.js +2 -2
  211. package/src/cli/simple-commands/swarm-ui.js +2 -2
  212. package/src/cli/simple-commands/swarm.js +19 -19
  213. package/src/cli/simple-commands/task.js +7 -7
  214. package/src/cli/simple-commands/training.js +5 -5
  215. package/src/cli/simple-commands/verification-training-integration.js +1 -1
  216. package/src/slash-commands/claude-soul.js +248 -365
  217. package/src/slash-commands/register-all-commands.js +1 -1
  218. package/wiki/README.md +2 -2
  219. package/wiki/accessibility/README.md +4 -4
  220. package/wiki/accessibility/assistive-tech/screen-reader-support.md +6 -6
  221. package/wiki/accessibility/automation/agent-testing-automation.md +13 -13
  222. package/wiki/accessibility/guidelines/wcag-compliance.md +6 -6
  223. package/wiki/accessibility/i18n/internationalization-strategies.md +6 -6
  224. package/wiki/accessibility/motor-accessibility/keyboard-navigation.md +7 -7
  225. package/wiki/accessibility/patterns/inclusive-design-patterns.md +4 -4
  226. package/wiki/accessibility/testing/automated-testing.md +9 -9
  227. package/wiki/accessibility/visual-design/color-contrast.md +7 -7
  228. package/wiki/accessibility/workflows/accessibility-first-development.md +22 -22
  229. package/wiki/accessibility/workflows/inclusive-design-review.md +9 -9
  230. package/wiki/api-reference/cli-api.md +15 -15
  231. package/wiki/api-reference/plugin-development.md +3 -3
  232. package/wiki/command-reference/README.md +34 -34
  233. package/wiki/command-reference/agent-commands.md +46 -46
  234. package/wiki/command-reference/cli-commands.md +21 -21
  235. package/wiki/command-reference/command-syntax.md +89 -89
  236. package/wiki/command-reference/expert-tier.md +184 -184
  237. package/wiki/command-reference/intermediate-tier.md +63 -63
  238. package/wiki/command-reference/mcp-integration.md +29 -29
  239. package/wiki/command-reference/mcp-tools/README.md +4 -4
  240. package/wiki/command-reference/mcp-tools/dual-access-workflows.md +1 -1
  241. package/wiki/command-reference/mcp-tools/index.md +2 -2
  242. package/wiki/command-reference/mcp-tools/quick-reference.md +4 -4
  243. package/wiki/command-reference/mcp-tools/session-management.md +2 -2
  244. package/wiki/command-reference/mcp-tools/task-tool-integration.md +3 -3
  245. package/wiki/command-reference/novice/README.md +1 -1
  246. package/wiki/command-reference/novice-tier.md +152 -152
  247. package/wiki/command-reference/progression-guide.md +107 -107
  248. package/wiki/command-reference/troubleshooting.md +113 -113
  249. package/wiki/command-reference/workflows.md +187 -187
  250. package/wiki/community/README.md +1 -1
  251. package/wiki/community/learning-resources.md +1 -1
  252. package/wiki/core-concepts/agents/agent-creation-guide.md +9 -9
  253. package/wiki/core-concepts/integration.md +7 -7
  254. package/wiki/core-concepts/sparc-workflow.md +5 -5
  255. package/wiki/examples/automation/cicd-pipeline/README.md +3 -3
  256. package/wiki/examples/basic/hello-world/README.md +7 -7
  257. package/wiki/examples/integration-patterns.md +15 -15
  258. package/wiki/examples/performance-benchmarks.md +11 -11
  259. package/wiki/examples/projects/rest-api/README.md +1 -1
  260. package/wiki/examples/scenarios/ecommerce/README.md +1 -1
  261. package/wiki/examples/swarm-patterns.md +63 -63
  262. package/wiki/examples/templates/download-system.md +1 -1
  263. package/wiki/examples/templates/javascript/README.md +2 -2
  264. package/wiki/examples/troubleshooting/README.md +2 -2
  265. package/wiki/examples/utilities/patterns/README.md +8 -8
  266. package/wiki/examples/videos/01-setup.md +16 -16
  267. package/wiki/examples/workflow-automation/README.md +5 -5
  268. package/wiki/getting-started/claude-code-mcp/README.md +2 -2
  269. package/wiki/getting-started/installation/README.md +7 -7
  270. package/wiki/getting-started/learning-path.md +2 -2
  271. package/wiki/getting-started/quick-start/README.md +2 -2
  272. package/wiki/getting-started/quick-start/cli-tutorial.md +1 -1
  273. package/wiki/governance/multi-project-coordination.md +1 -1
  274. package/wiki/languages/go/README.md +10 -10
  275. package/wiki/languages/go/examples/README.md +29 -29
  276. package/wiki/languages/go/frameworks/README.md +18 -18
  277. package/wiki/languages/go/integration/README.md +34 -34
  278. package/wiki/languages/go/microservices/README.md +17 -17
  279. package/wiki/languages/go/performance/README.md +13 -13
  280. package/wiki/languages/go/setup/README.md +20 -20
  281. package/wiki/languages/go/systems/README.md +10 -10
  282. package/wiki/languages/go/testing/README.md +14 -14
  283. package/wiki/languages/java/README.md +25 -25
  284. package/wiki/languages/java/claude-flow-integration.md +49 -49
  285. package/wiki/languages/java/enterprise-java.md +15 -15
  286. package/wiki/languages/java/examples.md +30 -30
  287. package/wiki/languages/java/microservices.md +22 -22
  288. package/wiki/languages/java/performance.md +13 -13
  289. package/wiki/languages/java/project-setup.md +10 -10
  290. package/wiki/languages/java/spring-boot.md +12 -12
  291. package/wiki/languages/java/testing.md +12 -12
  292. package/wiki/languages/javascript/api/README.md +20 -20
  293. package/wiki/languages/javascript/backend/README.md +19 -19
  294. package/wiki/languages/javascript/frontend/README.md +18 -18
  295. package/wiki/languages/javascript/integration.md +11 -11
  296. package/wiki/languages/javascript/setup/README.md +28 -28
  297. package/wiki/languages/javascript/testing/README.md +14 -14
  298. package/wiki/languages/python/README.md +3 -3
  299. package/wiki/languages/python/data-science/README.md +11 -11
  300. package/wiki/languages/python/examples/README.md +5 -5
  301. package/wiki/languages/python/integration.md +5 -5
  302. package/wiki/languages/python/mcp-integration.md +1 -1
  303. package/wiki/languages/python/setup/README.md +5 -5
  304. package/wiki/languages/python/testing/README.md +3 -3
  305. package/wiki/languages/python/web-development/README.md +1 -1
  306. package/wiki/languages/rust/README.md +1 -1
  307. package/wiki/languages/rust/examples/cli-mcp-workflows.md +33 -33
  308. package/wiki/languages/rust/examples/rest-api.md +5 -5
  309. package/wiki/languages/rust/setup/cargo-integration.md +14 -14
  310. package/wiki/languages/rust/testing/quality-validation.md +9 -9
  311. package/wiki/languages/rust/web-development/axum.md +6 -6
  312. package/wiki/languages/rust/workflows/systems-programming.md +5 -5
  313. package/wiki/languages/typescript/setup.md +2 -2
  314. package/wiki/troubleshooting/README.md +3 -3
  315. package/wiki/troubleshooting/common-issues/README.md +6 -6
  316. package/wiki/troubleshooting/common-issues.md +26 -26
  317. package/wiki/troubleshooting/error-resolution.md +5 -5
  318. package/wiki/troubleshooting/performance-optimization.md +11 -11
  319. package/wiki/tutorials/advanced/06-legacy-system-integration.md +1 -1
  320. package/wiki/tutorials/advanced/08-enterprise-scenarios.md +3 -3
  321. package/wiki/tutorials/advanced/performance-optimization.md +43 -43
  322. package/wiki/tutorials/advanced/swarm-orchestration.md +40 -40
  323. package/wiki/tutorials/intermediate/optimization.md +35 -35
  324. package/wiki/tutorials/skill-assessment.md +3 -3
  325. package/wiki/tutorials/skill-competency-matrix.md +1 -1
  326. package/wiki/tutorials/troubleshooting/setup-issues.md +3 -3
  327. package/wiki/video-tutorials/README.md +3 -3
  328. package/wiki/video-tutorials/accessibility/README.md +4 -4
  329. package/wiki/video-tutorials/community/README.md +1 -1
  330. package/wiki/video-tutorials/content-organization/README.md +5 -5
  331. package/wiki/video-tutorials/interactive/README.md +5 -5
  332. package/wiki/video-tutorials/planning/README.md +4 -4
  333. package/wiki/video-tutorials/technical-specs/README.md +2 -2
@@ -8,21 +8,21 @@ Complete guide to building modern React applications using Claude-Flow agent coo
8
8
 
9
9
  ```bash
10
10
  # Generate React app with agent
11
- npx claude-flow sparc run coder "React TypeScript application with routing, state management, and UI components"
11
+ npx claude-flow-novice sparc run coder "React TypeScript application with routing, state management, and UI components"
12
12
 
13
13
  # Alternative: Next.js full-stack
14
- npx claude-flow sparc run coder "Next.js application with App Router and TypeScript"
14
+ npx claude-flow-novice sparc run coder "Next.js application with App Router and TypeScript"
15
15
  ```
16
16
 
17
17
  ### 2. Agent-Driven Development
18
18
 
19
19
  ```bash
20
20
  # Parallel frontend development
21
- npx claude-flow sparc batch "coder,reviewer,tester" "E-commerce frontend development"
21
+ npx claude-flow-novice sparc batch "coder,reviewer,tester" "E-commerce frontend development"
22
22
 
23
23
  # Component-driven development
24
- npx claude-flow sparc run coder "React component library with Storybook"
25
- npx claude-flow sparc run tester "Component testing with React Testing Library"
24
+ npx claude-flow-novice sparc run coder "React component library with Storybook"
25
+ npx claude-flow-novice sparc run tester "Component testing with React Testing Library"
26
26
  ```
27
27
 
28
28
  ## 🏗 React Application Architecture
@@ -65,7 +65,7 @@ frontend/
65
65
 
66
66
  ```bash
67
67
  # Complete frontend generation
68
- npx claude-flow sparc run coder "React TypeScript application with:
68
+ npx claude-flow-novice sparc run coder "React TypeScript application with:
69
69
  - Modern React 18 features
70
70
  - React Router v6
71
71
  - Zustand state management
@@ -161,7 +161,7 @@ export { Button, buttonVariants };
161
161
 
162
162
  ```bash
163
163
  # Generate UI component library with agent
164
- npx claude-flow sparc run coder "Comprehensive UI component library with Tailwind CSS and TypeScript"
164
+ npx claude-flow-novice sparc run coder "Comprehensive UI component library with Tailwind CSS and TypeScript"
165
165
  ```
166
166
 
167
167
  ### 2. Form Components
@@ -287,7 +287,7 @@ export const ContactForm: React.FC<ContactFormProps> = ({ onSubmit }) => {
287
287
 
288
288
  ```bash
289
289
  # Generate form components with agent
290
- npx claude-flow sparc run coder "React forms with validation using React Hook Form and Zod"
290
+ npx claude-flow-novice sparc run coder "React forms with validation using React Hook Form and Zod"
291
291
  ```
292
292
 
293
293
  ### 3. Custom Hooks
@@ -391,7 +391,7 @@ export const useDebounce = <T>(value: T, delay: number): T => {
391
391
 
392
392
  ```bash
393
393
  # Generate custom hooks with agent
394
- npx claude-flow sparc run coder "Custom React hooks for API calls, local storage, and common patterns"
394
+ npx claude-flow-novice sparc run coder "Custom React hooks for API calls, local storage, and common patterns"
395
395
  ```
396
396
 
397
397
  ## 🛠 State Management
@@ -528,7 +528,7 @@ export const useAuthStore = create<AuthStore>()(
528
528
 
529
529
  ```bash
530
530
  # Generate state management with agent
531
- npx claude-flow sparc run coder "Zustand state management with persistence and TypeScript"
531
+ npx claude-flow-novice sparc run coder "Zustand state management with persistence and TypeScript"
532
532
  ```
533
533
 
534
534
  ### 2. React Query Setup
@@ -682,14 +682,14 @@ module.exports = {
682
682
 
683
683
  ```bash
684
684
  # Generate Tailwind configuration with agent
685
- npx claude-flow sparc run coder "Tailwind CSS configuration with design system and dark mode"
685
+ npx claude-flow-novice sparc run coder "Tailwind CSS configuration with design system and dark mode"
686
686
  ```
687
687
 
688
688
  ### 2. Component Styling System
689
689
 
690
690
  ```bash
691
691
  # Generate comprehensive styling system with agent
692
- npx claude-flow sparc run coder "Component styling system with Tailwind CSS, CSS variables, and theme support"
692
+ npx claude-flow-novice sparc run coder "Component styling system with Tailwind CSS, CSS variables, and theme support"
693
693
  ```
694
694
 
695
695
  ## 🧪 Frontend Testing
@@ -809,7 +809,7 @@ describe('useApi', () => {
809
809
 
810
810
  ```bash
811
811
  # Generate comprehensive frontend tests with agent
812
- npx claude-flow sparc run tester "React Testing Library setup with component, hook, and integration tests"
812
+ npx claude-flow-novice sparc run tester "React Testing Library setup with component, hook, and integration tests"
813
813
  ```
814
814
 
815
815
  ## 🚀 Performance Optimization
@@ -887,14 +887,14 @@ export const AppRoutes: React.FC = () => {
887
887
 
888
888
  ```bash
889
889
  # Generate image optimization with agent
890
- npx claude-flow sparc run perf-analyzer "Image optimization with lazy loading and responsive images"
890
+ npx claude-flow-novice sparc run perf-analyzer "Image optimization with lazy loading and responsive images"
891
891
  ```
892
892
 
893
893
  ### 3. Bundle Analysis
894
894
 
895
895
  ```bash
896
896
  # Generate bundle analysis with agent
897
- npx claude-flow sparc run perf-analyzer "Webpack bundle analysis and optimization strategies"
897
+ npx claude-flow-novice sparc run perf-analyzer "Webpack bundle analysis and optimization strategies"
898
898
  ```
899
899
 
900
900
  ## 🔄 MCP Integration for Frontend Development
@@ -950,14 +950,14 @@ const status = await mcp__claude_flow__task_status({
950
950
 
951
951
  ```bash
952
952
  # Generate responsive design with agent
953
- npx claude-flow sparc run coder "Responsive React components with mobile-first design"
953
+ npx claude-flow-novice sparc run coder "Responsive React components with mobile-first design"
954
954
  ```
955
955
 
956
956
  ### 2. Accessibility Implementation
957
957
 
958
958
  ```bash
959
959
  # Generate accessibility features with agent
960
- npx claude-flow sparc run reviewer "WCAG 2.1 compliance and accessibility testing"
960
+ npx claude-flow-novice sparc run reviewer "WCAG 2.1 compliance and accessibility testing"
961
961
  ```
962
962
 
963
963
  ## 🔧 Build & Deployment
@@ -1040,7 +1040,7 @@ CMD ["nginx", "-g", "daemon off;"]
1040
1040
 
1041
1041
  ```bash
1042
1042
  # Generate production deployment with agent
1043
- npx claude-flow sparc run cicd-engineer "Production Docker build and deployment configuration"
1043
+ npx claude-flow-novice sparc run cicd-engineer "Production Docker build and deployment configuration"
1044
1044
  ```
1045
1045
 
1046
1046
  ---
@@ -1,6 +1,6 @@
1
1
  # JavaScript/TypeScript Integration Guide
2
2
 
3
- This guide provides comprehensive examples and patterns for integrating claude-flow with JavaScript and TypeScript projects.
3
+ This guide provides comprehensive examples and patterns for integrating claude-flow-novice with JavaScript and TypeScript projects.
4
4
 
5
5
  ## Table of Contents
6
6
 
@@ -21,13 +21,13 @@ This guide provides comprehensive examples and patterns for integrating claude-f
21
21
  "name": "my-claude-flow-project",
22
22
  "version": "1.0.0",
23
23
  "scripts": {
24
- "dev": "npx claude-flow sparc run coder 'Start development server'",
25
- "build": "npx claude-flow sparc batch 'coder,tester' 'Build and test project'",
26
- "test": "npx claude-flow sparc run tester 'Run comprehensive test suite'",
27
- "deploy": "npx claude-flow sparc pipeline 'Build, test, and deploy to production'",
28
- "sparc:init": "npx claude-flow sparc init --topology mesh --agents 5",
29
- "sparc:tdd": "npx claude-flow sparc tdd",
30
- "sparc:modes": "npx claude-flow sparc modes"
24
+ "dev": "npx claude-flow-novice sparc run coder 'Start development server'",
25
+ "build": "npx claude-flow-novice sparc batch 'coder,tester' 'Build and test project'",
26
+ "test": "npx claude-flow-novice sparc run tester 'Run comprehensive test suite'",
27
+ "deploy": "npx claude-flow-novice sparc pipeline 'Build, test, and deploy to production'",
28
+ "sparc:init": "npx claude-flow-novice sparc init --topology mesh --agents 5",
29
+ "sparc:tdd": "npx claude-flow-novice sparc tdd",
30
+ "sparc:modes": "npx claude-flow-novice sparc modes"
31
31
  },
32
32
  "dependencies": {
33
33
  "express": "^4.18.0",
@@ -47,9 +47,9 @@ This guide provides comprehensive examples and patterns for integrating claude-f
47
47
  "production": ["cicd-engineer", "security-manager", "performance-benchmarker"]
48
48
  },
49
49
  "hooks": {
50
- "preCommit": "npx claude-flow sparc run reviewer 'Review changes before commit'",
51
- "preBuild": "npx claude-flow sparc run code-analyzer 'Analyze code quality'",
52
- "postDeploy": "npx claude-flow sparc run production-validator 'Validate deployment'"
50
+ "preCommit": "npx claude-flow-novice sparc run reviewer 'Review changes before commit'",
51
+ "preBuild": "npx claude-flow-novice sparc run code-analyzer 'Analyze code quality'",
52
+ "postDeploy": "npx claude-flow-novice sparc run production-validator 'Validate deployment'"
53
53
  }
54
54
  }
55
55
  }
@@ -8,17 +8,17 @@ Complete guide to setting up JavaScript projects with Claude-Flow agent coordina
8
8
 
9
9
  ```bash
10
10
  # Initialize with agent assistance
11
- npx claude-flow sparc run base-template-generator "Modern JavaScript project with TypeScript"
11
+ npx claude-flow-novice sparc run base-template-generator "Modern JavaScript project with TypeScript"
12
12
 
13
13
  # Alternative: Use architect for complex projects
14
- npx claude-flow sparc run architect "Full-stack MERN application with authentication"
14
+ npx claude-flow-novice sparc run architect "Full-stack MERN application with authentication"
15
15
  ```
16
16
 
17
17
  ### 2. Package Manager Configuration
18
18
 
19
19
  ```bash
20
20
  # Setup package.json with agent optimization
21
- npx claude-flow sparc run coder "Configure package.json with modern dependencies"
21
+ npx claude-flow-novice sparc run coder "Configure package.json with modern dependencies"
22
22
 
23
23
  # Initialize with npm/yarn/pnpm
24
24
  npm init -y
@@ -32,7 +32,7 @@ pnpm init
32
32
 
33
33
  ```bash
34
34
  # Setup development tools with coordination
35
- npx claude-flow sparc batch "coder,reviewer" "ESLint, Prettier, and TypeScript configuration"
35
+ npx claude-flow-novice sparc batch "coder,reviewer" "ESLint, Prettier, and TypeScript configuration"
36
36
  ```
37
37
 
38
38
  ## 📦 Modern JavaScript Project Structure
@@ -72,10 +72,10 @@ my-js-project/
72
72
 
73
73
  ```bash
74
74
  # Generate project structure with agents
75
- npx claude-flow sparc run system-architect "Create scalable JavaScript project structure"
75
+ npx claude-flow-novice sparc run system-architect "Create scalable JavaScript project structure"
76
76
 
77
77
  # Generate with specific patterns
78
- npx claude-flow sparc run base-template-generator "React TypeScript project with testing setup"
78
+ npx claude-flow-novice sparc run base-template-generator "React TypeScript project with testing setup"
79
79
  ```
80
80
 
81
81
  ## 🛠 Development Tools Configuration
@@ -115,7 +115,7 @@ npx claude-flow sparc run base-template-generator "React TypeScript project with
115
115
 
116
116
  ```bash
117
117
  # Generate TypeScript configuration with agent
118
- npx claude-flow sparc run coder "Setup TypeScript with strict configuration and path mapping"
118
+ npx claude-flow-novice sparc run coder "Setup TypeScript with strict configuration and path mapping"
119
119
  ```
120
120
 
121
121
  ### 2. ESLint Configuration
@@ -162,7 +162,7 @@ module.exports = {
162
162
 
163
163
  ```bash
164
164
  # Setup ESLint with agent coordination
165
- npx claude-flow sparc run reviewer "Configure ESLint with TypeScript and React rules"
165
+ npx claude-flow-novice sparc run reviewer "Configure ESLint with TypeScript and React rules"
166
166
  ```
167
167
 
168
168
  ### 3. Prettier Configuration
@@ -183,7 +183,7 @@ npx claude-flow sparc run reviewer "Configure ESLint with TypeScript and React r
183
183
 
184
184
  ```bash
185
185
  # Configure Prettier with agent
186
- npx claude-flow sparc run coder "Setup Prettier with team-friendly configuration"
186
+ npx claude-flow-novice sparc run coder "Setup Prettier with team-friendly configuration"
187
187
  ```
188
188
 
189
189
  ## 🔧 Build Tools & Bundlers
@@ -221,14 +221,14 @@ export default defineConfig({
221
221
 
222
222
  ```bash
223
223
  # Setup Vite with agent assistance
224
- npx claude-flow sparc run coder "Configure Vite with React, TypeScript, and testing"
224
+ npx claude-flow-novice sparc run coder "Configure Vite with React, TypeScript, and testing"
225
225
  ```
226
226
 
227
227
  ### 2. Webpack Configuration (Enterprise)
228
228
 
229
229
  ```bash
230
230
  # Generate Webpack config with agent
231
- npx claude-flow sparc run system-architect "Webpack configuration for production deployment"
231
+ npx claude-flow-novice sparc run system-architect "Webpack configuration for production deployment"
232
232
  ```
233
233
 
234
234
  ### 3. Package.json Scripts
@@ -278,7 +278,7 @@ npx claude-flow sparc run system-architect "Webpack configuration for production
278
278
 
279
279
  ```bash
280
280
  # Complete project setup with agent coordination
281
- npx claude-flow sparc pipeline "Project Setup"
281
+ npx claude-flow-novice sparc pipeline "Project Setup"
282
282
 
283
283
  # This runs:
284
284
  # 1. base-template-generator - Creates structure
@@ -291,23 +291,23 @@ npx claude-flow sparc pipeline "Project Setup"
291
291
 
292
292
  ```bash
293
293
  # Parallel development with agents
294
- npx claude-flow sparc batch "backend-dev,coder,tester" "E-commerce platform development"
294
+ npx claude-flow-novice sparc batch "backend-dev,coder,tester" "E-commerce platform development"
295
295
 
296
296
  # Sequential workflow for complex features
297
- npx claude-flow sparc run architect "Design authentication system"
298
- npx claude-flow sparc run backend-dev "Implement JWT authentication"
299
- npx claude-flow sparc run coder "Create login/register UI"
300
- npx claude-flow sparc run tester "Add authentication tests"
297
+ npx claude-flow-novice sparc run architect "Design authentication system"
298
+ npx claude-flow-novice sparc run backend-dev "Implement JWT authentication"
299
+ npx claude-flow-novice sparc run coder "Create login/register UI"
300
+ npx claude-flow-novice sparc run tester "Add authentication tests"
301
301
  ```
302
302
 
303
303
  ### 3. Code Quality Workflow
304
304
 
305
305
  ```bash
306
306
  # Automated code quality with agents
307
- npx claude-flow sparc run reviewer "Code review and optimization suggestions"
307
+ npx claude-flow-novice sparc run reviewer "Code review and optimization suggestions"
308
308
 
309
309
  # Performance analysis
310
- npx claude-flow sparc run perf-analyzer "Bundle size and runtime performance analysis"
310
+ npx claude-flow-novice sparc run perf-analyzer "Bundle size and runtime performance analysis"
311
311
  ```
312
312
 
313
313
  ## 🔄 MCP Integration for Project Setup
@@ -374,10 +374,10 @@ await mcp__claude_flow__task_status({
374
374
 
375
375
  ```bash
376
376
  # Generate setup checklist with agent
377
- npx claude-flow sparc run planner "Create comprehensive JavaScript project setup checklist"
377
+ npx claude-flow-novice sparc run planner "Create comprehensive JavaScript project setup checklist"
378
378
 
379
379
  # Validate setup with agent
380
- npx claude-flow sparc run reviewer "Validate project configuration and setup"
380
+ npx claude-flow-novice sparc run reviewer "Validate project configuration and setup"
381
381
  ```
382
382
 
383
383
  ## 🚀 Quick Start Templates
@@ -386,28 +386,28 @@ npx claude-flow sparc run reviewer "Validate project configuration and setup"
386
386
 
387
387
  ```bash
388
388
  # Generate React app with agent
389
- npx claude-flow sparc run base-template-generator "React TypeScript application with routing and state management"
389
+ npx claude-flow-novice sparc run base-template-generator "React TypeScript application with routing and state management"
390
390
  ```
391
391
 
392
392
  ### 2. Node.js API
393
393
 
394
394
  ```bash
395
395
  # Generate API with agent
396
- npx claude-flow sparc run backend-dev "Express TypeScript API with authentication and database"
396
+ npx claude-flow-novice sparc run backend-dev "Express TypeScript API with authentication and database"
397
397
  ```
398
398
 
399
399
  ### 3. Full-Stack Application
400
400
 
401
401
  ```bash
402
402
  # Generate full-stack app with agent coordination
403
- npx claude-flow sparc batch "backend-dev,coder" "MERN stack application with authentication"
403
+ npx claude-flow-novice sparc batch "backend-dev,coder" "MERN stack application with authentication"
404
404
  ```
405
405
 
406
406
  ### 4. Microservices Architecture
407
407
 
408
408
  ```bash
409
409
  # Generate microservices with agent
410
- npx claude-flow sparc run system-architect "Node.js microservices with Docker and API Gateway"
410
+ npx claude-flow-novice sparc run system-architect "Node.js microservices with Docker and API Gateway"
411
411
  ```
412
412
 
413
413
  ## 🔗 Integration Points
@@ -416,21 +416,21 @@ npx claude-flow sparc run system-architect "Node.js microservices with Docker an
416
416
 
417
417
  ```bash
418
418
  # Setup git hooks with agent
419
- npx claude-flow sparc run reviewer "Configure pre-commit hooks for code quality"
419
+ npx claude-flow-novice sparc run reviewer "Configure pre-commit hooks for code quality"
420
420
  ```
421
421
 
422
422
  ### CI/CD Pipeline
423
423
 
424
424
  ```bash
425
425
  # Generate GitHub Actions with agent
426
- npx claude-flow sparc run cicd-engineer "Create CI/CD pipeline for JavaScript project"
426
+ npx claude-flow-novice sparc run cicd-engineer "Create CI/CD pipeline for JavaScript project"
427
427
  ```
428
428
 
429
429
  ### Docker Configuration
430
430
 
431
431
  ```bash
432
432
  # Generate Docker setup with agent
433
- npx claude-flow sparc run system-architect "Docker configuration for JavaScript development"
433
+ npx claude-flow-novice sparc run system-architect "Docker configuration for JavaScript development"
434
434
  ```
435
435
 
436
436
  ---
@@ -8,22 +8,22 @@ Comprehensive guide to testing JavaScript applications using Claude-Flow agent c
8
8
 
9
9
  ```bash
10
10
  # Generate comprehensive testing setup with agent
11
- npx claude-flow sparc run tester "Complete testing environment with Jest, React Testing Library, and E2E testing"
11
+ npx claude-flow-novice sparc run tester "Complete testing environment with Jest, React Testing Library, and E2E testing"
12
12
 
13
13
  # Alternative: TDD workflow
14
- npx claude-flow sparc tdd "User authentication feature with test-driven development"
14
+ npx claude-flow-novice sparc tdd "User authentication feature with test-driven development"
15
15
  ```
16
16
 
17
17
  ### 2. Agent-Driven Testing
18
18
 
19
19
  ```bash
20
20
  # Parallel testing development
21
- npx claude-flow sparc batch "tester,reviewer,perf-analyzer" "Comprehensive testing strategy implementation"
21
+ npx claude-flow-novice sparc batch "tester,reviewer,perf-analyzer" "Comprehensive testing strategy implementation"
22
22
 
23
23
  # Sequential testing pipeline
24
- npx claude-flow sparc run tester "Unit tests for components and utilities"
25
- npx claude-flow sparc run tester "Integration tests for API endpoints"
26
- npx claude-flow sparc run tester "End-to-end tests for user workflows"
24
+ npx claude-flow-novice sparc run tester "Unit tests for components and utilities"
25
+ npx claude-flow-novice sparc run tester "Integration tests for API endpoints"
26
+ npx claude-flow-novice sparc run tester "End-to-end tests for user workflows"
27
27
  ```
28
28
 
29
29
  ## 🏗 Testing Architecture
@@ -76,7 +76,7 @@ testing/
76
76
 
77
77
  ```bash
78
78
  # Complete testing environment generation
79
- npx claude-flow sparc run tester "Comprehensive testing setup with:
79
+ npx claude-flow-novice sparc run tester "Comprehensive testing setup with:
80
80
  - Jest configuration for unit and integration tests
81
81
  - React Testing Library for component testing
82
82
  - Playwright for end-to-end testing
@@ -462,7 +462,7 @@ describe('useApiMutation Hook', () => {
462
462
 
463
463
  ```bash
464
464
  # Generate comprehensive unit tests with agent
465
- npx claude-flow sparc run tester "Complete unit testing suite for components, hooks, and utilities"
465
+ npx claude-flow-novice sparc run tester "Complete unit testing suite for components, hooks, and utilities"
466
466
  ```
467
467
 
468
468
  ## 🔗 Integration Testing
@@ -1003,7 +1003,7 @@ describe('User Model Integration', () => {
1003
1003
 
1004
1004
  ```bash
1005
1005
  # Generate integration tests with agent
1006
- npx claude-flow sparc run tester "Comprehensive integration testing for API endpoints and database operations"
1006
+ npx claude-flow-novice sparc run tester "Comprehensive integration testing for API endpoints and database operations"
1007
1007
  ```
1008
1008
 
1009
1009
  ## 🌐 End-to-End Testing
@@ -1310,7 +1310,7 @@ test.describe('Product Management', () => {
1310
1310
 
1311
1311
  ```bash
1312
1312
  # Generate E2E tests with agent
1313
- npx claude-flow sparc run tester "Comprehensive end-to-end testing with Playwright for user journeys and admin workflows"
1313
+ npx claude-flow-novice sparc run tester "Comprehensive end-to-end testing with Playwright for user journeys and admin workflows"
1314
1314
  ```
1315
1315
 
1316
1316
  ## ⚡ Performance Testing
@@ -1644,7 +1644,7 @@ module.exports = { runLighthouseTest, runPerformanceTests };
1644
1644
 
1645
1645
  ```bash
1646
1646
  # Generate performance testing with agent
1647
- npx claude-flow sparc run perf-analyzer "Comprehensive performance testing with Lighthouse and K6"
1647
+ npx claude-flow-novice sparc run perf-analyzer "Comprehensive performance testing with Lighthouse and K6"
1648
1648
  ```
1649
1649
 
1650
1650
  ## 🔄 MCP Integration for Testing
@@ -1751,7 +1751,7 @@ module.exports = {
1751
1751
 
1752
1752
  ```bash
1753
1753
  # Generate test reporting dashboard with agent
1754
- npx claude-flow sparc run tester "Test reporting dashboard with coverage metrics and trend analysis"
1754
+ npx claude-flow-novice sparc run tester "Test reporting dashboard with coverage metrics and trend analysis"
1755
1755
  ```
1756
1756
 
1757
1757
  ## 🚀 CI/CD Integration
@@ -1760,14 +1760,14 @@ npx claude-flow sparc run tester "Test reporting dashboard with coverage metrics
1760
1760
 
1761
1761
  ```bash
1762
1762
  # Generate CI/CD testing pipeline with agent
1763
- npx claude-flow sparc run cicd-engineer "GitHub Actions workflow for automated testing pipeline"
1763
+ npx claude-flow-novice sparc run cicd-engineer "GitHub Actions workflow for automated testing pipeline"
1764
1764
  ```
1765
1765
 
1766
1766
  ### 2. Test Automation Scripts
1767
1767
 
1768
1768
  ```bash
1769
1769
  # Generate test automation scripts with agent
1770
- npx claude-flow sparc run tester "Test automation scripts for local development and CI/CD"
1770
+ npx claude-flow-novice sparc run tester "Test automation scripts for local development and CI/CD"
1771
1771
  ```
1772
1772
 
1773
1773
  ---
@@ -1,6 +1,6 @@
1
1
  # Python Development with Claude-Flow
2
2
 
3
- A comprehensive guide to Python development using claude-flow orchestration for enhanced productivity, automated testing, and intelligent code generation.
3
+ A comprehensive guide to Python development using claude-flow-novice orchestration for enhanced productivity, automated testing, and intelligent code generation.
4
4
 
5
5
  ## 🐍 Python Development Workflow
6
6
 
@@ -68,7 +68,7 @@ A comprehensive guide to Python development using claude-flow orchestration for
68
68
 
69
69
  ## 🐍 Overview
70
70
 
71
- Python development with claude-flow combines the simplicity of Python with the power of AI-assisted development workflows. This documentation covers everything from basic project setup to advanced data science workflows, web development, and testing automation.
71
+ Python development with claude-flow-novice combines the simplicity of Python with the power of AI-assisted development workflows. This documentation covers everything from basic project setup to advanced data science workflows, web development, and testing automation.
72
72
 
73
73
  ## 📚 Documentation Structure
74
74
 
@@ -244,7 +244,7 @@ npx claude-flow@alpha mcp memory_search --pattern "python/*" --limit 10
244
244
 
245
245
  ## 📈 Performance Benefits
246
246
 
247
- With claude-flow orchestration:
247
+ With claude-flow-novice orchestration:
248
248
  - **84.8% faster development** with agent coordination
249
249
  - **32.3% token reduction** through intelligent context management
250
250
  - **2.8-4.4x speed improvement** in testing and deployment
@@ -1,6 +1,6 @@
1
1
  # Python Data Science with Claude-Flow
2
2
 
3
- Comprehensive guide to data science workflows, machine learning pipelines, and Jupyter integration using claude-flow orchestration for enhanced productivity and collaboration.
3
+ Comprehensive guide to data science workflows, machine learning pipelines, and Jupyter integration using claude-flow-novice orchestration for enhanced productivity and collaboration.
4
4
 
5
5
  ## 🔬 Data Science Overview
6
6
 
@@ -55,7 +55,7 @@ Task("Validation Engineer", "Implement cross-validation for time series", "teste
55
55
  ### Jupyter Environment Setup
56
56
 
57
57
  ```python
58
- # notebook_setup.py - Generated by claude-flow agents
58
+ # notebook_setup.py - Generated by claude-flow-novice agents
59
59
  import pandas as pd
60
60
  import numpy as np
61
61
  import matplotlib.pyplot as plt
@@ -85,7 +85,7 @@ pd.set_option('display.max_colwidth', None)
85
85
  plt.style.use('seaborn-v0_8')
86
86
  sns.set_palette("husl")
87
87
 
88
- # Jupyter extensions for claude-flow integration
88
+ # Jupyter extensions for claude-flow-novice integration
89
89
  %load_ext autoreload
90
90
  %autoreload 2
91
91
 
@@ -94,7 +94,7 @@ import subprocess
94
94
  import os
95
95
 
96
96
  def notify_claude_flow(message):
97
- """Notify claude-flow of notebook progress."""
97
+ """Notify claude-flow-novice of notebook progress."""
98
98
  try:
99
99
  subprocess.run([
100
100
  "npx", "claude-flow@alpha", "hooks", "notify",
@@ -104,7 +104,7 @@ def notify_claude_flow(message):
104
104
  print(f"Note: {message}")
105
105
 
106
106
  def save_to_memory(key, value):
107
- """Save data to claude-flow memory."""
107
+ """Save data to claude-flow-novice memory."""
108
108
  try:
109
109
  subprocess.run([
110
110
  "npx", "claude-flow@alpha", "mcp", "memory_usage",
@@ -150,7 +150,7 @@ def analyze_dataset(df):
150
150
  'categorical_columns': df.select_dtypes(include=['object']).columns.tolist()
151
151
  }
152
152
 
153
- # Save analysis to claude-flow memory
153
+ # Save analysis to claude-flow-novice memory
154
154
  save_to_memory("dataset_analysis", analysis)
155
155
 
156
156
  return analysis
@@ -262,7 +262,7 @@ from sklearn.pipeline import Pipeline
262
262
  import joblib
263
263
 
264
264
  class MLPipeline:
265
- """Comprehensive ML pipeline with claude-flow integration."""
265
+ """Comprehensive ML pipeline with claude-flow-novice integration."""
266
266
 
267
267
  def __init__(self, target_column):
268
268
  self.target_column = target_column
@@ -640,7 +640,7 @@ def load_data(**context):
640
640
  dag = DAG(
641
641
  'customer_data_pipeline',
642
642
  default_args=default_args,
643
- description='Customer data ETL pipeline with claude-flow integration',
643
+ description='Customer data ETL pipeline with claude-flow-novice integration',
644
644
  schedule_interval='@daily',
645
645
  catchup=False,
646
646
  max_active_runs=1
@@ -700,7 +700,7 @@ import warnings
700
700
  warnings.filterwarnings('ignore')
701
701
 
702
702
  class TimeSeriesAnalyzer:
703
- """Advanced time series analysis with claude-flow integration."""
703
+ """Advanced time series analysis with claude-flow-novice integration."""
704
704
 
705
705
  def __init__(self, data, date_column, value_column):
706
706
  self.data = data.copy()
@@ -1156,7 +1156,7 @@ import requests
1156
1156
  import json
1157
1157
 
1158
1158
  class MLOpsManager:
1159
- """MLOps pipeline management with claude-flow integration."""
1159
+ """MLOps pipeline management with claude-flow-novice integration."""
1160
1160
 
1161
1161
  def __init__(self, experiment_name="claude-flow-ml"):
1162
1162
  mlflow.set_experiment(experiment_name)
@@ -1265,7 +1265,7 @@ if __name__ == '__main__':
1265
1265
  # Save retraining request
1266
1266
  save_to_memory("retraining_trigger", retraining_config)
1267
1267
 
1268
- # Notify claude-flow to initiate retraining
1268
+ # Notify claude-flow-novice to initiate retraining
1269
1269
  notify_claude_flow(f"Retraining triggered for model {model_name}")
1270
1270
 
1271
1271
  # Model serving with FastAPI
@@ -1,6 +1,6 @@
1
1
  # Python Examples with Claude-Flow
2
2
 
3
- Practical examples and templates for Python development using claude-flow orchestration. Each example demonstrates real-world applications with complete agent coordination workflows.
3
+ Practical examples and templates for Python development using claude-flow-novice orchestration. Each example demonstrates real-world applications with complete agent coordination workflows.
4
4
 
5
5
  ## 🚀 Quick Examples
6
6
 
@@ -72,7 +72,7 @@ Task("Backend Developer", "Create data API endpoints", "backend-dev")
72
72
  ### 1. E-commerce API (FastAPI + PostgreSQL)
73
73
 
74
74
  ```python
75
- # Project structure generated by claude-flow agents
75
+ # Project structure generated by claude-flow-novice agents
76
76
  ecommerce-api/
77
77
  ├── app/
78
78
  │ ├── __init__.py
@@ -331,7 +331,7 @@ import json
331
331
  from pathlib import Path
332
332
 
333
333
  class AutomatedCodeReview:
334
- """Automated code review with claude-flow agents."""
334
+ """Automated code review with claude-flow-novice agents."""
335
335
 
336
336
  def __init__(self):
337
337
  self.review_checklist = [
@@ -698,7 +698,7 @@ class APIDocumentationGenerator:
698
698
 
699
699
  def generate_markdown_docs(self):
700
700
  """Generate markdown documentation."""
701
- # Use claude-flow to generate comprehensive docs
701
+ # Use claude-flow-novice to generate comprehensive docs
702
702
  subprocess.run([
703
703
  "npx", "claude-flow@alpha", "task",
704
704
  "Documentation Writer",
@@ -900,7 +900,7 @@ npx claude-flow@alpha automation setup --rules "test-on-commit,deploy-on-merge"
900
900
 
901
901
  Want to contribute your own examples? Follow this pattern:
902
902
 
903
- 1. **Create project structure** using claude-flow agents
903
+ 1. **Create project structure** using claude-flow-novice agents
904
904
  2. **Document agent coordination** workflows
905
905
  3. **Include comprehensive tests** and documentation
906
906
  4. **Add memory integration** for context sharing