claude-flow-novice 1.3.3 → 1.3.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (333) hide show
  1. package/.claude/agents/github/release-manager.md +1 -1
  2. package/.claude/agents/github/repo-architect.md +2 -2
  3. package/.claude/agents/optimization/README.md +12 -12
  4. package/.claude/agents/optimization/benchmark-suite.md +8 -8
  5. package/.claude/agents/optimization/load-balancer.md +7 -7
  6. package/.claude/agents/optimization/performance-monitor.md +8 -8
  7. package/.claude/agents/optimization/resource-allocator.md +9 -9
  8. package/.claude/agents/optimization/topology-optimizer.md +8 -8
  9. package/.claude/agents/swarm/README.md +8 -8
  10. package/.claude/agents/testing/e2e/playwright-agent.md +1 -1
  11. package/.claude/commands/agents/agent-capabilities.md +2 -2
  12. package/.claude/commands/agents/agent-coordination.md +3 -3
  13. package/.claude/commands/agents/agent-types.md +1 -1
  14. package/.claude/commands/analysis/bottleneck-detect.md +5 -5
  15. package/.claude/commands/analysis/performance-report.md +4 -4
  16. package/.claude/commands/analysis/token-usage.md +4 -4
  17. package/.claude/commands/automation/auto-agent.md +5 -5
  18. package/.claude/commands/automation/self-healing.md +1 -1
  19. package/.claude/commands/automation/session-memory.md +1 -1
  20. package/.claude/commands/automation/smart-agents.md +1 -1
  21. package/.claude/commands/automation/smart-spawn.md +4 -4
  22. package/.claude/commands/automation/workflow-select.md +4 -4
  23. package/.claude/commands/claude-soul.js +22 -556
  24. package/.claude/commands/coordination/agent-spawn.md +4 -4
  25. package/.claude/commands/coordination/coordination-system.md +14 -14
  26. package/.claude/commands/coordination/swarm-init.md +5 -5
  27. package/.claude/commands/coordination/task-orchestrate.md +4 -4
  28. package/.claude/commands/github/code-review.md +4 -4
  29. package/.claude/commands/github/github-swarm.md +5 -5
  30. package/.claude/commands/github/issue-triage.md +4 -4
  31. package/.claude/commands/github/pr-enhance.md +4 -4
  32. package/.claude/commands/github/release-manager.md +1 -1
  33. package/.claude/commands/github/repo-analyze.md +4 -4
  34. package/.claude/commands/github/repo-architect.md +2 -2
  35. package/.claude/commands/hive-mind/hive-mind-consensus.md +1 -1
  36. package/.claude/commands/hive-mind/hive-mind-init.md +3 -3
  37. package/.claude/commands/hive-mind/hive-mind-memory.md +1 -1
  38. package/.claude/commands/hive-mind/hive-mind-metrics.md +1 -1
  39. package/.claude/commands/hive-mind/hive-mind-resume.md +1 -1
  40. package/.claude/commands/hive-mind/hive-mind-sessions.md +1 -1
  41. package/.claude/commands/hive-mind/hive-mind-spawn.md +4 -4
  42. package/.claude/commands/hive-mind/hive-mind-status.md +1 -1
  43. package/.claude/commands/hive-mind/hive-mind-stop.md +1 -1
  44. package/.claude/commands/hive-mind/hive-mind-wizard.md +1 -1
  45. package/.claude/commands/hive-mind/hive-mind.md +4 -4
  46. package/.claude/commands/hooks/overview.md +1 -1
  47. package/.claude/commands/hooks/post-edit.md +6 -6
  48. package/.claude/commands/hooks/post-task.md +6 -6
  49. package/.claude/commands/hooks/pre-edit.md +6 -6
  50. package/.claude/commands/hooks/pre-task.md +6 -6
  51. package/.claude/commands/hooks/session-end.md +6 -6
  52. package/.claude/commands/hooks/setup.md +6 -6
  53. package/.claude/commands/hooks.md +1 -1
  54. package/.claude/commands/memory/memory-bank.md +4 -4
  55. package/.claude/commands/memory/memory-persist.md +4 -4
  56. package/.claude/commands/memory/memory-search.md +4 -4
  57. package/.claude/commands/memory/memory-usage.md +4 -4
  58. package/.claude/commands/monitoring/agent-metrics.md +4 -4
  59. package/.claude/commands/monitoring/real-time-view.md +4 -4
  60. package/.claude/commands/monitoring/swarm-monitor.md +4 -4
  61. package/.claude/commands/optimization/auto-topology.md +2 -2
  62. package/.claude/commands/optimization/cache-manage.md +4 -4
  63. package/.claude/commands/optimization/parallel-execute.md +4 -4
  64. package/.claude/commands/optimization/parallel-execution.md +1 -1
  65. package/.claude/commands/optimization/topology-optimize.md +4 -4
  66. package/.claude/commands/pair/README.md +20 -20
  67. package/.claude/commands/pair/config.md +16 -16
  68. package/.claude/commands/pair/examples.md +11 -11
  69. package/.claude/commands/pair/modes.md +17 -17
  70. package/.claude/commands/pair/session.md +27 -27
  71. package/.claude/commands/pair/start.md +12 -12
  72. package/.claude/commands/sparc/analyzer.md +3 -3
  73. package/.claude/commands/sparc/architect.md +3 -3
  74. package/.claude/commands/sparc/batch-executor.md +3 -3
  75. package/.claude/commands/sparc/coder.md +3 -3
  76. package/.claude/commands/sparc/debugger.md +3 -3
  77. package/.claude/commands/sparc/designer.md +3 -3
  78. package/.claude/commands/sparc/documenter.md +3 -3
  79. package/.claude/commands/sparc/innovator.md +3 -3
  80. package/.claude/commands/sparc/memory-manager.md +3 -3
  81. package/.claude/commands/sparc/optimizer.md +3 -3
  82. package/.claude/commands/sparc/orchestrator.md +10 -10
  83. package/.claude/commands/sparc/researcher.md +3 -3
  84. package/.claude/commands/sparc/reviewer.md +3 -3
  85. package/.claude/commands/sparc/sparc-modes.md +13 -13
  86. package/.claude/commands/sparc/swarm-coordinator.md +3 -3
  87. package/.claude/commands/sparc/tdd.md +3 -3
  88. package/.claude/commands/sparc/tester.md +3 -3
  89. package/.claude/commands/sparc/workflow-manager.md +3 -3
  90. package/.claude/commands/stream-chain/pipeline.md +10 -10
  91. package/.claude/commands/stream-chain/run.md +4 -4
  92. package/.claude/commands/swarm/analysis.md +1 -1
  93. package/.claude/commands/swarm/development.md +1 -1
  94. package/.claude/commands/swarm/examples.md +3 -3
  95. package/.claude/commands/swarm/maintenance.md +1 -1
  96. package/.claude/commands/swarm/optimization.md +1 -1
  97. package/.claude/commands/swarm/research.md +1 -1
  98. package/.claude/commands/swarm/swarm-analysis.md +1 -1
  99. package/.claude/commands/swarm/swarm-background.md +1 -1
  100. package/.claude/commands/swarm/swarm-init.md +3 -3
  101. package/.claude/commands/swarm/swarm-modes.md +1 -1
  102. package/.claude/commands/swarm/swarm-monitor.md +1 -1
  103. package/.claude/commands/swarm/swarm-spawn.md +3 -3
  104. package/.claude/commands/swarm/swarm-status.md +1 -1
  105. package/.claude/commands/swarm/swarm-strategies.md +1 -1
  106. package/.claude/commands/swarm/swarm.md +4 -4
  107. package/.claude/commands/swarm/testing.md +1 -1
  108. package/.claude/commands/testing/playwright-e2e.md +36 -36
  109. package/.claude/commands/training/model-update.md +4 -4
  110. package/.claude/commands/training/neural-patterns.md +3 -3
  111. package/.claude/commands/training/neural-train.md +4 -4
  112. package/.claude/commands/training/pattern-learn.md +4 -4
  113. package/.claude/commands/training/specialization.md +2 -2
  114. package/.claude/commands/truth/start.md +10 -10
  115. package/.claude/commands/verify/check.md +5 -5
  116. package/.claude/commands/verify/start.md +22 -22
  117. package/.claude/commands/workflows/development.md +3 -3
  118. package/.claude/commands/workflows/research.md +2 -2
  119. package/.claude/commands/workflows/workflow-create.md +4 -4
  120. package/.claude/commands/workflows/workflow-execute.md +4 -4
  121. package/.claude/commands/workflows/workflow-export.md +4 -4
  122. package/examples/01-configurations/README.md +5 -5
  123. package/examples/02-workflows/README.md +8 -8
  124. package/examples/04-testing/incremental-updates-guide.md +3 -3
  125. package/examples/06-tutorials/getting-started/01-first-swarm.md +4 -4
  126. package/examples/06-tutorials/sparc/sparc-tdd-guide.md +13 -13
  127. package/examples/06-tutorials/sparc-batchtool-orchestration.md +54 -54
  128. package/examples/06-tutorials/workflows/multi-agent-coordination.md +9 -9
  129. package/examples/README-batch-init.md +50 -50
  130. package/examples/README.md +2 -2
  131. package/examples/automation-examples.md +13 -13
  132. package/examples/rest-api-simple/README-ARCHITECTURE.md +7 -7
  133. package/examples/rest-api-simple/implementation-plan.md +7 -7
  134. package/examples/rest-api-simple/next-steps.md +5 -5
  135. package/examples/rest-api-simple/sparc-implementation-roadmap.md +12 -12
  136. package/package.json +1 -1
  137. package/src/cli/simple-commands/agent.js +9 -9
  138. package/src/cli/simple-commands/analysis.js +17 -17
  139. package/src/cli/simple-commands/automation-executor.js +1 -1
  140. package/src/cli/simple-commands/automation.js +14 -14
  141. package/src/cli/simple-commands/batch-manager.js +10 -10
  142. package/src/cli/simple-commands/config.js +14 -14
  143. package/src/cli/simple-commands/coordination.js +8 -8
  144. package/src/cli/simple-commands/fix-hook-variables.js +4 -4
  145. package/src/cli/simple-commands/github/init.js +2 -2
  146. package/src/cli/simple-commands/github.js +7 -7
  147. package/src/cli/simple-commands/goal.js +1 -1
  148. package/src/cli/simple-commands/hive-mind-optimize.js +10 -10
  149. package/src/cli/simple-commands/hive-mind-wizard.js +5 -5
  150. package/src/cli/simple-commands/hive-mind.js +34 -34
  151. package/src/cli/simple-commands/hive.js +4 -4
  152. package/src/cli/simple-commands/hook-safety.js +7 -7
  153. package/src/cli/simple-commands/init/claude-commands/claude-flow-commands.js +74 -74
  154. package/src/cli/simple-commands/init/claude-commands/optimized-claude-flow-commands.js +143 -143
  155. package/src/cli/simple-commands/init/claude-commands/optimized-slash-commands.js +13 -13
  156. package/src/cli/simple-commands/init/claude-commands/optimized-sparc-commands.js +41 -41
  157. package/src/cli/simple-commands/init/claude-commands/slash-commands.js +1 -1
  158. package/src/cli/simple-commands/init/claude-commands/sparc-commands.js +24 -24
  159. package/src/cli/simple-commands/init/executable-wrapper.js +11 -11
  160. package/src/cli/simple-commands/init/help.js +19 -19
  161. package/src/cli/simple-commands/init/index.js +13 -13
  162. package/src/cli/simple-commands/init/rollback/recovery-manager.js +1 -1
  163. package/src/cli/simple-commands/init/rollback/rollback-executor.js +2 -2
  164. package/src/cli/simple-commands/init/sparc/roo-readme.js +5 -5
  165. package/src/cli/simple-commands/init/templates/claude-md.js +41 -41
  166. package/src/cli/simple-commands/init/templates/coordination-md.js +55 -55
  167. package/src/cli/simple-commands/init/templates/enhanced-templates.js +175 -175
  168. package/src/cli/simple-commands/init/templates/memory-bank-md.js +22 -22
  169. package/src/cli/simple-commands/init/templates/safe-hook-patterns.js +4 -4
  170. package/src/cli/simple-commands/init/templates/settings.json +1 -1
  171. package/src/cli/simple-commands/init/templates/sparc-modes.js +75 -75
  172. package/src/cli/simple-commands/init/templates/verification-claude-md.js +39 -39
  173. package/src/cli/simple-commands/init/validation/config-validator.js +3 -3
  174. package/src/cli/simple-commands/init/validation/health-checker.js +1 -1
  175. package/src/cli/simple-commands/init/validation/mode-validator.js +2 -2
  176. package/src/cli/simple-commands/mcp.js +9 -9
  177. package/src/cli/simple-commands/migrate-hooks.js +2 -2
  178. package/src/cli/simple-commands/monitor.js +4 -4
  179. package/src/cli/simple-commands/neural.js +1 -1
  180. package/src/cli/simple-commands/pair-autofix-only.js +4 -4
  181. package/src/cli/simple-commands/pair-basic.js +7 -7
  182. package/src/cli/simple-commands/pair-old.js +9 -9
  183. package/src/cli/simple-commands/pair-working.js +4 -4
  184. package/src/cli/simple-commands/pair.js +4 -4
  185. package/src/cli/simple-commands/sparc/commands.js +5 -5
  186. package/src/cli/simple-commands/sparc-modes/architect.js +23 -23
  187. package/src/cli/simple-commands/sparc-modes/ask.js +21 -21
  188. package/src/cli/simple-commands/sparc-modes/code.js +23 -23
  189. package/src/cli/simple-commands/sparc-modes/debug.js +10 -10
  190. package/src/cli/simple-commands/sparc-modes/devops.js +11 -11
  191. package/src/cli/simple-commands/sparc-modes/docs-writer.js +3 -3
  192. package/src/cli/simple-commands/sparc-modes/generic.js +4 -4
  193. package/src/cli/simple-commands/sparc-modes/index.js +22 -22
  194. package/src/cli/simple-commands/sparc-modes/integration.js +3 -3
  195. package/src/cli/simple-commands/sparc-modes/mcp.js +3 -3
  196. package/src/cli/simple-commands/sparc-modes/monitoring.js +3 -3
  197. package/src/cli/simple-commands/sparc-modes/optimization.js +3 -3
  198. package/src/cli/simple-commands/sparc-modes/security-review.js +11 -11
  199. package/src/cli/simple-commands/sparc-modes/sparc-orchestrator.js +37 -37
  200. package/src/cli/simple-commands/sparc-modes/spec-pseudocode.js +3 -3
  201. package/src/cli/simple-commands/sparc-modes/supabase-admin.js +11 -11
  202. package/src/cli/simple-commands/sparc-modes/swarm.js +34 -34
  203. package/src/cli/simple-commands/sparc-modes/tdd.js +11 -11
  204. package/src/cli/simple-commands/sparc-modes/tutorial.js +30 -30
  205. package/src/cli/simple-commands/sparc.js +14 -14
  206. package/src/cli/simple-commands/start-ui.js +4 -4
  207. package/src/cli/simple-commands/start-wrapper.js +17 -17
  208. package/src/cli/simple-commands/status.js +3 -3
  209. package/src/cli/simple-commands/stream-chain.js +12 -12
  210. package/src/cli/simple-commands/swarm-metrics-integration.js +2 -2
  211. package/src/cli/simple-commands/swarm-ui.js +2 -2
  212. package/src/cli/simple-commands/swarm.js +19 -19
  213. package/src/cli/simple-commands/task.js +7 -7
  214. package/src/cli/simple-commands/training.js +5 -5
  215. package/src/cli/simple-commands/verification-training-integration.js +1 -1
  216. package/src/slash-commands/claude-soul.js +248 -365
  217. package/src/slash-commands/register-all-commands.js +1 -1
  218. package/wiki/README.md +2 -2
  219. package/wiki/accessibility/README.md +4 -4
  220. package/wiki/accessibility/assistive-tech/screen-reader-support.md +6 -6
  221. package/wiki/accessibility/automation/agent-testing-automation.md +13 -13
  222. package/wiki/accessibility/guidelines/wcag-compliance.md +6 -6
  223. package/wiki/accessibility/i18n/internationalization-strategies.md +6 -6
  224. package/wiki/accessibility/motor-accessibility/keyboard-navigation.md +7 -7
  225. package/wiki/accessibility/patterns/inclusive-design-patterns.md +4 -4
  226. package/wiki/accessibility/testing/automated-testing.md +9 -9
  227. package/wiki/accessibility/visual-design/color-contrast.md +7 -7
  228. package/wiki/accessibility/workflows/accessibility-first-development.md +22 -22
  229. package/wiki/accessibility/workflows/inclusive-design-review.md +9 -9
  230. package/wiki/api-reference/cli-api.md +15 -15
  231. package/wiki/api-reference/plugin-development.md +3 -3
  232. package/wiki/command-reference/README.md +34 -34
  233. package/wiki/command-reference/agent-commands.md +46 -46
  234. package/wiki/command-reference/cli-commands.md +21 -21
  235. package/wiki/command-reference/command-syntax.md +89 -89
  236. package/wiki/command-reference/expert-tier.md +184 -184
  237. package/wiki/command-reference/intermediate-tier.md +63 -63
  238. package/wiki/command-reference/mcp-integration.md +29 -29
  239. package/wiki/command-reference/mcp-tools/README.md +4 -4
  240. package/wiki/command-reference/mcp-tools/dual-access-workflows.md +1 -1
  241. package/wiki/command-reference/mcp-tools/index.md +2 -2
  242. package/wiki/command-reference/mcp-tools/quick-reference.md +4 -4
  243. package/wiki/command-reference/mcp-tools/session-management.md +2 -2
  244. package/wiki/command-reference/mcp-tools/task-tool-integration.md +3 -3
  245. package/wiki/command-reference/novice/README.md +1 -1
  246. package/wiki/command-reference/novice-tier.md +152 -152
  247. package/wiki/command-reference/progression-guide.md +107 -107
  248. package/wiki/command-reference/troubleshooting.md +113 -113
  249. package/wiki/command-reference/workflows.md +187 -187
  250. package/wiki/community/README.md +1 -1
  251. package/wiki/community/learning-resources.md +1 -1
  252. package/wiki/core-concepts/agents/agent-creation-guide.md +9 -9
  253. package/wiki/core-concepts/integration.md +7 -7
  254. package/wiki/core-concepts/sparc-workflow.md +5 -5
  255. package/wiki/examples/automation/cicd-pipeline/README.md +3 -3
  256. package/wiki/examples/basic/hello-world/README.md +7 -7
  257. package/wiki/examples/integration-patterns.md +15 -15
  258. package/wiki/examples/performance-benchmarks.md +11 -11
  259. package/wiki/examples/projects/rest-api/README.md +1 -1
  260. package/wiki/examples/scenarios/ecommerce/README.md +1 -1
  261. package/wiki/examples/swarm-patterns.md +63 -63
  262. package/wiki/examples/templates/download-system.md +1 -1
  263. package/wiki/examples/templates/javascript/README.md +2 -2
  264. package/wiki/examples/troubleshooting/README.md +2 -2
  265. package/wiki/examples/utilities/patterns/README.md +8 -8
  266. package/wiki/examples/videos/01-setup.md +16 -16
  267. package/wiki/examples/workflow-automation/README.md +5 -5
  268. package/wiki/getting-started/claude-code-mcp/README.md +2 -2
  269. package/wiki/getting-started/installation/README.md +7 -7
  270. package/wiki/getting-started/learning-path.md +2 -2
  271. package/wiki/getting-started/quick-start/README.md +2 -2
  272. package/wiki/getting-started/quick-start/cli-tutorial.md +1 -1
  273. package/wiki/governance/multi-project-coordination.md +1 -1
  274. package/wiki/languages/go/README.md +10 -10
  275. package/wiki/languages/go/examples/README.md +29 -29
  276. package/wiki/languages/go/frameworks/README.md +18 -18
  277. package/wiki/languages/go/integration/README.md +34 -34
  278. package/wiki/languages/go/microservices/README.md +17 -17
  279. package/wiki/languages/go/performance/README.md +13 -13
  280. package/wiki/languages/go/setup/README.md +20 -20
  281. package/wiki/languages/go/systems/README.md +10 -10
  282. package/wiki/languages/go/testing/README.md +14 -14
  283. package/wiki/languages/java/README.md +25 -25
  284. package/wiki/languages/java/claude-flow-integration.md +49 -49
  285. package/wiki/languages/java/enterprise-java.md +15 -15
  286. package/wiki/languages/java/examples.md +30 -30
  287. package/wiki/languages/java/microservices.md +22 -22
  288. package/wiki/languages/java/performance.md +13 -13
  289. package/wiki/languages/java/project-setup.md +10 -10
  290. package/wiki/languages/java/spring-boot.md +12 -12
  291. package/wiki/languages/java/testing.md +12 -12
  292. package/wiki/languages/javascript/api/README.md +20 -20
  293. package/wiki/languages/javascript/backend/README.md +19 -19
  294. package/wiki/languages/javascript/frontend/README.md +18 -18
  295. package/wiki/languages/javascript/integration.md +11 -11
  296. package/wiki/languages/javascript/setup/README.md +28 -28
  297. package/wiki/languages/javascript/testing/README.md +14 -14
  298. package/wiki/languages/python/README.md +3 -3
  299. package/wiki/languages/python/data-science/README.md +11 -11
  300. package/wiki/languages/python/examples/README.md +5 -5
  301. package/wiki/languages/python/integration.md +5 -5
  302. package/wiki/languages/python/mcp-integration.md +1 -1
  303. package/wiki/languages/python/setup/README.md +5 -5
  304. package/wiki/languages/python/testing/README.md +3 -3
  305. package/wiki/languages/python/web-development/README.md +1 -1
  306. package/wiki/languages/rust/README.md +1 -1
  307. package/wiki/languages/rust/examples/cli-mcp-workflows.md +33 -33
  308. package/wiki/languages/rust/examples/rest-api.md +5 -5
  309. package/wiki/languages/rust/setup/cargo-integration.md +14 -14
  310. package/wiki/languages/rust/testing/quality-validation.md +9 -9
  311. package/wiki/languages/rust/web-development/axum.md +6 -6
  312. package/wiki/languages/rust/workflows/systems-programming.md +5 -5
  313. package/wiki/languages/typescript/setup.md +2 -2
  314. package/wiki/troubleshooting/README.md +3 -3
  315. package/wiki/troubleshooting/common-issues/README.md +6 -6
  316. package/wiki/troubleshooting/common-issues.md +26 -26
  317. package/wiki/troubleshooting/error-resolution.md +5 -5
  318. package/wiki/troubleshooting/performance-optimization.md +11 -11
  319. package/wiki/tutorials/advanced/06-legacy-system-integration.md +1 -1
  320. package/wiki/tutorials/advanced/08-enterprise-scenarios.md +3 -3
  321. package/wiki/tutorials/advanced/performance-optimization.md +43 -43
  322. package/wiki/tutorials/advanced/swarm-orchestration.md +40 -40
  323. package/wiki/tutorials/intermediate/optimization.md +35 -35
  324. package/wiki/tutorials/skill-assessment.md +3 -3
  325. package/wiki/tutorials/skill-competency-matrix.md +1 -1
  326. package/wiki/tutorials/troubleshooting/setup-issues.md +3 -3
  327. package/wiki/video-tutorials/README.md +3 -3
  328. package/wiki/video-tutorials/accessibility/README.md +4 -4
  329. package/wiki/video-tutorials/community/README.md +1 -1
  330. package/wiki/video-tutorials/content-organization/README.md +5 -5
  331. package/wiki/video-tutorials/interactive/README.md +5 -5
  332. package/wiki/video-tutorials/planning/README.md +4 -4
  333. package/wiki/video-tutorials/technical-specs/README.md +2 -2
