claude-flow-novice 1.3.3 → 1.3.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (334) hide show
  1. package/.claude/agents/github/release-manager.md +1 -1
  2. package/.claude/agents/github/repo-architect.md +2 -2
  3. package/.claude/agents/optimization/README.md +12 -12
  4. package/.claude/agents/optimization/benchmark-suite.md +8 -8
  5. package/.claude/agents/optimization/load-balancer.md +7 -7
  6. package/.claude/agents/optimization/performance-monitor.md +8 -8
  7. package/.claude/agents/optimization/resource-allocator.md +9 -9
  8. package/.claude/agents/optimization/topology-optimizer.md +8 -8
  9. package/.claude/agents/swarm/README.md +8 -8
  10. package/.claude/agents/testing/e2e/playwright-agent.md +1 -1
  11. package/.claude/commands/agents/agent-capabilities.md +2 -2
  12. package/.claude/commands/agents/agent-coordination.md +3 -3
  13. package/.claude/commands/agents/agent-types.md +1 -1
  14. package/.claude/commands/analysis/bottleneck-detect.md +5 -5
  15. package/.claude/commands/analysis/performance-report.md +4 -4
  16. package/.claude/commands/analysis/token-usage.md +4 -4
  17. package/.claude/commands/automation/auto-agent.md +5 -5
  18. package/.claude/commands/automation/self-healing.md +1 -1
  19. package/.claude/commands/automation/session-memory.md +1 -1
  20. package/.claude/commands/automation/smart-agents.md +1 -1
  21. package/.claude/commands/automation/smart-spawn.md +4 -4
  22. package/.claude/commands/automation/workflow-select.md +4 -4
  23. package/.claude/commands/claude-soul.js +22 -556
  24. package/.claude/commands/coordination/agent-spawn.md +4 -4
  25. package/.claude/commands/coordination/coordination-system.md +14 -14
  26. package/.claude/commands/coordination/swarm-init.md +5 -5
  27. package/.claude/commands/coordination/task-orchestrate.md +4 -4
  28. package/.claude/commands/github/code-review.md +4 -4
  29. package/.claude/commands/github/github-swarm.md +5 -5
  30. package/.claude/commands/github/issue-triage.md +4 -4
  31. package/.claude/commands/github/pr-enhance.md +4 -4
  32. package/.claude/commands/github/release-manager.md +1 -1
  33. package/.claude/commands/github/repo-analyze.md +4 -4
  34. package/.claude/commands/github/repo-architect.md +2 -2
  35. package/.claude/commands/hive-mind/hive-mind-consensus.md +1 -1
  36. package/.claude/commands/hive-mind/hive-mind-init.md +3 -3
  37. package/.claude/commands/hive-mind/hive-mind-memory.md +1 -1
  38. package/.claude/commands/hive-mind/hive-mind-metrics.md +1 -1
  39. package/.claude/commands/hive-mind/hive-mind-resume.md +1 -1
  40. package/.claude/commands/hive-mind/hive-mind-sessions.md +1 -1
  41. package/.claude/commands/hive-mind/hive-mind-spawn.md +4 -4
  42. package/.claude/commands/hive-mind/hive-mind-status.md +1 -1
  43. package/.claude/commands/hive-mind/hive-mind-stop.md +1 -1
  44. package/.claude/commands/hive-mind/hive-mind-wizard.md +1 -1
  45. package/.claude/commands/hive-mind/hive-mind.md +4 -4
  46. package/.claude/commands/hooks/overview.md +1 -1
  47. package/.claude/commands/hooks/post-edit.md +6 -6
  48. package/.claude/commands/hooks/post-task.md +6 -6
  49. package/.claude/commands/hooks/pre-edit.md +6 -6
  50. package/.claude/commands/hooks/pre-task.md +6 -6
  51. package/.claude/commands/hooks/session-end.md +6 -6
  52. package/.claude/commands/hooks/setup.md +6 -6
  53. package/.claude/commands/hooks.md +1 -1
  54. package/.claude/commands/memory/memory-bank.md +4 -4
  55. package/.claude/commands/memory/memory-persist.md +4 -4
  56. package/.claude/commands/memory/memory-search.md +4 -4
  57. package/.claude/commands/memory/memory-usage.md +4 -4
  58. package/.claude/commands/monitoring/agent-metrics.md +4 -4
  59. package/.claude/commands/monitoring/real-time-view.md +4 -4
  60. package/.claude/commands/monitoring/swarm-monitor.md +4 -4
  61. package/.claude/commands/optimization/auto-topology.md +2 -2
  62. package/.claude/commands/optimization/cache-manage.md +4 -4
  63. package/.claude/commands/optimization/parallel-execute.md +4 -4
  64. package/.claude/commands/optimization/parallel-execution.md +1 -1
  65. package/.claude/commands/optimization/topology-optimize.md +4 -4
  66. package/.claude/commands/pair/README.md +20 -20
  67. package/.claude/commands/pair/config.md +16 -16
  68. package/.claude/commands/pair/examples.md +11 -11
  69. package/.claude/commands/pair/modes.md +17 -17
  70. package/.claude/commands/pair/session.md +27 -27
  71. package/.claude/commands/pair/start.md +12 -12
  72. package/.claude/commands/sparc/analyzer.md +3 -3
  73. package/.claude/commands/sparc/architect.md +3 -3
  74. package/.claude/commands/sparc/batch-executor.md +3 -3
  75. package/.claude/commands/sparc/coder.md +3 -3
  76. package/.claude/commands/sparc/debugger.md +3 -3
  77. package/.claude/commands/sparc/designer.md +3 -3
  78. package/.claude/commands/sparc/documenter.md +3 -3
  79. package/.claude/commands/sparc/innovator.md +3 -3
  80. package/.claude/commands/sparc/memory-manager.md +3 -3
  81. package/.claude/commands/sparc/optimizer.md +3 -3
  82. package/.claude/commands/sparc/orchestrator.md +10 -10
  83. package/.claude/commands/sparc/researcher.md +3 -3
  84. package/.claude/commands/sparc/reviewer.md +3 -3
  85. package/.claude/commands/sparc/sparc-modes.md +13 -13
  86. package/.claude/commands/sparc/swarm-coordinator.md +3 -3
  87. package/.claude/commands/sparc/tdd.md +3 -3
  88. package/.claude/commands/sparc/tester.md +3 -3
  89. package/.claude/commands/sparc/workflow-manager.md +3 -3
  90. package/.claude/commands/stream-chain/pipeline.md +10 -10
  91. package/.claude/commands/stream-chain/run.md +4 -4
  92. package/.claude/commands/swarm/analysis.md +1 -1
  93. package/.claude/commands/swarm/development.md +1 -1
  94. package/.claude/commands/swarm/examples.md +3 -3
  95. package/.claude/commands/swarm/maintenance.md +1 -1
  96. package/.claude/commands/swarm/optimization.md +1 -1
  97. package/.claude/commands/swarm/research.md +1 -1
  98. package/.claude/commands/swarm/swarm-analysis.md +1 -1
  99. package/.claude/commands/swarm/swarm-background.md +1 -1
  100. package/.claude/commands/swarm/swarm-init.md +3 -3
  101. package/.claude/commands/swarm/swarm-modes.md +1 -1
  102. package/.claude/commands/swarm/swarm-monitor.md +1 -1
  103. package/.claude/commands/swarm/swarm-spawn.md +3 -3
  104. package/.claude/commands/swarm/swarm-status.md +1 -1
  105. package/.claude/commands/swarm/swarm-strategies.md +1 -1
  106. package/.claude/commands/swarm/swarm.md +4 -4
  107. package/.claude/commands/swarm/testing.md +1 -1
  108. package/.claude/commands/testing/playwright-e2e.md +36 -36
  109. package/.claude/commands/training/model-update.md +4 -4
  110. package/.claude/commands/training/neural-patterns.md +3 -3
  111. package/.claude/commands/training/neural-train.md +4 -4
  112. package/.claude/commands/training/pattern-learn.md +4 -4
  113. package/.claude/commands/training/specialization.md +2 -2
  114. package/.claude/commands/truth/start.md +10 -10
  115. package/.claude/commands/verify/check.md +5 -5
  116. package/.claude/commands/verify/start.md +22 -22
  117. package/.claude/commands/workflows/development.md +3 -3
  118. package/.claude/commands/workflows/research.md +2 -2
  119. package/.claude/commands/workflows/workflow-create.md +4 -4
  120. package/.claude/commands/workflows/workflow-execute.md +4 -4
  121. package/.claude/commands/workflows/workflow-export.md +4 -4
  122. package/examples/01-configurations/README.md +5 -5
  123. package/examples/02-workflows/README.md +8 -8
  124. package/examples/04-testing/incremental-updates-guide.md +3 -3
  125. package/examples/06-tutorials/getting-started/01-first-swarm.md +4 -4
  126. package/examples/06-tutorials/sparc/sparc-tdd-guide.md +13 -13
  127. package/examples/06-tutorials/sparc-batchtool-orchestration.md +54 -54
  128. package/examples/06-tutorials/workflows/multi-agent-coordination.md +9 -9
  129. package/examples/README-batch-init.md +50 -50
  130. package/examples/README.md +2 -2
  131. package/examples/automation-examples.md +13 -13
  132. package/examples/rest-api-simple/README-ARCHITECTURE.md +7 -7
  133. package/examples/rest-api-simple/implementation-plan.md +7 -7
  134. package/examples/rest-api-simple/next-steps.md +5 -5
  135. package/examples/rest-api-simple/sparc-implementation-roadmap.md +12 -12
  136. package/package.json +2 -1
  137. package/src/cli/simple-commands/agent.js +9 -9
  138. package/src/cli/simple-commands/analysis.js +17 -17
  139. package/src/cli/simple-commands/automation-executor.js +1 -1
  140. package/src/cli/simple-commands/automation.js +14 -14
  141. package/src/cli/simple-commands/batch-manager.js +10 -10
  142. package/src/cli/simple-commands/config.js +14 -14
  143. package/src/cli/simple-commands/coordination.js +8 -8
  144. package/src/cli/simple-commands/fix-hook-variables.js +4 -4
  145. package/src/cli/simple-commands/github/init.js +2 -2
  146. package/src/cli/simple-commands/github.js +7 -7
  147. package/src/cli/simple-commands/goal.js +1 -1
  148. package/src/cli/simple-commands/hive-mind-optimize.js +10 -10
  149. package/src/cli/simple-commands/hive-mind-wizard.js +5 -5
  150. package/src/cli/simple-commands/hive-mind.js +34 -34
  151. package/src/cli/simple-commands/hive.js +4 -4
  152. package/src/cli/simple-commands/hook-safety.js +7 -7
  153. package/src/cli/simple-commands/init/claude-commands/claude-flow-commands.js +74 -74
  154. package/src/cli/simple-commands/init/claude-commands/optimized-claude-flow-commands.js +143 -143
  155. package/src/cli/simple-commands/init/claude-commands/optimized-slash-commands.js +13 -13
  156. package/src/cli/simple-commands/init/claude-commands/optimized-sparc-commands.js +41 -41
  157. package/src/cli/simple-commands/init/claude-commands/slash-commands.js +1 -1
  158. package/src/cli/simple-commands/init/claude-commands/sparc-commands.js +24 -24
  159. package/src/cli/simple-commands/init/executable-wrapper.js +11 -11
  160. package/src/cli/simple-commands/init/help.js +19 -19
  161. package/src/cli/simple-commands/init/index.js +13 -13
  162. package/src/cli/simple-commands/init/rollback/recovery-manager.js +1 -1
  163. package/src/cli/simple-commands/init/rollback/rollback-executor.js +2 -2
  164. package/src/cli/simple-commands/init/sparc/roo-readme.js +5 -5
  165. package/src/cli/simple-commands/init/templates/claude-md.js +41 -41
  166. package/src/cli/simple-commands/init/templates/coordination-md.js +55 -55
  167. package/src/cli/simple-commands/init/templates/enhanced-templates.js +175 -175
  168. package/src/cli/simple-commands/init/templates/memory-bank-md.js +22 -22
  169. package/src/cli/simple-commands/init/templates/safe-hook-patterns.js +4 -4
  170. package/src/cli/simple-commands/init/templates/settings.json +1 -1
  171. package/src/cli/simple-commands/init/templates/sparc-modes.js +75 -75
  172. package/src/cli/simple-commands/init/templates/verification-claude-md.js +39 -39
  173. package/src/cli/simple-commands/init/validation/config-validator.js +3 -3
  174. package/src/cli/simple-commands/init/validation/health-checker.js +1 -1
  175. package/src/cli/simple-commands/init/validation/mode-validator.js +2 -2
  176. package/src/cli/simple-commands/mcp.js +9 -9
  177. package/src/cli/simple-commands/migrate-hooks.js +2 -2
  178. package/src/cli/simple-commands/monitor.js +4 -4
  179. package/src/cli/simple-commands/neural.js +1 -1
  180. package/src/cli/simple-commands/pair-autofix-only.js +4 -4
  181. package/src/cli/simple-commands/pair-basic.js +7 -7
  182. package/src/cli/simple-commands/pair-old.js +9 -9
  183. package/src/cli/simple-commands/pair-working.js +4 -4
  184. package/src/cli/simple-commands/pair.js +4 -4
  185. package/src/cli/simple-commands/sparc/commands.js +5 -5
  186. package/src/cli/simple-commands/sparc-modes/architect.js +23 -23
  187. package/src/cli/simple-commands/sparc-modes/ask.js +21 -21
  188. package/src/cli/simple-commands/sparc-modes/code.js +23 -23
  189. package/src/cli/simple-commands/sparc-modes/debug.js +10 -10
  190. package/src/cli/simple-commands/sparc-modes/devops.js +11 -11
  191. package/src/cli/simple-commands/sparc-modes/docs-writer.js +3 -3
  192. package/src/cli/simple-commands/sparc-modes/generic.js +4 -4
  193. package/src/cli/simple-commands/sparc-modes/index.js +22 -22
  194. package/src/cli/simple-commands/sparc-modes/integration.js +3 -3
  195. package/src/cli/simple-commands/sparc-modes/mcp.js +3 -3
  196. package/src/cli/simple-commands/sparc-modes/monitoring.js +3 -3
  197. package/src/cli/simple-commands/sparc-modes/optimization.js +3 -3
  198. package/src/cli/simple-commands/sparc-modes/security-review.js +11 -11
  199. package/src/cli/simple-commands/sparc-modes/sparc-orchestrator.js +37 -37
  200. package/src/cli/simple-commands/sparc-modes/spec-pseudocode.js +3 -3
  201. package/src/cli/simple-commands/sparc-modes/supabase-admin.js +11 -11
  202. package/src/cli/simple-commands/sparc-modes/swarm.js +34 -34
  203. package/src/cli/simple-commands/sparc-modes/tdd.js +11 -11
  204. package/src/cli/simple-commands/sparc-modes/tutorial.js +30 -30
  205. package/src/cli/simple-commands/sparc.js +14 -14
  206. package/src/cli/simple-commands/start-ui.js +4 -4
  207. package/src/cli/simple-commands/start-wrapper.js +17 -17
  208. package/src/cli/simple-commands/status.js +3 -3
  209. package/src/cli/simple-commands/stream-chain.js +12 -12
  210. package/src/cli/simple-commands/swarm-metrics-integration.js +2 -2
  211. package/src/cli/simple-commands/swarm-ui.js +2 -2
  212. package/src/cli/simple-commands/swarm.js +19 -19
  213. package/src/cli/simple-commands/task.js +7 -7
  214. package/src/cli/simple-commands/training.js +5 -5
  215. package/src/cli/simple-commands/verification-training-integration.js +1 -1
  216. package/src/language/language-detector.js +1 -2
  217. package/src/slash-commands/claude-soul.js +248 -365
  218. package/src/slash-commands/register-all-commands.js +1 -1
  219. package/wiki/README.md +2 -2
  220. package/wiki/accessibility/README.md +4 -4
  221. package/wiki/accessibility/assistive-tech/screen-reader-support.md +6 -6
  222. package/wiki/accessibility/automation/agent-testing-automation.md +13 -13
  223. package/wiki/accessibility/guidelines/wcag-compliance.md +6 -6
  224. package/wiki/accessibility/i18n/internationalization-strategies.md +6 -6
  225. package/wiki/accessibility/motor-accessibility/keyboard-navigation.md +7 -7
  226. package/wiki/accessibility/patterns/inclusive-design-patterns.md +4 -4
  227. package/wiki/accessibility/testing/automated-testing.md +9 -9
  228. package/wiki/accessibility/visual-design/color-contrast.md +7 -7
  229. package/wiki/accessibility/workflows/accessibility-first-development.md +22 -22
  230. package/wiki/accessibility/workflows/inclusive-design-review.md +9 -9
  231. package/wiki/api-reference/cli-api.md +15 -15
  232. package/wiki/api-reference/plugin-development.md +3 -3
  233. package/wiki/command-reference/README.md +34 -34
  234. package/wiki/command-reference/agent-commands.md +46 -46
  235. package/wiki/command-reference/cli-commands.md +21 -21
  236. package/wiki/command-reference/command-syntax.md +89 -89
  237. package/wiki/command-reference/expert-tier.md +184 -184
  238. package/wiki/command-reference/intermediate-tier.md +63 -63
  239. package/wiki/command-reference/mcp-integration.md +29 -29
  240. package/wiki/command-reference/mcp-tools/README.md +4 -4
  241. package/wiki/command-reference/mcp-tools/dual-access-workflows.md +1 -1
  242. package/wiki/command-reference/mcp-tools/index.md +2 -2
  243. package/wiki/command-reference/mcp-tools/quick-reference.md +4 -4
  244. package/wiki/command-reference/mcp-tools/session-management.md +2 -2
  245. package/wiki/command-reference/mcp-tools/task-tool-integration.md +3 -3
  246. package/wiki/command-reference/novice/README.md +1 -1
  247. package/wiki/command-reference/novice-tier.md +152 -152
  248. package/wiki/command-reference/progression-guide.md +107 -107
  249. package/wiki/command-reference/troubleshooting.md +113 -113
  250. package/wiki/command-reference/workflows.md +187 -187
  251. package/wiki/community/README.md +1 -1
  252. package/wiki/community/learning-resources.md +1 -1
  253. package/wiki/core-concepts/agents/agent-creation-guide.md +9 -9
  254. package/wiki/core-concepts/integration.md +7 -7
  255. package/wiki/core-concepts/sparc-workflow.md +5 -5
  256. package/wiki/examples/automation/cicd-pipeline/README.md +3 -3
  257. package/wiki/examples/basic/hello-world/README.md +7 -7
  258. package/wiki/examples/integration-patterns.md +15 -15
  259. package/wiki/examples/performance-benchmarks.md +11 -11
  260. package/wiki/examples/projects/rest-api/README.md +1 -1
  261. package/wiki/examples/scenarios/ecommerce/README.md +1 -1
  262. package/wiki/examples/swarm-patterns.md +63 -63
  263. package/wiki/examples/templates/download-system.md +1 -1
  264. package/wiki/examples/templates/javascript/README.md +2 -2
  265. package/wiki/examples/troubleshooting/README.md +2 -2
  266. package/wiki/examples/utilities/patterns/README.md +8 -8
  267. package/wiki/examples/videos/01-setup.md +16 -16
  268. package/wiki/examples/workflow-automation/README.md +5 -5
  269. package/wiki/getting-started/claude-code-mcp/README.md +2 -2
  270. package/wiki/getting-started/installation/README.md +7 -7
  271. package/wiki/getting-started/learning-path.md +2 -2
  272. package/wiki/getting-started/quick-start/README.md +2 -2
  273. package/wiki/getting-started/quick-start/cli-tutorial.md +1 -1
  274. package/wiki/governance/multi-project-coordination.md +1 -1
  275. package/wiki/languages/go/README.md +10 -10
  276. package/wiki/languages/go/examples/README.md +29 -29
  277. package/wiki/languages/go/frameworks/README.md +18 -18
  278. package/wiki/languages/go/integration/README.md +34 -34
  279. package/wiki/languages/go/microservices/README.md +17 -17
  280. package/wiki/languages/go/performance/README.md +13 -13
  281. package/wiki/languages/go/setup/README.md +20 -20
  282. package/wiki/languages/go/systems/README.md +10 -10
  283. package/wiki/languages/go/testing/README.md +14 -14
  284. package/wiki/languages/java/README.md +25 -25
  285. package/wiki/languages/java/claude-flow-integration.md +49 -49
  286. package/wiki/languages/java/enterprise-java.md +15 -15
  287. package/wiki/languages/java/examples.md +30 -30
  288. package/wiki/languages/java/microservices.md +22 -22
  289. package/wiki/languages/java/performance.md +13 -13
  290. package/wiki/languages/java/project-setup.md +10 -10
  291. package/wiki/languages/java/spring-boot.md +12 -12
  292. package/wiki/languages/java/testing.md +12 -12
  293. package/wiki/languages/javascript/api/README.md +20 -20
  294. package/wiki/languages/javascript/backend/README.md +19 -19
  295. package/wiki/languages/javascript/frontend/README.md +18 -18
  296. package/wiki/languages/javascript/integration.md +11 -11
  297. package/wiki/languages/javascript/setup/README.md +28 -28
  298. package/wiki/languages/javascript/testing/README.md +14 -14
  299. package/wiki/languages/python/README.md +3 -3
  300. package/wiki/languages/python/data-science/README.md +11 -11
  301. package/wiki/languages/python/examples/README.md +5 -5
  302. package/wiki/languages/python/integration.md +5 -5
  303. package/wiki/languages/python/mcp-integration.md +1 -1
  304. package/wiki/languages/python/setup/README.md +5 -5
  305. package/wiki/languages/python/testing/README.md +3 -3
  306. package/wiki/languages/python/web-development/README.md +1 -1
  307. package/wiki/languages/rust/README.md +1 -1
  308. package/wiki/languages/rust/examples/cli-mcp-workflows.md +33 -33
  309. package/wiki/languages/rust/examples/rest-api.md +5 -5
  310. package/wiki/languages/rust/setup/cargo-integration.md +14 -14
  311. package/wiki/languages/rust/testing/quality-validation.md +9 -9
  312. package/wiki/languages/rust/web-development/axum.md +6 -6
  313. package/wiki/languages/rust/workflows/systems-programming.md +5 -5
  314. package/wiki/languages/typescript/setup.md +2 -2
  315. package/wiki/troubleshooting/README.md +3 -3
  316. package/wiki/troubleshooting/common-issues/README.md +6 -6
  317. package/wiki/troubleshooting/common-issues.md +26 -26
  318. package/wiki/troubleshooting/error-resolution.md +5 -5
  319. package/wiki/troubleshooting/performance-optimization.md +11 -11
  320. package/wiki/tutorials/advanced/06-legacy-system-integration.md +1 -1
  321. package/wiki/tutorials/advanced/08-enterprise-scenarios.md +3 -3
  322. package/wiki/tutorials/advanced/performance-optimization.md +43 -43
  323. package/wiki/tutorials/advanced/swarm-orchestration.md +40 -40
  324. package/wiki/tutorials/intermediate/optimization.md +35 -35
  325. package/wiki/tutorials/skill-assessment.md +3 -3
  326. package/wiki/tutorials/skill-competency-matrix.md +1 -1
  327. package/wiki/tutorials/troubleshooting/setup-issues.md +3 -3
  328. package/wiki/video-tutorials/README.md +3 -3
  329. package/wiki/video-tutorials/accessibility/README.md +4 -4
  330. package/wiki/video-tutorials/community/README.md +1 -1
  331. package/wiki/video-tutorials/content-organization/README.md +5 -5
  332. package/wiki/video-tutorials/interactive/README.md +5 -5
  333. package/wiki/video-tutorials/planning/README.md +4 -4
  334. package/wiki/video-tutorials/technical-specs/README.md +2 -2
