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
@@ -6,7 +6,7 @@ export function createMinimalMemoryBankMd() {
6
6
  ## Quick Reference
7
7
  - Project uses SQLite for memory persistence
8
8
  - Memory is organized by namespaces
9
- - Query with \`npx claude-flow memory query <search>\`
9
+ - Query with \`npx claude-flow-novice memory query <search>\`
10
10
 
11
11
  ## Storage Location
12
12
  - Database: \`./memory/claude-flow-data.json\`
@@ -32,10 +32,10 @@ The Claude-Flow memory system provides persistent storage and intelligent retrie
32
32
  - **Replication**: Optional distributed storage support
33
33
 
34
34
  ## Commands
35
- - \`npx claude-flow memory query <search>\`: Search stored information
36
- - \`npx claude-flow memory stats\`: Show memory usage statistics
37
- - \`npx claude-flow memory export <file>\`: Export memory to file
38
- - \`npx claude-flow memory import <file>\`: Import memory from file
35
+ - \`npx claude-flow-novice memory query <search>\`: Search stored information
36
+ - \`npx claude-flow-novice memory stats\`: Show memory usage statistics
37
+ - \`npx claude-flow-novice memory export <file>\`: Export memory to file
38
+ - \`npx claude-flow-novice memory import <file>\`: Import memory from file
39
39
 
40
40
  ## Configuration
41
41
  Memory settings are configured in \`claude-flow.config.json\`:
@@ -109,16 +109,16 @@ The Claude-Flow memory system provides persistent storage and intelligent retrie
109
109
  ## Commands (Batchtools Enhanced)
110
110
 
111
111
  ### Standard Commands
112
- - \`npx claude-flow memory query <search>\`: Search stored information
113
- - \`npx claude-flow memory stats\`: Show memory usage statistics
114
- - \`npx claude-flow memory export <file>\`: Export memory to file
115
- - \`npx claude-flow memory import <file>\`: Import memory from file
112
+ - \`npx claude-flow-novice memory query <search>\`: Search stored information
113
+ - \`npx claude-flow-novice memory stats\`: Show memory usage statistics
114
+ - \`npx claude-flow-novice memory export <file>\`: Export memory to file
115
+ - \`npx claude-flow-novice memory import <file>\`: Import memory from file
116
116
 
117
117
  ### Batchtools Commands
118
- - \`npx claude-flow memory batch-store <entries-file>\`: Store multiple entries in parallel
119
- - \`npx claude-flow memory parallel-query <queries-file>\`: Execute multiple queries concurrently
120
- - \`npx claude-flow memory concurrent-export <namespaces>\`: Export multiple namespaces simultaneously
121
- - \`npx claude-flow memory batch-cleanup <retention-config>\`: Clean up multiple namespaces in parallel
118
+ - \`npx claude-flow-novice memory batch-store <entries-file>\`: Store multiple entries in parallel
119
+ - \`npx claude-flow-novice memory parallel-query <queries-file>\`: Execute multiple queries concurrently
120
+ - \`npx claude-flow-novice memory concurrent-export <namespaces>\`: Export multiple namespaces simultaneously
121
+ - \`npx claude-flow-novice memory batch-cleanup <retention-config>\`: Clean up multiple namespaces in parallel
122
122
 
123
123
  ## Configuration (Enhanced)
124
124
  Memory settings are configured in \`claude-flow.config.json\` with batchtools optimizations:
@@ -159,25 +159,25 @@ Memory settings are configured in \`claude-flow.config.json\` with batchtools op
159
159
  ### Parallel Storage Patterns
160
160
  \`\`\`bash
161
161
  # Store SPARC workflow data in parallel
162
- npx claude-flow memory batch-store sparc-data.json --namespace sparc --parallel
162
+ npx claude-flow-novice memory batch-store sparc-data.json --namespace sparc --parallel
163
163
 
164
164
  # Concurrent query across multiple namespaces
165
- npx claude-flow memory parallel-query "authentication design" --namespaces arch,impl,test
165
+ npx claude-flow-novice memory parallel-query "authentication design" --namespaces arch,impl,test
166
166
 
167
167
  # Batch export with parallel compression
168
- npx claude-flow memory concurrent-export project-backup --compress --parallel
168
+ npx claude-flow-novice memory concurrent-export project-backup --compress --parallel
169
169
  \`\`\`
170
170
 
171
171
  ### Performance Monitoring
172
172
  \`\`\`bash
173
173
  # Monitor concurrent operations
174
- npx claude-flow memory stats --concurrent --verbose
174
+ npx claude-flow-novice memory stats --concurrent --verbose
175
175
 
176
176
  # Analyze batch operation performance
177
- npx claude-flow memory performance-report --batchtools
177
+ npx claude-flow-novice memory performance-report --batchtools
178
178
 
179
179
  # Check parallel indexing status
180
- npx claude-flow memory index-status --parallel
180
+ npx claude-flow-novice memory index-status --parallel
181
181
  \`\`\`
182
182
 
183
183
  ## Memory Organization (Enhanced)
@@ -245,13 +245,13 @@ npx claude-flow memory index-status --parallel
245
245
  ### Debug Commands
246
246
  \`\`\`bash
247
247
  # Check concurrent operation status
248
- npx claude-flow memory debug --concurrent
248
+ npx claude-flow-novice memory debug --concurrent
249
249
 
250
250
  # Analyze batch operation performance
251
- npx claude-flow memory analyze --batchtools --verbose
251
+ npx claude-flow-novice memory analyze --batchtools --verbose
252
252
 
253
253
  # Validate parallel index integrity
254
- npx claude-flow memory index-validate --parallel --repair
254
+ npx claude-flow-novice memory index-validate --parallel --repair
255
255
  \`\`\`
256
256
 
257
257
  For more information about memory system optimization, see: https://github.com/ruvnet/claude-code-flow/docs/memory-batchtools.md
@@ -399,16 +399,16 @@ Use claude-flow's built-in safety tools:
399
399
 
400
400
  \`\`\`bash
401
401
  # Check your configuration for dangerous patterns
402
- claude-flow hook-safety validate
402
+ claude-flow-novice hook-safety validate
403
403
 
404
404
  # Enable safe mode (skips all hooks)
405
- claude-flow hook-safety safe-mode
405
+ claude-flow-novice hook-safety safe-mode
406
406
 
407
407
  # Check current safety status
408
- claude-flow hook-safety status
408
+ claude-flow-novice hook-safety status
409
409
 
410
410
  # Reset circuit breakers if triggered
411
- claude-flow hook-safety reset
411
+ claude-flow-novice hook-safety reset
412
412
  \`\`\`
413
413
 
414
414
  ## 📚 Additional Resources
@@ -9,7 +9,7 @@
9
9
  },
10
10
  "permissions": {
11
11
  "allow": [
12
- "Bash(npx claude-flow *)",
12
+ "Bash(npx claude-flow-novice *)",
13
13
  "Bash(npm run lint)",
14
14
  "Bash(npm run test:*)",
15
15
  "Bash(npm test *)",
@@ -35,13 +35,13 @@ SPARC (Specification, Planning, Architecture, Review, Code) is a comprehensive d
35
35
  ## Usage
36
36
  \`\`\`bash
37
37
  # Run a specific mode
38
- ./claude-flow sparc run <mode> "task description"
38
+ ./claude-flow-novice sparc run <mode> "task description"
39
39
 
40
40
  # List all modes
41
- ./claude-flow sparc modes
41
+ ./claude-flow-novice sparc modes
42
42
 
43
43
  # Get help for a mode
44
- ./claude-flow sparc help <mode>
44
+ ./claude-flow-novice sparc help <mode>
45
45
  \`\`\`
46
46
  `;
47
47
  }