@@ -10,21 +10,21 @@ This guide helps you diagnose and resolve common issues when using Claude Flow.
10
10
  Start troubleshooting with a comprehensive health check:
11
11
 
12
12
  ```bash
13
- claude-flow status --detailed --format json > health-check.json
14
- claude-flow agents status --all
15
- claude-flow mcp claude-flow health_check --deep
13
+ claude-flow-novice status --detailed --format json > health-check.json
14
+ claude-flow-novice agents status --all
15
+ claude-flow-novice mcp claude-flow-novice health_check --deep
16
16
  ```
17
17
 
18
18
  ### Common Quick Fixes
19
19
  ```bash
20
20
  # Restart agents that might be stuck
21
- claude-flow agents restart --all-failed
21
+ claude-flow-novice agents restart --all-failed
22
22
 
23
23
  # Clear cache and temporary files
24
- claude-flow system-cleanup --cache --temp-files
24
+ claude-flow-novice system-cleanup --cache --temp-files
25
25
 
26
26
  # Reset to known good state
27
- claude-flow system-reset --safe
27
+ claude-flow-novice system-reset --safe
28
28
 
29
29
  # Update to latest version
30
30
  npm update -g claude-flow@alpha
@@ -88,7 +88,7 @@ source ~/.bashrc
88
88
  **Solutions:**
89
89
  ```bash