@@ -18,32 +18,32 @@ This project enforces **"truth is enforced, not assumed"** with mandatory verifi
18
18
  ### Initialize Verification System
19
19
  \`\`\`bash
20
20
  # Set verification mode (strict/moderate/development)
21
- ./claude-flow verify init strict # 95% threshold, auto-rollback
22
- ./claude-flow verify init moderate # 85% threshold, no auto-rollback
23
- ./claude-flow verify init development # 75% threshold, for prototyping
21
+ ./claude-flow-novice verify init strict # 95% threshold, auto-rollback
22
+ ./claude-flow-novice verify init moderate # 85% threshold, no auto-rollback
23
+ ./claude-flow-novice verify init development # 75% threshold, for prototyping
24
24
  \`\`\`
25
25
 
26
26
  ### Run Verification
27
27
  \`\`\`bash
28
28
  # Verify specific tasks
29
- ./claude-flow verify verify task-123 --agent coder
30
- ./claude-flow verify verify task-456 --agent reviewer --threshold 0.90
29
+ ./claude-flow-novice verify verify task-123 --agent coder
30
+ ./claude-flow-novice verify verify task-456 --agent reviewer --threshold 0.90
31
31
 
32
32
  # Check truth scores
33
- ./claude-flow truth # View current truth scores
34
- ./claude-flow truth --report # Generate detailed report
35
- ./claude-flow truth --analyze # Analyze failure patterns
33
+ ./claude-flow-novice truth # View current truth scores
34
+ ./claude-flow-novice truth --report # Generate detailed report
35
+ ./claude-flow-novice truth --analyze # Analyze failure patterns
36
36
  \`\`\`
37
37
 
38
38
  ### Pair Programming Mode
39
39
  \`\`\`bash
40
40
  # Start pair programming with real-time verification
41
- ./claude-flow pair --start # Begin collaborative session
42
- ./claude-flow pair --start --mode strict # Production-quality pairing
43
- ./claude-flow pair --verify --threshold 0.90 # Custom threshold
41
+ ./claude-flow-novice pair --start # Begin collaborative session
42
+ ./claude-flow-novice pair --start --mode strict # Production-quality pairing
43
+ ./claude-flow-novice pair --verify --threshold 0.90 # Custom threshold
44
44
 
45
45
  # Background monitoring (use run_in_background: true)
46
- ./claude-flow pair --start --monitor # Continuous monitoring dashboard
46
+ ./claude-flow-novice pair --start --monitor # Continuous monitoring dashboard
47
47
  \`\`\`
48
48
 
49
49
  ## 📊 VERIFICATION REQUIREMENTS BY AGENT TYPE
@@ -76,7 +76,7 @@ This project enforces **"truth is enforced, not assumed"** with mandatory verifi
76
76
  // Use run_in_background parameter for continuous monitoring
77
77
  {
78
78
  "tool": "Bash",
79
- "command": "./claude-flow pair --start --monitor",
79
+ "command": "./claude-flow-novice pair --start --monitor",
80
80
  "run_in_background": true // Enables background execution
81
81
  }
82
82
  \`\`\`
@@ -104,15 +104,15 @@ This project enforces **"truth is enforced, not assumed"** with mandatory verifi
104
104
  \`\`\`javascript
105
105
  [Single Message]:
106
106
  // Initialize verification for multiple tasks
107
- - Bash("./claude-flow verify verify task-1 --agent coder")
108
- - Bash("./claude-flow verify verify task-2 --agent reviewer")
109
- - Bash("./claude-flow verify verify task-3 --agent tester")
107
+ - Bash("./claude-flow-novice verify verify task-1 --agent coder")
108
+ - Bash("./claude-flow-novice verify verify task-2 --agent reviewer")
109
+ - Bash("./claude-flow-novice verify verify task-3 --agent tester")
110
110
 
111
111
  // Check all truth scores
112
- - Bash("./claude-flow truth --json")
112
+ - Bash("./claude-flow-novice truth --json")
113
113
 
114
114
  // Start monitoring in background
115
- - Bash("./claude-flow pair --start --monitor", run_in_background: true)
115
+ - Bash("./claude-flow-novice pair --start --monitor", run_in_background: true)
116
116
  \`\`\`
117
117
 
118
118
  ### ❌ WRONG - Sequential Verification
@@ -143,7 +143,7 @@ Message 3: Check truth score
143
143
  ### 1. Start Session
144
144
  \`\`\`bash
145
145
  # Initialize pair programming with verification
146
- ./claude-flow pair --start --mode strict
146
+ ./claude-flow-novice pair --start --mode strict
147
147
  \`\`\`
148
148
 
149
149
  ### 2. Real-time Verification Cycle
@@ -167,7 +167,7 @@ Fail (<0.95) → Suggest fixes or rollback
167
167
  ### 3. Continuous Monitoring
168
168
  \`\`\`bash
169
169
  # Monitor in background
170
- ./claude-flow pair --start --monitor &
170
+ ./claude-flow-novice pair --start --monitor &
171
171
 
172
172
  # Check verification output
173
173
  /bashes # Interactive view
@@ -192,7 +192,7 @@ Fail (<0.95) → Suggest fixes or rollback
192
192
  cat .swarm/verification-memory.json | jq .history
193
193
 
194
194
  # Check agent reliability
195
- ./claude-flow truth --agent coder --detailed
195
+ ./claude-flow-novice truth --agent coder --detailed
196
196
  \`\`\`
197
197
 
198
198
  ## 🚀 QUICK START VERIFICATION WORKFLOW
@@ -203,13 +203,13 @@ cat .swarm/verification-memory.json | jq .history
203
203
  npx claude-flow@alpha init --verify --pair
204
204
 
205
205
  # Set up strict verification
206
- ./claude-flow verify init strict
206
+ ./claude-flow-novice verify init strict
207
207
  \`\`\`
208
208
 
209
209
  ### Step 2: Start Development with Pair Programming
210
210
  \`\`\`bash
211
211
  # Start pair programming session
212
- ./claude-flow pair --start --mode strict --monitor &
212
+ ./claude-flow-novice pair --start --mode strict --monitor &
213
213
 
214
214
  # Monitor verification (background task)
215
215
  /bashes # Check bash_1 status
@@ -225,10 +225,10 @@ npx claude-flow@alpha init --verify --pair
225
225
  ### Step 4: Check Truth Metrics
226
226
  \`\`\`bash
227
227
  # View current truth scores
228
- ./claude-flow truth
228
+ ./claude-flow-novice truth
229
229
 
230
230
  # Generate detailed report
231
- ./claude-flow truth --report --export metrics.json
231
+ ./claude-flow-novice truth --report --export metrics.json
232
232
  \`\`\`
233
233
 
234
234
  ## 📋 VERIFICATION CHECKLIST
@@ -249,10 +249,10 @@ Before ANY operation:
249
249
  - \`npm run typecheck\`: Type check with validation
250
250
 
251
251
  ### Verification Commands
252
- - \`./claude-flow verify status\`: Check system status
253
- - \`./claude-flow verify verify <task>\`: Run verification
254
- - \`./claude-flow truth\`: View truth scores
255
- - \`./claude-flow pair --start\`: Begin pair programming
252
+ - \`./claude-flow-novice verify status\`: Check system status
253
+ - \`./claude-flow-novice verify verify <task>\`: Run verification
254
+ - \`./claude-flow-novice truth\`: View truth scores
255
+ - \`./claude-flow-novice pair --start\`: Begin pair programming
256
256
 
257
257
  ## 💾 PERSISTENT VERIFICATION MEMORY
258
258
 
@@ -303,17 +303,17 @@ Task("Validate", "Final verification", "production-validator")
303
303
  # .github/workflows/verification.yml
304
304
  - name: Run Verification
305
305
  run: |
306
- npx claude-flow verify init strict
307
- npx claude-flow verify verify \${{ github.run_id }}
308
- npx claude-flow truth --threshold 0.95
306
+ npx claude-flow-novice verify init strict
307
+ npx claude-flow-novice verify verify \${{ github.run_id }}
308
+ npx claude-flow-novice truth --threshold 0.95
309
309
  \`\`\`
310
310
 
311
311
  ### Pre-commit Hooks
312
312
  \`\`\`bash
313
313
  # .git/hooks/pre-commit
314
314
  #!/bin/bash
315
- npx claude-flow verify verify pre-commit --agent coder
316
- SCORE=\$(npx claude-flow truth --json | jq .averageScore)
315
+ npx claude-flow-novice verify verify pre-commit --agent coder
316
+ SCORE=\$(npx claude-flow-novice truth --json | jq .averageScore)
317
317
  if [ "\$SCORE" -lt "0.85" ]; then
318
318
  echo "❌ Commit blocked: Truth score \$SCORE below threshold"
319
319
  exit 1
@@ -398,9 +398,9 @@ export function createVerificationSettingsJson() {
398
398
  autoBackground: {
399
399
  enabled: true,
400
400
  patterns: [
401
- './claude-flow pair --start',
402
- './claude-flow verify verify',
403
- './claude-flow truth --monitor',
401
+ './claude-flow-novice pair --start',
402
+ './claude-flow-novice verify verify',
403
+ './claude-flow-novice truth --monitor',
404
404
  '*--monitor*',
405
405
  '*--watch*',
406
406
  ],
@@ -417,12 +417,12 @@ export function createVerificationSettingsJson() {
417
417
  hooks: {
418
418
  'pre-commit': {
419
419
  enabled: true,
420
- commands: ['npx claude-flow verify verify pre-commit --agent coder'],
420
+ commands: ['npx claude-flow-novice verify verify pre-commit --agent coder'],
421
421
  threshold: 0.85,
422
422
  },
423
423
  'post-task': {
424
424
  enabled: true,
425
- commands: ['npx claude-flow truth --json', 'npx claude-flow verify status'],
425
+ commands: ['npx claude-flow-novice truth --json', 'npx claude-flow-novice verify status'],
426
426
  },
427
427
  },
428
428
  },
@@ -89,7 +89,7 @@ export class ConfigValidator {
89
89
  }
90
90
 
91
91
  // Check for important command patterns
92
- const importantCommands = ['npx claude-flow sparc', 'npm run build', 'npm run test'];
92
+ const importantCommands = ['npx claude-flow-novice sparc', 'npm run build', 'npm run test'];
93
93
 
94
94
  for (const command of importantCommands) {
95
95
  if (!content.includes(command)) {
@@ -208,7 +208,7 @@ export class ConfigValidator {
208
208
 
209
209
  if (!stat.isFile) {
210
210
  result.success = false;
211
- result.errors.push('claude-flow executable is not a file');
211
+ result.errors.push('claude-flow-novice executable is not a file');
212
212
  return result;
213
213
  }
214
214
 
@@ -216,7 +216,7 @@ export class ConfigValidator {
216
216
  if (Deno.build.os !== 'windows') {
217
217
  const isExecutable = (stat.mode & 0o111) !== 0;
218
218
  if (!isExecutable) {
219
- result.warnings.push('claude-flow file is not executable');
219
+ result.warnings.push('claude-flow-novice file is not executable');
220
220
  }
221
221
  }
222
222
 
@@ -372,7 +372,7 @@ export class HealthChecker {
372
372
  const content = await fs.readFile(claudePath, 'utf8');
373
373
 
374
374
  // Check if mentioned commands exist
375
- const mentionedCommands = ['claude-flow sparc', 'npm run build', 'npm run test'];
375
+ const mentionedCommands = ['claude-flow-novice sparc', 'npm run build', 'npm run test'];
376
376
 
377
377
  for (const command of mentionedCommands) {
378
378
  if (content.includes(command)) {
@@ -119,12 +119,12 @@ export class ModeValidator {
119
119
  result.error = '.roomodes file not found';
120
120
  }
121
121
 
122
- // Check for claude-flow executable
122
+ // Check for claude-flow-novice executable
123
123
  try {
124
124
  const stat = await Deno.stat(`${this.workingDir}/claude-flow`);
125
125
  result.hasExecutable = stat.isFile;
126
126
  } catch {
127
- result.error = 'claude-flow executable not found';
127
+ result.error = 'claude-flow-novice executable not found';
128
128
  }
129
129
 
130
130
  result.initialized = result.hasRoomodes && result.hasExecutable;
@@ -283,7 +283,7 @@ async function listMcpTools(subArgs, flags) {
283
283
  console.log('\n📡 Status: 87 tools & resources available when server is running');
284
284
  console.log('🎯 Categories: swarm, neural, memory, analysis, workflow, github, daa, system');
285
285
  console.log('🔗 Compatibility: ruv-swarm + DAA + Claude-Flow unified platform');
286
- console.log('\n💡 Usage: claude-flow mcp tools --category=<category> --verbose');
286
+ console.log('\n💡 Usage: claude-flow-novice mcp tools --category=<category> --verbose');
287
287
  }
288
288
 
289
289
  async function manageMcpAuth(subArgs, flags) {
@@ -314,8 +314,8 @@ async function manageMcpAuth(subArgs, flags) {
314
314
  default:
315
315
  console.log('Auth commands: setup, status, rotate');
316
316
  console.log('Examples:');
317
- console.log(' claude-flow mcp auth setup');
318
- console.log(' claude-flow mcp auth status');
317
+ console.log(' claude-flow-novice mcp auth setup');
318
+ console.log(' claude-flow-novice mcp auth status');
319
319
  }
320
320
  }
321
321
 
@@ -408,12 +408,12 @@ function showMcpHelp() {
408
408
  console.log(' system ⚙️ System & utilities (8 tools)');
409
409
  console.log();
410
410
  console.log('EXAMPLES:');
411
- console.log(' claude-flow mcp status');
412
- console.log(' claude-flow mcp start --auto-orchestrator --daemon');
413
- console.log(' claude-flow mcp tools --category=neural --verbose');
414
- console.log(' claude-flow mcp tools --category=swarm');
415
- console.log(' claude-flow mcp config');
416
- console.log(' claude-flow mcp auth setup');
411
+ console.log(' claude-flow-novice mcp status');
412
+ console.log(' claude-flow-novice mcp start --auto-orchestrator --daemon');
413
+ console.log(' claude-flow-novice mcp tools --category=neural --verbose');
414
+ console.log(' claude-flow-novice mcp tools --category=swarm');
415
+ console.log(' claude-flow-novice mcp config');
416
+ console.log(' claude-flow-novice mcp auth setup');
417
417
  console.log();
418
418
  console.log('🎯 Total: 87 tools & resources available');
419
419
  console.log('🔗 Full ruv-swarm + DAA + Claude-Flow integration');
@@ -49,8 +49,8 @@ export const migrateHooksCommandConfig = {
49
49
  description: 'Migrate settings.json hooks to Claude Code 1.0.51+ format',
50
50
  usage: 'migrate-hooks [settings-file]',
51
51
  examples: [
52
- 'claude-flow migrate-hooks # Migrate all found settings.json files',
53
- 'claude-flow migrate-hooks .claude/settings.json # Migrate specific file',
52
+ 'claude-flow-novice migrate-hooks # Migrate all found settings.json files',
53
+ 'claude-flow-novice migrate-hooks .claude/settings.json # Migrate specific file',
54
54
  ],
55
55
  details: `