@@ -83,7 +83,7 @@ mcp__claude-flow__task_orchestrate {
83
83
  ### Option 2: Using NPX CLI (Fallback when MCP not available)
84
84
  \`\`\`bash
85
85
  # Use when running from terminal or MCP tools unavailable
86
- npx claude-flow swarm "analyze system performance" --strategy analysis
86
+ npx claude-flow-novice swarm "analyze system performance" --strategy analysis
87
87
 
88
88
  # For alpha features
89
89
  npx claude-flow@alpha swarm "analyze system performance" --strategy analysis
@@ -91,8 +91,8 @@ npx claude-flow@alpha swarm "analyze system performance" --strategy analysis
91
91
 
92
92
  ### Option 3: Local Installation
93
93
  \`\`\`bash
94
- # If claude-flow is installed locally
95
- ./claude-flow swarm "analyze system performance" --strategy analysis
94
+ # If claude-flow-novice is installed locally
95
+ ./claude-flow-novice swarm "analyze system performance" --strategy analysis
96
96
  \`\`\`
97
97
 
98
98
  ## Agent Roles
@@ -133,7 +133,7 @@ mcp__claude-flow__task_orchestrate {
133
133
  ### Option 2: Using NPX CLI (Fallback when MCP not available)
134
134
  \`\`\`bash
135
135
  # Use when running from terminal or MCP tools unavailable
136
- npx claude-flow swarm "build feature X" --strategy development
136
+ npx claude-flow-novice swarm "build feature X" --strategy development
137
137
 
138
138
  # For alpha features
139
139
  npx claude-flow@alpha swarm "build feature X" --strategy development
@@ -141,8 +141,8 @@ npx claude-flow@alpha swarm "build feature X" --strategy development
141
141
 
142
142
  ### Option 3: Local Installation
143
143
  \`\`\`bash
144
- # If claude-flow is installed locally
145
- ./claude-flow swarm "build feature X" --strategy development
144
+ # If claude-flow-novice is installed locally
145
+ ./claude-flow-novice swarm "build feature X" --strategy development
146
146
  \`\`\`
147
147
 
148
148
  ## Agent Roles
@@ -166,7 +166,7 @@ function createExamplesStrategy() {
166
166
 
167
167
  ### Research Swarm
168
168
  \`\`\`bash
169
- ./claude-flow swarm "research AI trends" \\
169
+ ./claude-flow-novice swarm "research AI trends" \\
170
170
  --strategy research \\
171
171
  --mode distributed \\
172
172
  --max-agents 6 \\
@@ -175,7 +175,7 @@ function createExamplesStrategy() {
175
175
 
176
176
  ### Development Swarm
177
177
  \`\`\`bash
178
- ./claude-flow swarm "build REST API" \\
178
+ ./claude-flow-novice swarm "build REST API" \\
179
179
  --strategy development \\
180
180
  --mode hierarchical \\
181
181
  --monitor \\
@@ -184,7 +184,7 @@ function createExamplesStrategy() {
184
184
 
185
185
  ### Analysis Swarm
186
186
  \`\`\`bash
187
- ./claude-flow swarm "analyze codebase" \\
187
+ ./claude-flow-novice swarm "analyze codebase" \\
188
188
  --strategy analysis \\
189
189
  --mode mesh \\
190
190
  --parallel \\
@@ -219,7 +219,7 @@ mcp__claude-flow__task_orchestrate {
219
219
  ### Option 2: Using NPX CLI (Fallback when MCP not available)
220
220
  \`\`\`bash
221
221
  # Use when running from terminal or MCP tools unavailable
222
- npx claude-flow swarm "update dependencies" --strategy maintenance
222
+ npx claude-flow-novice swarm "update dependencies" --strategy maintenance
223
223
 
224
224
  # For alpha features
225
225
  npx claude-flow@alpha swarm "update dependencies" --strategy maintenance
@@ -227,8 +227,8 @@ npx claude-flow@alpha swarm "update dependencies" --strategy maintenance
227
227
 
228
228
  ### Option 3: Local Installation
229
229
  \`\`\`bash
230
- # If claude-flow is installed locally
231
- ./claude-flow swarm "update dependencies" --strategy maintenance
230
+ # If claude-flow-novice is installed locally
231
+ ./claude-flow-novice swarm "update dependencies" --strategy maintenance
232
232
  \`\`\`
233
233
 
234
234
  ## Agent Roles
@@ -269,7 +269,7 @@ mcp__claude-flow__task_orchestrate {
269
269
  ### Option 2: Using NPX CLI (Fallback when MCP not available)
270
270
  \`\`\`bash
271
271
  # Use when running from terminal or MCP tools unavailable
272
- npx claude-flow swarm "optimize performance" --strategy optimization
272
+ npx claude-flow-novice swarm "optimize performance" --strategy optimization
273
273
 
274
274
  # For alpha features
275
275
  npx claude-flow@alpha swarm "optimize performance" --strategy optimization
@@ -277,8 +277,8 @@ npx claude-flow@alpha swarm "optimize performance" --strategy optimization
277
277
 
278
278
  ### Option 3: Local Installation
279
279
  \`\`\`bash
280
- # If claude-flow is installed locally
281
- ./claude-flow swarm "optimize performance" --strategy optimization
280
+ # If claude-flow-novice is installed locally
281
+ ./claude-flow-novice swarm "optimize performance" --strategy optimization
282
282
  \`\`\`
283
283
 
284
284
  ## Agent Roles
@@ -320,7 +320,7 @@ mcp__claude-flow__task_orchestrate {
320
320
  ### Option 2: Using NPX CLI (Fallback when MCP not available)
321
321
  \`\`\`bash
322
322
  # Use when running from terminal or MCP tools unavailable
323
- npx claude-flow swarm "research topic X" --strategy research
323
+ npx claude-flow-novice swarm "research topic X" --strategy research
324
324
 
325
325
  # For alpha features
326
326
  npx claude-flow@alpha swarm "research topic X" --strategy research
@@ -328,8 +328,8 @@ npx claude-flow@alpha swarm "research topic X" --strategy research
328
328
 
329
329
  ### Option 3: Local Installation
330
330
  \`\`\`bash
331
- # If claude-flow is installed locally
332
- ./claude-flow swarm "research topic X" --strategy research
331
+ # If claude-flow-novice is installed locally
332
+ ./claude-flow-novice swarm "research topic X" --strategy research
333
333
  \`\`\`
334
334
 
335
335
  ## Agent Roles
@@ -370,7 +370,7 @@ mcp__claude-flow__task_orchestrate {
370
370
  ### Option 2: Using NPX CLI (Fallback when MCP not available)
371
371
  \`\`\`bash
372
372
  # Use when running from terminal or MCP tools unavailable
373
- npx claude-flow swarm "test application" --strategy testing
373
+ npx claude-flow-novice swarm "test application" --strategy testing
374
374
 
375
375
  # For alpha features
376
376
  npx claude-flow@alpha swarm "test application" --strategy testing
@@ -378,8 +378,8 @@ npx claude-flow@alpha swarm "test application" --strategy testing
378
378
 
379
379
  ### Option 3: Local Installation
380
380
  \`\`\`bash
381
- # If claude-flow is installed locally
382
- ./claude-flow swarm "test application" --strategy testing
381
+ # If claude-flow-novice is installed locally
382
+ ./claude-flow-novice swarm "test application" --strategy testing
383
383
  \`\`\`
384
384
 
385
385
  ## Agent Roles
@@ -441,7 +441,7 @@ mcp__claude-flow__sparc_mode {
441
441
  ### Option 2: Using NPX CLI (Fallback when MCP not available)
442
442
  \`\`\`bash
443
443
  # Use when running from terminal or MCP tools unavailable
444
- npx claude-flow sparc run analyzer "analyze codebase performance"
444
+ npx claude-flow-novice sparc run analyzer "analyze codebase performance"
445
445
 
446
446
  # For alpha features
447
447
  npx claude-flow@alpha sparc run analyzer "analyze codebase performance"
@@ -449,8 +449,8 @@ npx claude-flow@alpha sparc run analyzer "analyze codebase performance"
449
449
 
450
450
  ### Option 3: Local Installation
451
451
  \`\`\`bash
452
- # If claude-flow is installed locally
453
- ./claude-flow sparc run analyzer "analyze codebase performance"
452
+ # If claude-flow-novice is installed locally
453
+ ./claude-flow-novice sparc run analyzer "analyze codebase performance"
454
454
  \`\`\`
455
455
 
456
456
  ## Core Capabilities
@@ -497,7 +497,7 @@ mcp__claude-flow__sparc_mode {
497
497
  ### Option 2: Using NPX CLI (Fallback when MCP not available)
498
498
  \`\`\`bash
499
499
  # Use when running from terminal or MCP tools unavailable
500
- npx claude-flow sparc run architect "design microservices architecture"
500
+ npx claude-flow-novice sparc run architect "design microservices architecture"
501
501
 
502
502
  # For alpha features
503
503
  npx claude-flow@alpha sparc run architect "design microservices architecture"
@@ -505,8 +505,8 @@ npx claude-flow@alpha sparc run architect "design microservices architecture"
505
505
 
506
506
  ### Option 3: Local Installation
507
507
  \`\`\`bash
508
- # If claude-flow is installed locally
509
- ./claude-flow sparc run architect "design microservices architecture"
508
+ # If claude-flow-novice is installed locally
509
+ ./claude-flow-novice sparc run architect "design microservices architecture"
510
510
  \`\`\`
511
511
 
512
512
  ## Core Capabilities
@@ -554,7 +554,7 @@ mcp__claude-flow__sparc_mode {
554
554
  ### Option 2: Using NPX CLI (Fallback when MCP not available)
555
555
  \`\`\`bash
556
556
  # Use when running from terminal or MCP tools unavailable
557
- npx claude-flow sparc run batch-executor "process multiple files"
557
+ npx claude-flow-novice sparc run batch-executor "process multiple files"
558
558
 
559
559
  # For alpha features
560
560
  npx claude-flow@alpha sparc run batch-executor "process multiple files"
@@ -562,8 +562,8 @@ npx claude-flow@alpha sparc run batch-executor "process multiple files"
562
562
 
563
563
  ### Option 3: Local Installation
564
564
  \`\`\`bash
565
- # If claude-flow is installed locally
566
- ./claude-flow sparc run batch-executor "process multiple files"
565
+ # If claude-flow-novice is installed locally
566
+ ./claude-flow-novice sparc run batch-executor "process multiple files"
567
567
  \`\`\`
568
568
 
569
569
  ## Core Capabilities
@@ -612,7 +612,7 @@ mcp__claude-flow__sparc_mode {
612
612
  ### Option 2: Using NPX CLI (Fallback when MCP not available)
613
613
  \`\`\`bash
614
614
  # Use when running from terminal or MCP tools unavailable
615
- npx claude-flow sparc run coder "implement user authentication"
615
+ npx claude-flow-novice sparc run coder "implement user authentication"
616
616
 
617
617
  # For alpha features
618
618
  npx claude-flow@alpha sparc run coder "implement user authentication"
@@ -620,8 +620,8 @@ npx claude-flow@alpha sparc run coder "implement user authentication"
620
620
 
621
621
  ### Option 3: Local Installation
622
622
  \`\`\`bash
623
- # If claude-flow is installed locally
624
- ./claude-flow sparc run coder "implement user authentication"
623
+ # If claude-flow-novice is installed locally
624
+ ./claude-flow-novice sparc run coder "implement user authentication"
625
625
  \`\`\`
626
626
 
627
627
  ## Core Capabilities
@@ -670,7 +670,7 @@ mcp__claude-flow__sparc_mode {
670
670
  ### Option 2: Using NPX CLI (Fallback when MCP not available)
671
671
  \`\`\`bash
672
672
  # Use when running from terminal or MCP tools unavailable
673
- npx claude-flow sparc run debugger "fix authentication issues"
673
+ npx claude-flow-novice sparc run debugger "fix authentication issues"
674
674
 
675
675
  # For alpha features
676
676
  npx claude-flow@alpha sparc run debugger "fix authentication issues"
@@ -678,8 +678,8 @@ npx claude-flow@alpha sparc run debugger "fix authentication issues"
678
678
 
679
679
  ### Option 3: Local Installation
680
680
  \`\`\`bash
681
- # If claude-flow is installed locally
682
- ./claude-flow sparc run debugger "fix authentication issues"
681
+ # If claude-flow-novice is installed locally
682
+ ./claude-flow-novice sparc run debugger "fix authentication issues"
683
683
  \`\`\`
684
684
 
685
685
  ## Core Capabilities
@@ -728,7 +728,7 @@ mcp__claude-flow__sparc_mode {
728
728
  ### Option 2: Using NPX CLI (Fallback when MCP not available)
729
729
  \`\`\`bash
730
730
  # Use when running from terminal or MCP tools unavailable
731
- npx claude-flow sparc run designer "create dashboard UI"
731
+ npx claude-flow-novice sparc run designer "create dashboard UI"
732
732
 
733
733
  # For alpha features
734
734
  npx claude-flow@alpha sparc run designer "create dashboard UI"
@@ -736,8 +736,8 @@ npx claude-flow@alpha sparc run designer "create dashboard UI"
736
736
 
737
737
  ### Option 3: Local Installation
738
738
  \`\`\`bash
739
- # If claude-flow is installed locally
740
- ./claude-flow sparc run designer "create dashboard UI"
739
+ # If claude-flow-novice is installed locally
740
+ ./claude-flow-novice sparc run designer "create dashboard UI"
741
741
  \`\`\`
742
742
 
743
743
  ## Core Capabilities
@@ -785,7 +785,7 @@ mcp__claude-flow__sparc_mode {
785
785
  ### Option 2: Using NPX CLI (Fallback when MCP not available)
786
786
  \`\`\`bash
787
787
  # Use when running from terminal or MCP tools unavailable
788
- npx claude-flow sparc run documenter "create API documentation"
788
+ npx claude-flow-novice sparc run documenter "create API documentation"
789
789
 
790
790
  # For alpha features
791
791
  npx claude-flow@alpha sparc run documenter "create API documentation"
@@ -793,8 +793,8 @@ npx claude-flow@alpha sparc run documenter "create API documentation"
793
793
 
794
794
  ### Option 3: Local Installation
795
795
  \`\`\`bash
796
- # If claude-flow is installed locally
797
- ./claude-flow sparc run documenter "create API documentation"
796
+ # If claude-flow-novice is installed locally
797
+ ./claude-flow-novice sparc run documenter "create API documentation"
798
798
  \`\`\`
799
799
 
800
800
  ## Core Capabilities
@@ -843,7 +843,7 @@ mcp__claude-flow__sparc_mode {
843
843
  ### Option 2: Using NPX CLI (Fallback when MCP not available)
844
844
  \`\`\`bash
845
845
  # Use when running from terminal or MCP tools unavailable
846
- npx claude-flow sparc run innovator "innovative solutions for scaling"
846
+ npx claude-flow-novice sparc run innovator "innovative solutions for scaling"
847
847
 
848
848
  # For alpha features
849
849
  npx claude-flow@alpha sparc run innovator "innovative solutions for scaling"
@@ -851,8 +851,8 @@ npx claude-flow@alpha sparc run innovator "innovative solutions for scaling"
851
851
 
852
852
  ### Option 3: Local Installation
853
853
  \`\`\`bash
854
- # If claude-flow is installed locally
855
- ./claude-flow sparc run innovator "innovative solutions for scaling"
854
+ # If claude-flow-novice is installed locally
855
+ ./claude-flow-novice sparc run innovator "innovative solutions for scaling"
856
856
  \`\`\`
857
857
 
858
858
  ## Core Capabilities
@@ -901,7 +901,7 @@ mcp__claude-flow__sparc_mode {
901
901
  ### Option 2: Using NPX CLI (Fallback when MCP not available)
902
902
  \`\`\`bash
903
903
  # Use when running from terminal or MCP tools unavailable
904
- npx claude-flow sparc run memory-manager "organize project knowledge"
904
+ npx claude-flow-novice sparc run memory-manager "organize project knowledge"
905
905
 
906
906
  # For alpha features
907
907
  npx claude-flow@alpha sparc run memory-manager "organize project knowledge"
@@ -909,8 +909,8 @@ npx claude-flow@alpha sparc run memory-manager "organize project knowledge"
909
909
 
910
910
  ### Option 3: Local Installation
911
911
  \`\`\`bash
912
- # If claude-flow is installed locally
913
- ./claude-flow sparc run memory-manager "organize project knowledge"
912
+ # If claude-flow-novice is installed locally
913
+ ./claude-flow-novice sparc run memory-manager "organize project knowledge"
914
914
  \`\`\`
915
915
 
916
916
  ## Core Capabilities
@@ -959,7 +959,7 @@ mcp__claude-flow__sparc_mode {
959
959
  ### Option 2: Using NPX CLI (Fallback when MCP not available)
960
960
  \`\`\`bash
961
961
  # Use when running from terminal or MCP tools unavailable
962
- npx claude-flow sparc run optimizer "optimize application performance"
962
+ npx claude-flow-novice sparc run optimizer "optimize application performance"
963
963
 
964
964
  # For alpha features
965
965
  npx claude-flow@alpha sparc run optimizer "optimize application performance"
@@ -967,8 +967,8 @@ npx claude-flow@alpha sparc run optimizer "optimize application performance"
967
967
 
968
968
  ### Option 3: Local Installation
969
969
  \`\`\`bash
970
- # If claude-flow is installed locally
971
- ./claude-flow sparc run optimizer "optimize application performance"
970
+ # If claude-flow-novice is installed locally
971
+ ./claude-flow-novice sparc run optimizer "optimize application performance"
972
972
  \`\`\`
973
973
 
974
974
  ## Core Capabilities
@@ -1017,7 +1017,7 @@ mcp__claude-flow__sparc_mode {
1017
1017
  ### Option 2: Using NPX CLI (Fallback when MCP not available)
1018
1018
  \`\`\`bash
1019
1019
  # Use when running from terminal or MCP tools unavailable
1020
- npx claude-flow sparc run orchestrator "coordinate feature development"
1020
+ npx claude-flow-novice sparc run orchestrator "coordinate feature development"
1021
1021
 
1022
1022
  # For alpha features
1023
1023
  npx claude-flow@alpha sparc run orchestrator "coordinate feature development"
@@ -1025,8 +1025,8 @@ npx claude-flow@alpha sparc run orchestrator "coordinate feature development"
1025
1025
 
1026
1026
  ### Option 3: Local Installation
1027
1027
  \`\`\`bash
1028
- # If claude-flow is installed locally
1029
- ./claude-flow sparc run orchestrator "coordinate feature development"
1028
+ # If claude-flow-novice is installed locally
1029
+ ./claude-flow-novice sparc run orchestrator "coordinate feature development"
1030
1030
  \`\`\`
1031
1031
 
1032
1032
  ## Core Capabilities
@@ -1075,7 +1075,7 @@ mcp__claude-flow__sparc_mode {
1075
1075
  ### Option 2: Using NPX CLI (Fallback when MCP not available)
1076
1076
  \`\`\`bash
1077
1077
  # Use when running from terminal or MCP tools unavailable
1078
- npx claude-flow sparc run researcher "research AI trends 2024"
1078
+ npx claude-flow-novice sparc run researcher "research AI trends 2024"
1079
1079
 
1080
1080
  # For alpha features
1081
1081
  npx claude-flow@alpha sparc run researcher "research AI trends 2024"
@@ -1083,8 +1083,8 @@ npx claude-flow@alpha sparc run researcher "research AI trends 2024"
1083
1083
 
1084
1084
  ### Option 3: Local Installation
1085
1085
  \`\`\`bash
1086
- # If claude-flow is installed locally
1087
- ./claude-flow sparc run researcher "research AI trends 2024"
1086
+ # If claude-flow-novice is installed locally
1087
+ ./claude-flow-novice sparc run researcher "research AI trends 2024"
1088
1088
  \`\`\`
1089
1089
 
1090
1090
  ## Core Capabilities
@@ -1133,7 +1133,7 @@ mcp__claude-flow__sparc_mode {
1133
1133
  ### Option 2: Using NPX CLI (Fallback when MCP not available)
1134
1134
  \`\`\`bash
1135
1135
  # Use when running from terminal or MCP tools unavailable
1136
- npx claude-flow sparc run reviewer "review pull request #123"
1136
+ npx claude-flow-novice sparc run reviewer "review pull request #123"
1137
1137
 
1138
1138
  # For alpha features
1139
1139
  npx claude-flow@alpha sparc run reviewer "review pull request #123"
@@ -1141,8 +1141,8 @@ npx claude-flow@alpha sparc run reviewer "review pull request #123"
1141
1141
 
1142
1142
  ### Option 3: Local Installation
1143
1143
  \`\`\`bash
1144
- # If claude-flow is installed locally
1145
- ./claude-flow sparc run reviewer "review pull request #123"
1144
+ # If claude-flow-novice is installed locally
1145
+ ./claude-flow-novice sparc run reviewer "review pull request #123"
1146
1146
  \`\`\`
1147
1147
 
1148
1148
  ## Core Capabilities
@@ -1191,7 +1191,7 @@ mcp__claude-flow__sparc_mode {
1191
1191
  ### Option 2: Using NPX CLI (Fallback when MCP not available)
1192
1192
  \`\`\`bash
1193
1193
  # Use when running from terminal or MCP tools unavailable
1194
- npx claude-flow sparc run swarm-coordinator "manage development swarm"
1194
+ npx claude-flow-novice sparc run swarm-coordinator "manage development swarm"
1195
1195
 
1196
1196
  # For alpha features
1197
1197
  npx claude-flow@alpha sparc run swarm-coordinator "manage development swarm"
@@ -1199,8 +1199,8 @@ npx claude-flow@alpha sparc run swarm-coordinator "manage development swarm"
1199
1199
 
1200
1200
  ### Option 3: Local Installation
1201
1201
  \`\`\`bash
1202
- # If claude-flow is installed locally
1203
- ./claude-flow sparc run swarm-coordinator "manage development swarm"
1202
+ # If claude-flow-novice is installed locally
1203
+ ./claude-flow-novice sparc run swarm-coordinator "manage development swarm"
1204
1204
  \`\`\`
1205
1205
 
1206
1206
  ## Core Capabilities
@@ -1249,7 +1249,7 @@ mcp__claude-flow__sparc_mode {
1249
1249
  ### Option 2: Using NPX CLI (Fallback when MCP not available)
1250
1250
  \`\`\`bash
1251
1251
  # Use when running from terminal or MCP tools unavailable
1252
- npx claude-flow sparc run tdd "shopping cart feature"
1252
+ npx claude-flow-novice sparc run tdd "shopping cart feature"
1253
1253
 
1254
1254
  # For alpha features
1255
1255
  npx claude-flow@alpha sparc run tdd "shopping cart feature"
@@ -1257,8 +1257,8 @@ npx claude-flow@alpha sparc run tdd "shopping cart feature"
1257
1257
 
1258
1258
  ### Option 3: Local Installation
1259
1259
  \`\`\`bash
1260
- # If claude-flow is installed locally
1261
- ./claude-flow sparc run tdd "shopping cart feature"
1260
+ # If claude-flow-novice is installed locally
1261
+ ./claude-flow-novice sparc run tdd "shopping cart feature"
1262
1262
  \`\`\`
1263
1263
 
1264
1264
  ## Core Capabilities
@@ -1307,7 +1307,7 @@ mcp__claude-flow__sparc_mode {
1307
1307
  ### Option 2: Using NPX CLI (Fallback when MCP not available)
1308
1308
  \`\`\`bash
1309
1309
  # Use when running from terminal or MCP tools unavailable
1310
- npx claude-flow sparc run tester "full regression suite"
1310
+ npx claude-flow-novice sparc run tester "full regression suite"
1311
1311
 
1312
1312
  # For alpha features
1313
1313
  npx claude-flow@alpha sparc run tester "full regression suite"
@@ -1315,8 +1315,8 @@ npx claude-flow@alpha sparc run tester "full regression suite"
1315
1315
 
1316
1316
  ### Option 3: Local Installation
1317
1317
  \`\`\`bash
1318
- # If claude-flow is installed locally
1319
- ./claude-flow sparc run tester "full regression suite"
1318
+ # If claude-flow-novice is installed locally
1319
+ ./claude-flow-novice sparc run tester "full regression suite"
1320
1320
  \`\`\`
1321
1321
 
1322
1322
  ## Core Capabilities
@@ -1365,7 +1365,7 @@ mcp__claude-flow__sparc_mode {
1365
1365
  ### Option 2: Using NPX CLI (Fallback when MCP not available)
1366
1366
  \`\`\`bash
1367
1367
  # Use when running from terminal or MCP tools unavailable
1368
- npx claude-flow sparc run workflow-manager "automate deployment"
1368
+ npx claude-flow-novice sparc run workflow-manager "automate deployment"
1369
1369
 
1370
1370
  # For alpha features
1371
1371
  npx claude-flow@alpha sparc run workflow-manager "automate deployment"
@@ -1373,8 +1373,8 @@ npx claude-flow@alpha sparc run workflow-manager "automate deployment"
1373
1373
 
1374
1374
  ### Option 3: Local Installation
1375
1375
  \`\`\`bash
1376
- # If claude-flow is installed locally
1377
- ./claude-flow sparc run workflow-manager "automate deployment"
1376
+ # If claude-flow-novice is installed locally
1377
+ ./claude-flow-novice sparc run workflow-manager "automate deployment"
1378
1378
  \`\`\`
1379
1379
 
1380
1380
  ## Core Capabilities