90
90
  # Check current version
91
- claude-flow --version
91
+ claude-flow-novice --version
92
92
 
93
93
  # Force reinstall latest
94
94
  npm uninstall -g claude-flow
@@ -96,7 +96,7 @@ npm install -g claude-flow@alpha
96
96
 
97
97
  # Clear all caches
98
98
  npm cache clean --force
99
- claude-flow system-cleanup --all
99
+ claude-flow-novice system-cleanup --all
100
100
  ```
101
101
 
102
102
  ### MCP Server Setup Issues
@@ -114,13 +114,13 @@ claude mcp list
114
114
 
115
115
  # Add/re-add servers
116
116
  claude mcp remove claude-flow
117
- claude mcp add claude-flow npx claude-flow@alpha mcp start
117
+ claude mcp add claude-flow-novice npx claude-flow@alpha mcp start
118
118
 
119
119
  # Test connection
120
120
  claude mcp test claude-flow
121
121
 
122
122
  # Debug connection
123
- claude mcp debug claude-flow --verbose
123
+ claude mcp debug claude-flow-novice --verbose
124
124
  ```
125
125
 
126
126
  #### Issue: Authentication failures
@@ -148,7 +148,7 @@ npx flow-nexus@latest login --interactive
148
148
 
149
149
  ### Build Command Problems