56
56
  Migrates old hooks format to new Claude Code 1.0.51+ format:
@@ -410,8 +410,8 @@ export function showMonitorHelp() {
410
410
  console.log(' --watch Continuous monitoring mode');
411
411
  console.log();
412
412
  console.log('Examples:');
413
- console.log(' claude-flow monitor # Show current metrics');
414
- console.log(' claude-flow monitor --watch # Continuous monitoring');
415
- console.log(' claude-flow monitor --interval 1000 --watch # Fast updates');
416
- console.log(' claude-flow monitor --format json # JSON output');
413
+ console.log(' claude-flow-novice monitor # Show current metrics');
414
+ console.log(' claude-flow-novice monitor --watch # Continuous monitoring');
415
+ console.log(' claude-flow-novice monitor --interval 1000 --watch # Fast updates');
416
+ console.log(' claude-flow-novice monitor --format json # JSON output');
417
417
  }
@@ -12,7 +12,7 @@ export async function neuralCommand(args, flags) {
12
12
 
13
13
  if (!subcommand) {
14
14
  console.log(chalk.cyan('🧠 Claude Flow Neural Module'));
15
- console.log('\nUsage: claude-flow neural <command> [options]');
15
+ console.log('\nUsage: claude-flow-novice neural <command> [options]');
16
16
  console.log('\nCommands:');
17
17
  console.log(' init Initialize SAFLA neural module');
18
18
  console.log('\nOptions:');
@@ -703,7 +703,7 @@ async function pairCommand(args = [], flags = {}) {
703
703
  function showHelp() {
704
704
  console.log(`
705
705
  📚 USAGE:
706
- claude-flow pair [options]
706
+ claude-flow-novice pair [options]
707
707
 
708
708
  ⚙️ OPTIONS:
709
709
  --start Start a new pair programming session
@@ -725,13 +725,13 @@ function showHelp() {
725
725
 
726
726
  💡 EXAMPLES:
727
727
  # Basic session with auto-fix
728
- claude-flow pair --start --verify --autofix
728
+ claude-flow-novice pair --start --verify --autofix
729
729
 
730
730
  # Custom threshold and iterations
731
- claude-flow pair --start --verify --autofix --threshold 0.98 --iterations 10
731
+ claude-flow-novice pair --start --verify --autofix --threshold 0.98 --iterations 10
732
732
 
733
733
  # With testing
734
- claude-flow pair --start --verify --autofix --test
734
+ claude-flow-novice pair --start --verify --autofix --test
735
735
 
736
736
  🎯 HOW IT WORKS:
737
737
  1. Run verification to identify issues
@@ -580,7 +580,7 @@ async function pairCommand(args = [], flags = {}) {
580
580
  function showHelp() {
581
581
  console.log(`
582
582
  📚 USAGE:
583
- claude-flow pair [options]
583
+ claude-flow-novice pair [options]
584
584
 
585
585
  ⚙️ OPTIONS:
586
586
  --start Start a new pair programming session
@@ -616,16 +616,16 @@ function showHelp() {
616
616
 
617
617
  💡 EXAMPLES:
618
618
  # Basic session with manual verification
619
- claude-flow pair --start --verify
619
+ claude-flow-novice pair --start --verify
620
620
 
621
621
  # Session with automatic verification (60s cooldown)
622
- claude-flow pair --start --verify --auto
622
+ claude-flow-novice pair --start --verify --auto
623
623
 
624
624
  # Driver mode with testing
625
- claude-flow pair --start --mode driver --test
625
+ claude-flow-novice pair --start --mode driver --test
626
626
 
627
627
  # Check session status
628
- claude-flow pair --status
628
+ claude-flow-novice pair --status
629
629
 
630
630
  🎯 OPTIMIZATION TIPS:
631
631
  • Use /verify manually when needed
@@ -659,8 +659,8 @@ async function startBackgroundSession(args, flags) {
659
659
 
660
660
  const pid = child.pid;
661
661
  console.log(`✅ Background session started (PID: ${pid})`);
662
- console.log('\n📊 Monitor with: claude-flow pair --status');
663
- console.log('🛑 Stop with: claude-flow pair --end\n');
662
+ console.log('\n📊 Monitor with: claude-flow-novice pair --status');
663
+ console.log('🛑 Stop with: claude-flow-novice pair --end\n');
664
664
  }
665
665
 
666
666
  async function showSessionStatus() {
@@ -464,7 +464,7 @@ async function pairCommand(args = [], flags = {}) {
464
464
  function showHelp() {
465
465
  console.log(`
466
466
  📚 USAGE:
467
- claude-flow pair [options]
467
+ claude-flow-novice pair [options]
468
468
 
469
469
  ⚙️ OPTIONS:
470
470
  --start Start a new pair programming session
@@ -496,12 +496,12 @@ function showHelp() {
496
496
  /end End session
497
497
 
498
498
  💡 EXAMPLES:
499
- claude-flow pair --start
500
- claude-flow pair --start --mode driver --verify
501
- claude-flow pair --start --verify --test
502
- claude-flow pair --start --agent senior-dev --test
503
- claude-flow pair --status
504
- claude-flow pair --end
499
+ claude-flow-novice pair --start
500
+ claude-flow-novice pair --start --mode driver --verify
501
+ claude-flow-novice pair --start --verify --test
502
+ claude-flow-novice pair --start --agent senior-dev --test
503
+ claude-flow-novice pair --status
504
+ claude-flow-novice pair --end
505
505
 
506
506
  🎯 QUICK START:
507
507
  npx claude-flow@alpha pair --start --verify --test
@@ -532,8 +532,8 @@ async function startBackgroundSession(args, flags) {
532
532
 
533
533
  const pid = child.pid;
534
534
  console.log(`✅ Background session started (PID: ${pid})`);
535
- console.log('\n📊 Monitor with: claude-flow pair --status');
536
- console.log('🛑 Stop with: claude-flow pair --end\n');
535
+ console.log('\n📊 Monitor with: claude-flow-novice pair --status');
536
+ console.log('🛑 Stop with: claude-flow-novice pair --end\n');
537
537
  }
538
538
 
539
539
  async function showSessionStatus() {
@@ -797,7 +797,7 @@ async function pairCommand(args = [], flags = {}) {
797
797
  function showHelp() {
798
798
  console.log(`
799
799
  📚 USAGE:
800
- claude-flow pair [options]
800
+ claude-flow-novice pair [options]
801
801
 
802
802
  ⚙️ OPTIONS:
803
803
  --start Start a new pair programming session
@@ -825,13 +825,13 @@ function showHelp() {
825
825
 
826
826
  💡 EXAMPLES:
827
827
  # Beginner mode with auto-fix
828
- claude-flow pair --start --guidance beginner --verify --autofix
828
+ claude-flow-novice pair --start --guidance beginner --verify --autofix
829
829
 
830
830
  # Expert mode with high threshold
831
- claude-flow pair --start --guidance expert --verify --autofix --threshold 0.98
831
+ claude-flow-novice pair --start --guidance expert --verify --autofix --threshold 0.98
832
832
 
833
833
  # Mentor mode (educational, no auto-fix)
834
- claude-flow pair --start --guidance mentor --verify
834
+ claude-flow-novice pair --start --guidance mentor --verify
835
835
 
836
836
  📊 DURING SESSION:
837
837
  /verify - Manual verification
@@ -797,7 +797,7 @@ async function pairCommand(args = [], flags = {}) {
797
797
  function showHelp() {
798
798
  console.log(`
799
799
  📚 USAGE:
800
- claude-flow pair [options]
800
+ claude-flow-novice pair [options]
801
801
 
802
802
  ⚙️ OPTIONS:
803
803
  --start Start a new pair programming session
@@ -825,13 +825,13 @@ function showHelp() {
825
825
 
826
826
  💡 EXAMPLES:
827
827
  # Beginner mode with auto-fix
828
- claude-flow pair --start --guidance beginner --verify --autofix
828
+ claude-flow-novice pair --start --guidance beginner --verify --autofix
829
829
 
830
830
  # Expert mode with high threshold
831
- claude-flow pair --start --guidance expert --verify --autofix --threshold 0.98
831
+ claude-flow-novice pair --start --guidance expert --verify --autofix --threshold 0.98
832
832
 
833
833
  # Mentor mode (educational, no auto-fix)
834
- claude-flow pair --start --guidance mentor --verify
834
+ claude-flow-novice pair --start --guidance mentor --verify
835
835
 
836
836
  📊 DURING SESSION:
837
837
  /verify - Manual verification
@@ -557,13 +557,13 @@ export function showSparcCommandsHelp() {
557
557
 
558
558
  console.log();
559
559
  console.log('Usage:');
560
- console.log(' claude-flow sparc-<command> "<task-description>" [options]');
560
+ console.log(' claude-flow-novice sparc-<command> "<task-description>" [options]');
561
561
  console.log();
562
562
  console.log('Examples:');
563
- console.log(' claude-flow sparc-dev "build user authentication system"');
564
- console.log(' claude-flow sparc-api "create REST API for e-commerce" --swarm');
565
- console.log(' claude-flow sparc-test "comprehensive testing for payment module"');
566
- console.log(' claude-flow sparc-security "security audit for web application"');
563
+ console.log(' claude-flow-novice sparc-dev "build user authentication system"');
564
+ console.log(' claude-flow-novice sparc-api "create REST API for e-commerce" --swarm');
565
+ console.log(' claude-flow-novice sparc-test "comprehensive testing for payment module"');
566
+ console.log(' claude-flow-novice sparc-security "security audit for web application"');
567
567
  }
568
568
 
569
569
  export default {
@@ -5,11 +5,11 @@ export function getArchitectOrchestration(taskDescription, memoryNamespace) {
5
5
 
6
6
  1. **Requirements Analysis** (10 mins)
7
7
  - Analyze the user's request: "${taskDescription}"
8
- - Query existing project context: \`npx claude-flow memory query ${memoryNamespace}\`
8
+ - Query existing project context: \`npx claude-flow-novice memory query ${memoryNamespace}\`
9
9
  - Identify core components, services, and modular boundaries
10
10
  - List external dependencies and integration points
11
11
  - Document scalability and security requirements
12
- - Store findings: \`npx claude-flow memory store ${memoryNamespace}_requirements "Core components: X, Y, Z. External deps: API-A, Service-B. Security: OAuth2, RLS policies needed."\`
12
+ - Store findings: \`npx claude-flow-novice memory store ${memoryNamespace}_requirements "Core components: X, Y, Z. External deps: API-A, Service-B. Security: OAuth2, RLS policies needed."\`
13
13
 
14
14
  2. **System Architecture Design** (20 mins)
15
15
  - Create modular architecture diagram using Mermaid syntax
@@ -18,7 +18,7 @@ export function getArchitectOrchestration(taskDescription, memoryNamespace) {
18
18
  - Plan data flow and state management patterns
19
19
  - Ensure NO hardcoded secrets or env values in design
20
20
  - Create extensible integration points
21
- - Store architecture: \`npx claude-flow memory store ${memoryNamespace}_architecture "Microservices: auth-service, user-service, data-processor. APIs: REST for external, gRPC for internal. State: Event-sourced with CQRS."\`
21
+ - Store architecture: \`npx claude-flow-novice memory store ${memoryNamespace}_architecture "Microservices: auth-service, user-service, data-processor. APIs: REST for external, gRPC for internal. State: Event-sourced with CQRS."\`
22
22
 
23
23
  3. **Technical Specifications** (15 mins)
24
24
  - Define detailed interface contracts (OpenAPI/AsyncAPI)
@@ -26,7 +26,7 @@ export function getArchitectOrchestration(taskDescription, memoryNamespace) {
26
26
  - Plan security boundaries and authentication flows
27
27
  - Document performance and scaling considerations
28
28
  - Define configuration management strategy
29
- - Store specs: \`npx claude-flow memory store ${memoryNamespace}_tech_specs "Auth: JWT with refresh tokens. DB: PostgreSQL with read replicas. Cache: Redis. Config: Environment-based with secrets manager."\`
29
+ - Store specs: \`npx claude-flow-novice memory store ${memoryNamespace}_tech_specs "Auth: JWT with refresh tokens. DB: PostgreSQL with read replicas. Cache: Redis. Config: Environment-based with secrets manager."\`
30
30
 
31
31
  4. **Modular Implementation Plan** (10 mins)
32
32
  - Break system into modules < 500 lines each
@@ -34,7 +34,7 @@ export function getArchitectOrchestration(taskDescription, memoryNamespace) {
34
34
  - Define testing strategy (unit, integration, e2e)
35
35
  - Plan deployment and rollback procedures
36
36
  - Identify tasks for other SPARC modes
37
- - Store plan: \`npx claude-flow memory store ${memoryNamespace}_implementation_plan "Phase 1: Core auth (tdd mode). Phase 2: User management (code mode). Phase 3: Integration (integration mode)."\`
37
+ - Store plan: \`npx claude-flow-novice memory store ${memoryNamespace}_implementation_plan "Phase 1: Core auth (tdd mode). Phase 2: User management (code mode). Phase 3: Integration (integration mode)."\`
38
38
 
39
39
  5. **Directory Safety**
40
40
  - **IMPORTANT**: All files should be created in the current working directory
@@ -63,40 +63,40 @@ export function getArchitectOrchestration(taskDescription, memoryNamespace) {
63
63
  After completing architecture, delegate to appropriate modes:
64
64
 
65
65
  ### Sequential Mode (for simple tasks):
66
- - \`npx claude-flow sparc run spec-pseudocode "Create detailed pseudocode for ${taskDescription}" --non-interactive\`
67
- - \`npx claude-flow sparc run security-review "Review architecture for vulnerabilities" --non-interactive\`
66
+ - \`npx claude-flow-novice sparc run spec-pseudocode "Create detailed pseudocode for ${taskDescription}" --non-interactive\`
67
+ - \`npx claude-flow-novice sparc run security-review "Review architecture for vulnerabilities" --non-interactive\`
68
68
 
69
69
  ### Background Swarm Mode (for complex implementation):
70
- - \`npx claude-flow swarm "Implement complete ${taskDescription} based on architecture" --strategy development --background --monitor\`
71
- - \`npx claude-flow swarm "Create comprehensive test suite for ${taskDescription}" --strategy testing --background --parallel\`
72
- - \`npx claude-flow swarm "Generate complete documentation for ${taskDescription}" --strategy research --background\`
70
+ - \`npx claude-flow-novice swarm "Implement complete ${taskDescription} based on architecture" --strategy development --background --monitor\`
71
+ - \`npx claude-flow-novice swarm "Create comprehensive test suite for ${taskDescription}" --strategy testing --background --parallel\`
72
+ - \`npx claude-flow-novice swarm "Generate complete documentation for ${taskDescription}" --strategy research --background\`
73
73
 
74
74
  ## 🐝 Enhanced Architecture with Background Swarms
75
75
  Leverage background swarm processing for complex architecture tasks:
76
76
 
77
77
  \`\`\`bash
78
78
  # Background research swarm for comprehensive analysis
79
- npx claude-flow swarm "Research and analyze all architectural patterns for ${taskDescription}" \\
79
+ npx claude-flow-novice swarm "Research and analyze all architectural patterns for ${taskDescription}" \\
80
80
  --strategy research --background --parallel --monitor \\
81
81
  --output ./architecture-research
82
82
 
83
83
  # Background development swarm for proof of concepts
84
- npx claude-flow swarm "Create architectural proof of concepts and prototypes for ${taskDescription}" \\
84
+ npx claude-flow-novice swarm "Create architectural proof of concepts and prototypes for ${taskDescription}" \\
85
85
  --strategy development --background --testing --monitor \\
86
86
  --output ./architecture-prototypes
87
87
 
88
88
  # Background documentation swarm for comprehensive specs
89
- npx claude-flow swarm "Generate complete technical specifications and API documentation for ${taskDescription}" \\
89
+ npx claude-flow-novice swarm "Generate complete technical specifications and API documentation for ${taskDescription}" \\
90
90
  --strategy research --background --parallel \\
91
91
  --output ./architecture-docs
92
92
 
93
93
  # Monitor all background swarms
94
- npx claude-flow status
95
- npx claude-flow monitor
94
+ npx claude-flow-novice status
95
+ npx claude-flow-novice monitor
96
96
 
97
97
  # Sequential architecture refinement with background support
98
- npx claude-flow sparc run architect "Initial system design for ${taskDescription}" --non-interactive
99
- npx claude-flow swarm "Refine architecture based on security and performance analysis" \\
98
+ npx claude-flow-novice sparc run architect "Initial system design for ${taskDescription}" --non-interactive
99
+ npx claude-flow-novice swarm "Refine architecture based on security and performance analysis" \\
100
100
  --strategy optimization --background --review --testing \\
101
101
  --output ./architecture-refined
102
102
  \`\`\`
@@ -106,20 +106,20 @@ Combine SPARC modes with background swarms for optimal efficiency:
106
106
 
107
107
  \`\`\`bash
108
108
  # Phase 1: Quick architecture analysis (SPARC)
109
- npx claude-flow sparc run architect "Core system design" --non-interactive
109
+ npx claude-flow-novice sparc run architect "Core system design" --non-interactive
110
110
 
111
111
  # Phase 2: Parallel background research (Swarm)
112
- npx claude-flow swarm "Deep dive research into scalability patterns" --strategy research --background &
113
- npx claude-flow swarm "Security analysis and threat modeling" --strategy analysis --background &
114
- npx claude-flow swarm "Performance benchmarking and optimization research" --strategy optimization --background &
112
+ npx claude-flow-novice swarm "Deep dive research into scalability patterns" --strategy research --background &
113
+ npx claude-flow-novice swarm "Security analysis and threat modeling" --strategy analysis --background &
114
+ npx claude-flow-novice swarm "Performance benchmarking and optimization research" --strategy optimization --background &
115
115
 
116
116
  # Phase 3: Implementation swarm (Background)
117
- npx claude-flow swarm "Full implementation of ${taskDescription} architecture" \\
117
+ npx claude-flow-novice swarm "Full implementation of ${taskDescription} architecture" \\
118
118
  --strategy development --background --parallel --monitor --testing \\
119
119
  --max-agents 8 --output ./implementation
120
120
 
121
121
  # Monitor progress
122
- npx claude-flow status
122
+ npx claude-flow-novice status
123
123
  tail -f ./swarm-runs/*/swarm.log
124
124
  \`\`\``;
125
125
  }