150
150
 
151
- #### Issue: `claude-flow build` hangs or times out
151
+ #### Issue: `claude-flow-novice build` hangs or times out
152
152
  **Symptoms:**
153
153
  - Command never completes
154
154
  - No agent activity
@@ -157,19 +157,19 @@ npx flow-nexus@latest login --interactive
157
157
  **Solutions:**
158
158
  ```bash
159
159
  # Check agent status
160
- claude-flow agents status --detailed
160
+ claude-flow-novice agents status --detailed
161
161
 
162
162
  # Restart stuck agents
163
- claude-flow agents restart --all
163
+ claude-flow-novice agents restart --all
164
164
 
165
165
  # Try with shorter timeout
166
- claude-flow build "your task" --timeout 300
166
+ claude-flow-novice build "your task" --timeout 300
167
167
 
168
168
  # Use dry-run to see plan
169
- claude-flow build "your task" --dry-run
169
+ claude-flow-novice build "your task" --dry-run
170
170
 
171
171
  # Try simpler task
172
- claude-flow build "create hello world function"
172
+ claude-flow-novice build "create hello world function"
173
173
  ```
174
174
 
175
175
  #### Issue: Build fails with unclear errors
@@ -181,17 +181,17 @@ claude-flow build "create hello world function"
181
181
  **Solutions:**
182
182
  ```bash
183
183
  # Enable verbose logging
184
- claude-flow build "your task" --verbose --debug
184
+ claude-flow-novice build "your task" --verbose --debug
185
185
 
186
186
  # Check recent logs
187
- claude-flow logs --recent --errors-only
187
+ claude-flow-novice logs --recent --errors-only
188
188
 
189
189
  # Review project status
190
- claude-flow status --detailed
190
+ claude-flow-novice status --detailed
191
191
 
192
192
  # Try incremental approach
193
- claude-flow build "analyze requirements for [your task]"
194
- claude-flow build "design approach for [your task]"
193
+ claude-flow-novice build "analyze requirements for [your task]"
194
+ claude-flow-novice build "design approach for [your task]"
195
195
  ```
196
196
 
197
197
  #### Issue: Natural language not understood
@@ -215,7 +215,7 @@ claude-flow build "design approach for [your task]"
215
215
  # Try: "create user authentication system"
216
216
 
217
217
  # Use examples
218
- claude-flow help build --examples
218
+ claude-flow-novice help build --examples
219
219
  ```
220
220
 
221
221
  ### Agent Management Issues
@@ -229,16 +229,16 @@ claude-flow help build --examples
229
229
  **Solutions:**
230
230
  ```bash
231
231
  # Check available resources
232
- claude-flow system-status --resources
232
+ claude-flow-novice system-status --resources
233
233
 
234
234
  # Try spawning with lower resource limits
235
- claude-flow agents spawn coder --memory 256mb
235
+ claude-flow-novice agents spawn coder --memory 256mb
236
236
 
237
237
  # Clear agent cache
238
- claude-flow agents cleanup --inactive
238
+ claude-flow-novice agents cleanup --inactive
239
239
 
240
240
  # Reset agent system
241
- claude-flow agents reset --confirm
241
+ claude-flow-novice agents reset --confirm
242
242
  ```
243
243
 
244
244
  #### Issue: Agents performing poorly
@@ -250,16 +250,16 @@ claude-flow agents reset --confirm
250
250
  **Solutions:**
251
251
  ```bash
252
252
  # Check agent metrics
253
- claude-flow agents metrics --detailed
253
+ claude-flow-novice agents metrics --detailed
254
254
 
255
255
  # Optimize agent allocation
256
- claude-flow agents optimize --performance
256
+ claude-flow-novice agents optimize --performance
257
257
 
258
258
  # Restart underperforming agents
259
- claude-flow agents restart --performance-issues
259
+ claude-flow-novice agents restart --performance-issues
260
260
 
261
261
  # Update agent models
262
- claude-flow agents update --all
262
+ claude-flow-novice agents update --all
263
263
  ```
264
264
 
265
265
  ### Testing Issues
@@ -273,16 +273,16 @@ claude-flow agents update --all
273
273
  **Solutions:**
274
274
  ```bash
275
275
  # Check project structure
276
- claude-flow status --project-info
276
+ claude-flow-novice status --project-info
277
277
 
278
278
  # Specify test framework explicitly
279
- claude-flow test unit --framework jest --generate
279
+ claude-flow-novice test unit --framework jest --generate
280
280
 
281
281
  # Start with simple tests
282
- claude-flow test unit --pattern "utils/**" --generate
282
+ claude-flow-novice test unit --pattern "utils/**" --generate
283
283
 
284
284
  # Check test configuration
285
- claude-flow config test --show
285
+ claude-flow-novice config test --show
286
286
  ```
287
287
 
288
288
  #### Issue: Tests fail to run
@@ -294,16 +294,16 @@ claude-flow config test --show
294
294
  **Solutions:**
295
295
  ```bash
296
296
  # Install missing dependencies
297
- claude-flow build "install and configure testing dependencies"
297
+ claude-flow-novice build "install and configure testing dependencies"
298
298
 
299
299
  # Fix test configuration
300
- claude-flow test --fix-config
300
+ claude-flow-novice test --fix-config
301
301
 
302
302
  # Run specific test file
303
- claude-flow test unit --file "specific.test.js"
303
+ claude-flow-novice test unit --file "specific.test.js"
304
304
 
305
305
  # Check test environment
306
- claude-flow test --check-environment
306
+ claude-flow-novice test --check-environment
307
307
  ```
308
308
 
309
309
  ---
@@ -321,16 +321,16 @@ claude-flow test --check-environment
321
321
  **Solutions:**
322
322
  ```bash
323
323
  # Check deployment status
324
- claude-flow deploy status --environment staging
324
+ claude-flow-novice deploy status --environment staging
325
325
 
326
326
  # Try dry run first
327
- claude-flow deploy staging --dry-run
327
+ claude-flow-novice deploy staging --dry-run
328
328
 
329
329
  # Use safe deployment mode
330
- claude-flow deploy staging --safe-mode --rollback-on-failure
330
+ claude-flow-novice deploy staging --safe-mode --rollback-on-failure
331
331
 
332
332
  # Check deployment logs
333
- claude-flow deploy logs --environment staging --tail 100
333
+ claude-flow-novice deploy logs --environment staging --tail 100
334
334
  ```
335
335
 
336
336
  #### Issue: Environment configuration errors
@@ -342,16 +342,16 @@ claude-flow deploy logs --environment staging --tail 100
342
342
  **Solutions:**
343
343
  ```bash
344
344
  # Validate environment configuration
345
- claude-flow deploy validate-config --environment staging
345
+ claude-flow-novice deploy validate-config --environment staging
346
346
 
347
347
  # Check environment variables
348
- claude-flow config env --show --environment staging
348
+ claude-flow-novice config env --show --environment staging
349
349
 
350
350
  # Fix configuration
351
- claude-flow build "fix environment configuration for staging deployment"
351
+ claude-flow-novice build "fix environment configuration for staging deployment"
352
352
 
353
353
  # Test configuration
354
- claude-flow deploy test-config --environment staging
354
+ claude-flow-novice deploy test-config --environment staging
355
355
  ```
356
356
 
357
357
  ### Rollback Issues
@@ -365,16 +365,16 @@ claude-flow deploy test-config --environment staging
365
365
  **Solutions:**
366
366
  ```bash
367
367
  # Check available versions
368
- claude-flow deploy versions --environment production
368
+ claude-flow-novice deploy versions --environment production
369
369
 
370
370
  # Force rollback to specific version
371
- claude-flow deploy rollback --version v1.2.2 --force
371
+ claude-flow-novice deploy rollback --version v1.2.2 --force
372
372
 
373
373
  # Manual rollback if needed
374
- claude-flow deploy manual-rollback --emergency
374
+ claude-flow-novice deploy manual-rollback --emergency
375
375
 
376
376
  # Check rollback status
377
- claude-flow deploy rollback-status --detailed
377
+ claude-flow-novice deploy rollback-status --detailed
378
378
  ```
379
379
 
380
380
  ---
@@ -392,16 +392,16 @@ claude-flow deploy rollback-status --detailed
392
392
  **Solutions:**
393
393
  ```bash
394
394
  # Check memory usage
395
- claude-flow mcp claude-flow memory_usage --detailed
395
+ claude-flow-novice mcp claude-flow-novice memory_usage --detailed
396
396
 
397
397
  # Clean up memory
398
- claude-flow mcp claude-flow memory_compress --all-namespaces
398
+ claude-flow-novice mcp claude-flow-novice memory_compress --all-namespaces
399
399
 
400
400
  # Restart with more memory
401
- claude-flow agents restart --memory-limit 1024mb
401
+ claude-flow-novice agents restart --memory-limit 1024mb
402
402
 
403
403
  # Optimize memory usage
404
- claude-flow optimize memory --aggressive
404
+ claude-flow-novice optimize memory --aggressive
405
405
  ```
406
406
 
407
407
  #### Issue: Memory leaks
@@ -413,16 +413,16 @@ claude-flow optimize memory --aggressive
413
413
  **Solutions:**
414
414
  ```bash
415
415
  # Analyze memory patterns
416
- claude-flow optimize memory --analyze --detailed
416
+ claude-flow-novice optimize memory --analyze --detailed
417
417
 
418
418
  # Fix detected leaks
419
- claude-flow optimize memory --fix --safe-only
419
+ claude-flow-novice optimize memory --fix --safe-only
420
420
 
421
421
  # Monitor memory usage
422
- claude-flow status --watch --memory-tracking
422
+ claude-flow-novice status --watch --memory-tracking
423
423
 
424
424
  # Restart agents periodically
425
- claude-flow agents schedule-restart --interval 4h
425
+ claude-flow-novice agents schedule-restart --interval 4h
426
426
  ```
427
427
 
428
428
  ### Performance Issues
@@ -436,16 +436,16 @@ claude-flow agents schedule-restart --interval 4h
436
436
  **Solutions:**
437
437
  ```bash
438
438
  # Analyze performance bottlenecks
439
- claude-flow mcp claude-flow bottleneck_analyze --all
439
+ claude-flow-novice mcp claude-flow-novice bottleneck_analyze --all
440
440
 
441
441
  # Optimize system performance
442
- claude-flow optimize --all-targets --apply
442
+ claude-flow-novice optimize --all-targets --apply
443
443
 
444
444
  # Use parallel execution
445
- claude-flow build "your task" --parallel
445
+ claude-flow-novice build "your task" --parallel
446
446
 
447
447
  # Check system resources
448
- claude-flow system-status --performance
448
+ claude-flow-novice system-status --performance
449
449
  ```
450
450
 
451
451
  #### Issue: High CPU usage
@@ -457,16 +457,16 @@ claude-flow system-status --performance
457
457
  **Solutions:**
458
458
  ```bash
459
459
  # Check CPU usage by component
460
- claude-flow system-status --cpu-breakdown
460
+ claude-flow-novice system-status --cpu-breakdown
461
461
 
462
462
  # Optimize CPU usage
463
- claude-flow optimize cpu --limit-processes
463
+ claude-flow-novice optimize cpu --limit-processes
464
464
 
465
465
  # Reduce parallel operations
466
- claude-flow config set parallel-limit 4
466
+ claude-flow-novice config set parallel-limit 4
467
467
 
468
468
  # Use efficiency mode
469
- claude-flow config set efficiency-mode true
469
+ claude-flow-novice config set efficiency-mode true
470
470
  ```
471
471
 
472
472
  ---
@@ -491,12 +491,12 @@ chmod 755 $(pwd)
491
491
  chmod -R 644 $(pwd)/*
492
492
 
493
493
  # Run with appropriate permissions
494
- sudo claude-flow init --skip-git
494
+ sudo claude-flow-novice init --skip-git
495
495
 
496
496
  # Use different directory
497
497
  mkdir ~/claude-flow-projects
498
498
  cd ~/claude-flow-projects
499
- claude-flow init
499
+ claude-flow-novice init
500
500
  ```
501
501
 
502
502
  #### Issue: Authentication failures
@@ -532,16 +532,16 @@ claude auth login --method interactive
532
532
  **Solutions:**
533
533
  ```bash
534
534
  # Run comprehensive security scan
535
- claude-flow review security --detailed
535
+ claude-flow-novice review security --detailed
536
536
 
537
537
  # Fix automatically
538
- claude-flow review security --fix --safe-only
538
+ claude-flow-novice review security --fix --safe-only
539
539
 
540
540
  # Update dependencies
541
- claude-flow build "update dependencies to secure versions"
541
+ claude-flow-novice build "update dependencies to secure versions"
542
542
 
543
543
  # Check security status
544
- claude-flow security-status --detailed
544
+ claude-flow-novice security-status --detailed
545
545
  ```
546
546
 
547
547
  ---
@@ -562,13 +562,13 @@ claude-flow security-status --detailed
562
562
  ping api.anthropic.com
563
563
 
564
564
  # Use different network configuration
565
- claude-flow config network --retry-count 5 --timeout 60
565
+ claude-flow-novice config network --retry-count 5 --timeout 60
566
566
 
567
567
  # Configure proxy if needed
568
- claude-flow config proxy --url http://proxy.company.com:8080
568
+ claude-flow-novice config proxy --url http://proxy.company.com:8080
569
569
 
570
570
  # Test with different DNS
571
- claude-flow config dns --server 8.8.8.8
571
+ claude-flow-novice config dns --server 8.8.8.8
572
572
  ```
573
573
 
574
574
  #### Issue: Firewall blocking connections
@@ -580,17 +580,17 @@ claude-flow config dns --server 8.8.8.8
580
580
  **Solutions:**
581
581
  ```bash
582
582
  # Check required ports
583
- claude-flow network-test --ports
583
+ claude-flow-novice network-test --ports
584
584
 
585
585
  # Configure firewall exceptions
586
586
  # Allow outbound HTTPS (443)
587
587
  # Allow WebSocket connections
588
588
 
589
589
  # Use alternative endpoints
590
- claude-flow config endpoint --alternative
590
+ claude-flow-novice config endpoint --alternative
591
591
 
592
592
  # Contact IT for allowlist
593
- claude-flow config network-requirements --export
593
+ claude-flow-novice config network-requirements --export
594
594
  ```
595
595
 
596
596
  ---
@@ -608,16 +608,16 @@ claude-flow config network-requirements --export
608
608
  **Solutions:**
609
609
  ```bash
610
610
  # Validate configuration
611
- claude-flow config validate --detailed
611
+ claude-flow-novice config validate --detailed
612
612
 
613
613
  # Reset to defaults
614
- claude-flow config reset --confirm
614
+ claude-flow-novice config reset --confirm
615
615
 
616
616
  # Fix specific issues
617
- claude-flow config fix --auto
617
+ claude-flow-novice config fix --auto
618
618
 
619
619
  # Show current configuration
620
- claude-flow config show --all
620
+ claude-flow-novice config show --all
621
621
  ```
622
622
 
623
623
  #### Issue: Environment variable conflicts
@@ -629,7 +629,7 @@ claude-flow config show --all
629
629
  **Solutions:**
630
630
  ```bash
631
631
  # Check environment variables
632
- claude-flow config env --show
632
+ claude-flow-novice config env --show
633
633
 
634
634
  # Clear conflicting variables
635
635
  unset CLAUDE_FLOW_DEBUG
@@ -639,7 +639,7 @@ unset CLAUDE_FLOW_VERBOSE
639
639
  export CLAUDE_FLOW_ENV=development
640
640
 
641
641
  # Check effective configuration
642
- claude-flow config effective --show
642
+ claude-flow-novice config effective --show
643
643
  ```
644
644
 
645
645
  ---
@@ -651,25 +651,25 @@ claude-flow config effective --show
651
651
  #### Enable comprehensive debugging
652
652
  ```bash
653
653
  # Maximum verbosity
654
- claude-flow --debug --verbose command
654
+ claude-flow-novice --debug --verbose command
655
655
 
656
656
  # Log to file
657
- claude-flow command --log-file debug.log --log-level trace
657
+ claude-flow-novice command --log-file debug.log --log-level trace
658
658
 
659
659
  # Interactive debugging
660
- claude-flow debug --interactive command
660
+ claude-flow-novice debug --interactive command
661
661
  ```
662
662
 
663
663
  #### Analyze debug information
664
664
  ```bash
665
665
  # View recent logs
666
- claude-flow logs --recent --level debug
666
+ claude-flow-novice logs --recent --level debug
667
667
 
668
668
  # Analyze error patterns
669
- claude-flow logs --analyze --errors
669
+ claude-flow-novice logs --analyze --errors
670
670
 
671
671
  # Export debug information
672
- claude-flow debug-export --include-logs --include-config
672
+ claude-flow-novice debug-export --include-logs --include-config
673
673
  ```
674
674
 
675
675
  ### System Diagnostics
@@ -677,16 +677,16 @@ claude-flow debug-export --include-logs --include-config
677
677
  #### Comprehensive system check
678
678
  ```bash
679
679
  # Full system diagnostic
680
- claude-flow diagnostic --comprehensive
680
+ claude-flow-novice diagnostic --comprehensive
681
681
 
682
682
  # Check all components
683
- claude-flow mcp claude-flow health_check --components all
683
+ claude-flow-novice mcp claude-flow-novice health_check --components all
684
684
 
685
685
  # Performance analysis
686
- claude-flow benchmark --system --detailed
686
+ claude-flow-novice benchmark --system --detailed
687
687
 
688
688
  # Generate diagnostic report
689
- claude-flow diagnostic-report --format html --include-recommendations
689
+ claude-flow-novice diagnostic-report --format html --include-recommendations
690
690
  ```
691
691
 
692
692
  ---
@@ -697,16 +697,16 @@ claude-flow diagnostic-report --format html --include-recommendations
697
697
 
698
698
  ```bash
699
699
  # Interactive troubleshooting
700
- claude-flow help --troubleshoot --interactive
700
+ claude-flow-novice help --troubleshoot --interactive
701
701
 
702
702
  # Search help for specific issues
703
- claude-flow help --search "memory error"
703
+ claude-flow-novice help --search "memory error"
704
704
 
705
705
  # Get contextual help
706
- claude-flow help command --troubleshoot
706
+ claude-flow-novice help command --troubleshoot
707
707
 
708
708
  # Show recent known issues
709
- claude-flow help --known-issues --recent
709
+ claude-flow-novice help --known-issues --recent
710
710
  ```
711
711
 
712
712
  ### Community & Support
@@ -725,13 +725,13 @@ claude-flow help --known-issues --recent
725
725
 
726
726
  ```bash
727
727
  # Generate bug report
728
- claude-flow bug-report --auto-collect
728
+ claude-flow-novice bug-report --auto-collect
729
729
 
730
730
  # Include system information
731
- claude-flow bug-report --include-system --include-logs
731
+ claude-flow-novice bug-report --include-system --include-logs
732
732
 
733
733
  # Upload diagnostic data
734
- claude-flow bug-report --upload --consent
734
+ claude-flow-novice bug-report --upload --consent
735
735
  ```
736
736
 
737
737
  ---
@@ -743,25 +743,25 @@ claude-flow bug-report --upload --consent
743
743
  #### Safe mode startup
744
744
  ```bash
745
745
  # Start in safe mode
746
- claude-flow --safe-mode status
746
+ claude-flow-novice --safe-mode status
747
747
 
748
748
  # Reset to factory defaults
749
- claude-flow system-reset --factory-defaults --confirm
749
+ claude-flow-novice system-reset --factory-defaults --confirm
750
750
 
751
751
  # Recover from backup
752
- claude-flow system-restore --backup-id latest
752
+ claude-flow-novice system-restore --backup-id latest
753
753
  ```
754
754
 
755
755
  #### Data recovery
756
756
  ```bash
757
757
  # Backup current state
758
- claude-flow backup-create --emergency
758
+ claude-flow-novice backup-create --emergency
759
759
 
760
760
  # Recover lost work
761
- claude-flow recover --session-id last --include-partial
761
+ claude-flow-novice recover --session-id last --include-partial
762
762
 
763
763
  # Restore from automatic backup
764
- claude-flow restore --auto-backup --latest
764
+ claude-flow-novice restore --auto-backup --latest
765
765
  ```
766
766
 
767
767
  ### Emergency Contacts
@@ -777,12 +777,12 @@ For critical issues:
777
777
 
778
778
  ### Before Reporting Issues
779
779
 
780
- - [ ] Check Claude Flow version: `claude-flow --version`
781
- - [ ] Run health check: `claude-flow status --detailed`
782
- - [ ] Check recent logs: `claude-flow logs --recent --errors`
783
- - [ ] Try with different command: `claude-flow help`
784
- - [ ] Clear cache: `claude-flow system-cleanup --cache`
785
- - [ ] Restart agents: `claude-flow agents restart --all`
780
+ - [ ] Check Claude Flow version: `claude-flow-novice --version`
781
+ - [ ] Run health check: `claude-flow-novice status --detailed`
782
+ - [ ] Check recent logs: `claude-flow-novice logs --recent --errors`
783
+ - [ ] Try with different command: `claude-flow-novice help`
784
+ - [ ] Clear cache: `claude-flow-novice system-cleanup --cache`
785
+ - [ ] Restart agents: `claude-flow-novice agents restart --all`
786
786
  - [ ] Check network connectivity: `ping api.anthropic.com`
787
787
  - [ ] Verify authentication: `claude auth status`
788
788
  - [ ] Check disk space: `df -h`