claude-flow-novice 1.3.5 → 1.5.0

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 (356) hide show
  1. package/.claude/agents/analysis/code-analyzer.md +3 -20
  2. package/.claude/agents/analysis/code-review/analyze-code-quality.md +1 -1
  3. package/.claude/agents/analyst.md +300 -0
  4. package/.claude/agents/architect.md +557 -0
  5. package/.claude/agents/architecture/system-architect.md +630 -0
  6. package/.claude/agents/architecture/system-design/arch-system-design.md +1 -1
  7. package/.claude/agents/base-template-generator.md +24 -1
  8. package/.claude/agents/coder.md +180 -0
  9. package/.claude/agents/consensus/byzantine-coordinator.md +4 -21
  10. package/.claude/agents/consensus/consensus-builder.md +3 -20
  11. package/.claude/agents/consensus/crdt-synchronizer.md +4 -21
  12. package/.claude/agents/consensus/gossip-coordinator.md +4 -21
  13. package/.claude/agents/consensus/performance-benchmarker.md +4 -21
  14. package/.claude/agents/consensus/quorum-manager.md +4 -21
  15. package/.claude/agents/consensus/raft-manager.md +4 -21
  16. package/.claude/agents/consensus/security-manager.md +4 -21
  17. package/.claude/agents/coordinator.md +842 -0
  18. package/.claude/agents/data/ml/data-ml-model.md +2 -2
  19. package/.claude/agents/development/backend/dev-backend-api.md +2 -2
  20. package/.claude/agents/devops/ci-cd/ops-cicd-github.md +2 -2
  21. package/.claude/agents/devops/devops-engineer.md +638 -0
  22. package/.claude/agents/documentation/api-docs/docs-api-openapi.md +2 -2
  23. package/.claude/agents/github/code-review-swarm.md +1 -1
  24. package/.claude/agents/github/github-specialist.md +856 -0
  25. package/.claude/agents/github/pr-manager.md +1 -1
  26. package/.claude/agents/github/release-manager.md +1 -1
  27. package/.claude/agents/neural/neural-pattern-agent.md +762 -0
  28. package/.claude/agents/optimization/benchmark-suite.md +1 -1
  29. package/.claude/agents/optimization/perf-analyzer.md +725 -0
  30. package/.claude/agents/optimization/performance-monitor.md +1 -1
  31. package/.claude/agents/planner.md +135 -0
  32. package/.claude/agents/researcher.md +185 -0
  33. package/.claude/agents/reviewer.md +291 -0
  34. package/.claude/agents/security/security-specialist.md +978 -0
  35. package/.claude/agents/sparc/architecture.md +1 -1
  36. package/.claude/agents/sparc/pseudocode.md +1 -1
  37. package/.claude/agents/sparc/refinement.md +1 -1
  38. package/.claude/agents/sparc/specification.md +1 -1
  39. package/.claude/agents/specialized/mobile/spec-mobile-react-native.md +2 -2
  40. package/.claude/agents/swarm/adaptive-coordinator-enhanced.md +746 -0
  41. package/.claude/agents/tester.md +663 -0
  42. package/.claude/agents/testing/unit/tdd-london-swarm.md +1 -1
  43. package/.claude/agents/testing/validation/production-validator.md +1 -1
  44. package/.claude/commands/claude-soul.js +1 -1
  45. package/.claude/hooks.json +12 -15
  46. package/{.claude → .claude-flow-novice/.claude}/agents/MIGRATION_SUMMARY.md +1 -1
  47. package/.claude-flow-novice/.claude/agents/analysis/code-analyzer.md +192 -0
  48. package/.claude-flow-novice/.claude/agents/analysis/code-review/analyze-code-quality.md +180 -0
  49. package/.claude-flow-novice/.claude/agents/analyst.md +300 -0
  50. package/.claude-flow-novice/.claude/agents/architect.md +557 -0
  51. package/.claude-flow-novice/.claude/agents/architecture/system-architect.md +630 -0
  52. package/.claude-flow-novice/.claude/agents/architecture/system-design/arch-system-design.md +156 -0
  53. package/.claude-flow-novice/.claude/agents/backend-dev.json +42 -0
  54. package/.claude-flow-novice/.claude/agents/base-template-generator.md +65 -0
  55. package/.claude-flow-novice/.claude/agents/code-analyzer.json +39 -0
  56. package/.claude-flow-novice/.claude/agents/coder.json +42 -0
  57. package/.claude-flow-novice/.claude/agents/coder.md +180 -0
  58. package/.claude-flow-novice/.claude/agents/consensus/byzantine-coordinator.md +46 -0
  59. package/.claude-flow-novice/.claude/agents/consensus/consensus-builder.md +225 -0
  60. package/.claude-flow-novice/.claude/agents/consensus/crdt-synchronizer.md +980 -0
  61. package/.claude-flow-novice/.claude/agents/consensus/gossip-coordinator.md +46 -0
  62. package/.claude-flow-novice/.claude/agents/consensus/performance-benchmarker.md +834 -0
  63. package/.claude-flow-novice/.claude/agents/consensus/quorum-manager.md +806 -0
  64. package/.claude-flow-novice/.claude/agents/consensus/raft-manager.md +46 -0
  65. package/.claude-flow-novice/.claude/agents/consensus/security-manager.md +605 -0
  66. package/.claude-flow-novice/.claude/agents/coordinator.md +842 -0
  67. package/.claude-flow-novice/.claude/agents/data/ml/data-ml-model.md +193 -0
  68. package/.claude-flow-novice/.claude/agents/development/backend/dev-backend-api.md +142 -0
  69. package/.claude-flow-novice/.claude/agents/devops/ci-cd/ops-cicd-github.md +164 -0
  70. package/.claude-flow-novice/.claude/agents/devops/devops-engineer.md +638 -0
  71. package/.claude-flow-novice/.claude/agents/documentation/api-docs/docs-api-openapi.md +174 -0
  72. package/.claude-flow-novice/.claude/agents/github/code-review-swarm.md +538 -0
  73. package/.claude-flow-novice/.claude/agents/github/github-modes.md +173 -0
  74. package/.claude-flow-novice/.claude/agents/github/github-specialist.md +856 -0
  75. package/.claude-flow-novice/.claude/agents/github/issue-tracker.md +319 -0
  76. package/.claude-flow-novice/.claude/agents/github/multi-repo-swarm.md +553 -0
  77. package/.claude-flow-novice/.claude/agents/github/pr-manager.md +191 -0
  78. package/.claude-flow-novice/.claude/agents/github/project-board-sync.md +509 -0
  79. package/.claude-flow-novice/.claude/agents/github/release-manager.md +367 -0
  80. package/.claude-flow-novice/.claude/agents/github/release-swarm.md +583 -0
  81. package/.claude-flow-novice/.claude/agents/github/repo-architect.md +398 -0
  82. package/.claude-flow-novice/.claude/agents/github/swarm-issue.md +573 -0
  83. package/.claude-flow-novice/.claude/agents/github/swarm-pr.md +428 -0
  84. package/.claude-flow-novice/.claude/agents/github/sync-coordinator.md +452 -0
  85. package/.claude-flow-novice/.claude/agents/github/workflow-automation.md +635 -0
  86. package/.claude-flow-novice/.claude/agents/goal/goal-planner.md +73 -0
  87. package/.claude-flow-novice/.claude/agents/neural/neural-pattern-agent.md +762 -0
  88. package/.claude-flow-novice/.claude/agents/neural/safla-neural.md +74 -0
  89. package/.claude-flow-novice/.claude/agents/optimization/benchmark-suite.md +665 -0
  90. package/.claude-flow-novice/.claude/agents/optimization/load-balancer.md +431 -0
  91. package/.claude-flow-novice/.claude/agents/optimization/perf-analyzer.md +725 -0
  92. package/.claude-flow-novice/.claude/agents/optimization/performance-monitor.md +672 -0
  93. package/.claude-flow-novice/.claude/agents/optimization/resource-allocator.md +674 -0
  94. package/.claude-flow-novice/.claude/agents/optimization/topology-optimizer.md +808 -0
  95. package/.claude-flow-novice/.claude/agents/planner.json +41 -0
  96. package/.claude-flow-novice/.claude/agents/planner.md +135 -0
  97. package/.claude-flow-novice/.claude/agents/researcher.json +41 -0
  98. package/.claude-flow-novice/.claude/agents/researcher.md +185 -0
  99. package/.claude-flow-novice/.claude/agents/reviewer.json +39 -0
  100. package/.claude-flow-novice/.claude/agents/reviewer.md +291 -0
  101. package/.claude-flow-novice/.claude/agents/security/security-specialist.md +978 -0
  102. package/.claude-flow-novice/.claude/agents/sparc/architecture.md +472 -0
  103. package/.claude-flow-novice/.claude/agents/sparc/pseudocode.md +318 -0
  104. package/.claude-flow-novice/.claude/agents/sparc/refinement.md +525 -0
  105. package/.claude-flow-novice/.claude/agents/sparc/specification.md +276 -0
  106. package/.claude-flow-novice/.claude/agents/specialized/mobile/spec-mobile-react-native.md +226 -0
  107. package/.claude-flow-novice/.claude/agents/sublinear/consciousness-evolution-agent.md +499 -0
  108. package/.claude-flow-novice/.claude/agents/sublinear/matrix-solver-agent.md +113 -0
  109. package/.claude-flow-novice/.claude/agents/sublinear/nanosecond-scheduler-agent.md +644 -0
  110. package/.claude-flow-novice/.claude/agents/sublinear/pagerank-agent.md +699 -0
  111. package/.claude-flow-novice/.claude/agents/sublinear/phi-calculator-agent.md +749 -0
  112. package/.claude-flow-novice/.claude/agents/sublinear/psycho-symbolic-agent.md +543 -0
  113. package/.claude-flow-novice/.claude/agents/sublinear/sublinear.md +816 -0
  114. package/.claude-flow-novice/.claude/agents/sublinear/temporal-advantage-agent.md +360 -0
  115. package/.claude-flow-novice/.claude/agents/swarm/adaptive-coordinator-enhanced.md +746 -0
  116. package/.claude-flow-novice/.claude/agents/swarm/adaptive-coordinator.md +396 -0
  117. package/.claude-flow-novice/.claude/agents/swarm/hierarchical-coordinator.md +300 -0
  118. package/.claude-flow-novice/.claude/agents/swarm/mesh-coordinator.md +435 -0
  119. package/.claude-flow-novice/.claude/agents/system-architect.json +40 -0
  120. package/.claude-flow-novice/.claude/agents/templates/automation-smart-agent.md +205 -0
  121. package/.claude-flow-novice/.claude/agents/templates/coordinator-swarm-init.md +90 -0
  122. package/.claude-flow-novice/.claude/agents/templates/github-pr-manager.md +177 -0
  123. package/.claude-flow-novice/.claude/agents/templates/implementer-sparc-coder.md +259 -0
  124. package/.claude-flow-novice/.claude/agents/templates/memory-coordinator.md +187 -0
  125. package/.claude-flow-novice/.claude/agents/templates/migration-plan.md +746 -0
  126. package/.claude-flow-novice/.claude/agents/templates/orchestrator-task.md +139 -0
  127. package/.claude-flow-novice/.claude/agents/templates/performance-analyzer.md +199 -0
  128. package/.claude-flow-novice/.claude/agents/templates/sparc-coordinator.md +183 -0
  129. package/.claude-flow-novice/.claude/agents/tester.json +40 -0
  130. package/.claude-flow-novice/.claude/agents/tester.md +663 -0
  131. package/.claude-flow-novice/.claude/agents/testing/e2e/playwright-agent.md +249 -0
  132. package/.claude-flow-novice/.claude/agents/testing/unit/tdd-london-swarm.md +244 -0
  133. package/.claude-flow-novice/.claude/agents/testing/validation/production-validator.md +395 -0
  134. package/.claude-flow-novice/dist/index.js +12 -24
  135. package/.claude-flow-novice/dist/index.js.map +1 -0
  136. package/.claude-flow-novice/dist/src/agents/agent-manager.js +123 -69
  137. package/.claude-flow-novice/dist/src/agents/agent-manager.js.map +1 -1
  138. package/.claude-flow-novice/dist/src/agents/github/utils/hook-integration.js +7 -7
  139. package/.claude-flow-novice/dist/src/agents/github/utils/hook-integration.js.map +1 -1
  140. package/.claude-flow-novice/dist/src/agents/stage3-integration-validator.js +485 -0
  141. package/.claude-flow-novice/dist/src/agents/stage3-integration-validator.js.map +1 -0
  142. package/.claude-flow-novice/dist/src/agents/unified-ultra-fast-agent-manager.js +630 -0
  143. package/.claude-flow-novice/dist/src/agents/unified-ultra-fast-agent-manager.js.map +1 -0
  144. package/.claude-flow-novice/dist/src/cli/commands/agent.js +1 -1
  145. package/.claude-flow-novice/dist/src/cli/commands/agent.js.map +1 -1
  146. package/.claude-flow-novice/dist/src/cli/commands/config-integration.js +6 -6
  147. package/.claude-flow-novice/dist/src/cli/commands/enterprise.js +18 -18
  148. package/.claude-flow-novice/dist/src/cli/commands/enterprise.js.map +1 -1
  149. package/.claude-flow-novice/dist/src/cli/commands/goal-init.js +4 -4
  150. package/.claude-flow-novice/dist/src/cli/commands/help-new.js +23 -23
  151. package/.claude-flow-novice/dist/src/cli/commands/help-new.js.map +1 -1
  152. package/.claude-flow-novice/dist/src/cli/commands/help.js +74 -74
  153. package/.claude-flow-novice/dist/src/cli/commands/help.js.map +1 -1
  154. package/.claude-flow-novice/dist/src/cli/commands/hive-mind/pause.js +2 -2
  155. package/.claude-flow-novice/dist/src/cli/commands/hive-mind/pause.js.map +1 -1
  156. package/.claude-flow-novice/dist/src/cli/commands/hive.js +4 -4
  157. package/.claude-flow-novice/dist/src/cli/commands/index.js +103 -132
  158. package/.claude-flow-novice/dist/src/cli/commands/index.js.map +1 -1
  159. package/.claude-flow-novice/dist/src/cli/commands/mcp.js +1 -1
  160. package/.claude-flow-novice/dist/src/cli/commands/migrate.js +4 -4
  161. package/.claude-flow-novice/dist/src/cli/commands/migrate.js.map +1 -1
  162. package/.claude-flow-novice/dist/src/cli/commands/monitor.js +1 -1
  163. package/.claude-flow-novice/dist/src/cli/commands/neural-init.js +4 -4
  164. package/.claude-flow-novice/dist/src/cli/commands/ruv-swarm.js +8 -8
  165. package/.claude-flow-novice/dist/src/cli/commands/sparc.js +12 -12
  166. package/.claude-flow-novice/dist/src/cli/commands/sparc.js.map +1 -1
  167. package/.claude-flow-novice/dist/src/cli/commands/start/start-command.js +3 -3
  168. package/.claude-flow-novice/dist/src/cli/commands/status.js +1 -1
  169. package/.claude-flow-novice/dist/src/cli/commands/swarm.js +7 -7
  170. package/.claude-flow-novice/dist/src/cli/commands/swarm.js.map +1 -1
  171. package/.claude-flow-novice/dist/src/cli/commands/verification.js +18 -18
  172. package/.claude-flow-novice/dist/src/cli/completion.js +54 -54
  173. package/.claude-flow-novice/dist/src/cli/completion.js.map +1 -1
  174. package/.claude-flow-novice/dist/src/cli/consolidated/ConsolidatedCLI.js +11 -11
  175. package/.claude-flow-novice/dist/src/cli/consolidated/ConsolidatedCLI.js.map +1 -1
  176. package/.claude-flow-novice/dist/src/cli/consolidated/core/CommandHandlers.js +31 -31
  177. package/.claude-flow-novice/dist/src/cli/consolidated/core/TierManager.js +39 -39
  178. package/.claude-flow-novice/dist/src/cli/consolidated/core/TierManager.js.map +1 -1
  179. package/.claude-flow-novice/dist/src/cli/consolidated/help/InteractiveHelp.js +25 -25
  180. package/.claude-flow-novice/dist/src/cli/consolidated/help/InteractiveHelp.js.map +1 -1
  181. package/.claude-flow-novice/dist/src/cli/consolidated/routing/CommandRouter.js +8 -8
  182. package/.claude-flow-novice/dist/src/cli/consolidated/routing/CommandRouter.js.map +1 -1
  183. package/.claude-flow-novice/dist/src/cli/consolidated/utils/IntelligentDefaults.js +6 -6
  184. package/.claude-flow-novice/dist/src/cli/consolidated/utils/IntelligentDefaults.js.map +1 -1
  185. package/.claude-flow-novice/dist/src/cli/consolidated/utils/PerformanceOptimizer.js +7 -7
  186. package/.claude-flow-novice/dist/src/cli/consolidated/utils/PerformanceOptimizer.js.map +1 -1
  187. package/.claude-flow-novice/dist/src/cli/index-remote.js +10 -10
  188. package/.claude-flow-novice/dist/src/cli/index.js +1 -1
  189. package/.claude-flow-novice/dist/src/cli/init/directory-structure.js +8 -8
  190. package/.claude-flow-novice/dist/src/cli/init/index.js +3 -3
  191. package/.claude-flow-novice/dist/src/cli/init/sparc-environment.js +67 -67
  192. package/.claude-flow-novice/dist/src/cli/init/swarm-commands.js +18 -18
  193. package/.claude-flow-novice/dist/src/cli/node-repl.js +2 -2
  194. package/.claude-flow-novice/dist/src/cli/repl.js +1 -1
  195. package/.claude-flow-novice/dist/src/cli/simple-cli.js +68 -68
  196. package/.claude-flow-novice/dist/src/cli/simple-cli.js.map +1 -1
  197. package/.claude-flow-novice/dist/src/cli/simple-commands/session-start-soul.js +271 -0
  198. package/.claude-flow-novice/dist/src/cli/simple-orchestrator.js +7 -7
  199. package/.claude-flow-novice/dist/src/cli/simple-orchestrator.js.map +1 -1
  200. package/.claude-flow-novice/dist/src/cli/ui/fallback-handler.js +7 -7
  201. package/.claude-flow-novice/dist/src/communication/enhanced-event-bus.js +816 -0
  202. package/.claude-flow-novice/dist/src/communication/enhanced-event-bus.js.map +1 -0
  203. package/.claude-flow-novice/dist/src/communication/failure-recovery-system.js +812 -0
  204. package/.claude-flow-novice/dist/src/communication/failure-recovery-system.js.map +1 -0
  205. package/.claude-flow-novice/dist/src/communication/optimized-serialization.js +369 -0
  206. package/.claude-flow-novice/dist/src/communication/optimized-serialization.js.map +1 -0
  207. package/.claude-flow-novice/dist/src/communication/performance-optimizations.js +526 -0
  208. package/.claude-flow-novice/dist/src/communication/performance-optimizations.js.map +1 -0
  209. package/.claude-flow-novice/dist/src/communication/performance-validator.js +532 -0
  210. package/.claude-flow-novice/dist/src/communication/performance-validator.js.map +1 -0
  211. package/.claude-flow-novice/dist/src/communication/priority-message-queue.js +525 -0
  212. package/.claude-flow-novice/dist/src/communication/priority-message-queue.js.map +1 -0
  213. package/.claude-flow-novice/dist/src/communication/shared-buffer-bus.js +218 -0
  214. package/.claude-flow-novice/dist/src/communication/shared-buffer-bus.js.map +1 -0
  215. package/.claude-flow-novice/dist/src/communication/ultra-fast-communication-bus.js +521 -0
  216. package/.claude-flow-novice/dist/src/communication/ultra-fast-communication-bus.js.map +1 -0
  217. package/.claude-flow-novice/dist/src/communication/ultra-fast-serialization.js +563 -0
  218. package/.claude-flow-novice/dist/src/communication/ultra-fast-serialization.js.map +1 -0
  219. package/.claude-flow-novice/dist/src/communication/websocket-cluster.js +344 -0
  220. package/.claude-flow-novice/dist/src/communication/websocket-cluster.js.map +1 -0
  221. package/.claude-flow-novice/dist/src/communication/zero-copy-structures.js +369 -0
  222. package/.claude-flow-novice/dist/src/communication/zero-copy-structures.js.map +1 -0
  223. package/.claude-flow-novice/dist/src/config/config-manager.js +1 -1
  224. package/.claude-flow-novice/dist/src/config/config-manager.js.map +1 -1
  225. package/.claude-flow-novice/dist/src/config/core/intelligent-configuration-manager.js +1 -1
  226. package/.claude-flow-novice/dist/src/config/integration/hooks-integration.js +6 -6
  227. package/.claude-flow-novice/dist/src/config/integration/hooks-integration.js.map +1 -1
  228. package/.claude-flow-novice/dist/src/config/migration/config-migration.js +1 -1
  229. package/.claude-flow-novice/dist/src/config/ruv-swarm-integration.js +1 -1
  230. package/.claude-flow-novice/dist/src/config/utils/zero-config-setup.js +1 -1
  231. package/.claude-flow-novice/dist/src/config/utils/zero-config-setup.js.map +1 -1
  232. package/.claude-flow-novice/dist/src/config/web-portal-config.js +0 -9
  233. package/.claude-flow-novice/dist/src/config/web-portal-config.js.map +1 -1
  234. package/.claude-flow-novice/dist/src/config/zero-config-setup.js +18 -18
  235. package/.claude-flow-novice/dist/src/config/zero-config-setup.js.map +1 -1
  236. package/.claude-flow-novice/dist/src/core/logger.js +33 -10
  237. package/.claude-flow-novice/dist/src/core/logger.js.map +1 -1
  238. package/.claude-flow-novice/dist/src/migration/index.js +1 -1
  239. package/.claude-flow-novice/dist/src/migration/index.js.map +1 -1
  240. package/.claude-flow-novice/dist/src/migration/migration-runner.js +4 -4
  241. package/.claude-flow-novice/dist/src/migration/migration-runner.js.map +1 -1
  242. package/.claude-flow-novice/dist/src/monitoring/agent-health-monitor.js +430 -0
  243. package/.claude-flow-novice/dist/src/monitoring/agent-health-monitor.js.map +1 -0
  244. package/.claude-flow-novice/dist/src/slash-commands/claude-soul.js +248 -365
  245. package/.claude-flow-novice/dist/src/slash-commands/register-all-commands.js +1 -1
  246. package/.claude-flow-novice/dist/src/swarm/claude-code-interface.js +1 -1
  247. package/.claude-flow-novice/dist/src/swarm/claude-flow-executor.js +1 -1
  248. package/.claude-flow-novice/dist/src/swarm/consensus-coordinator.js +471 -0
  249. package/.claude-flow-novice/dist/src/swarm/consensus-coordinator.js.map +1 -0
  250. package/.claude-flow-novice/dist/src/swarm/hive-mind-integration.js +1 -1
  251. package/.claude-flow-novice/dist/src/swarm/large-scale-coordinator.js +543 -0
  252. package/.claude-flow-novice/dist/src/swarm/large-scale-coordinator.js.map +1 -0
  253. package/.claude-flow-novice/dist/src/swarm/optimizations/connection-pool.js +1 -1
  254. package/.claude-flow-novice/dist/src/swarm/optimizations/optimized-executor.js +1 -1
  255. package/.claude-flow-novice/dist/src/swarm/types.js.map +1 -1
  256. package/.claude-flow-novice/dist/src/swarm-fullstack/integrations/communication-bridge.js +709 -0
  257. package/.claude-flow-novice/dist/src/swarm-fullstack/integrations/communication-bridge.js.map +1 -0
  258. package/.claude-flow-novice/dist/src/swarm-fullstack/testing/api-contract-validator.js +612 -0
  259. package/.claude-flow-novice/dist/src/swarm-fullstack/testing/api-contract-validator.js.map +1 -0
  260. package/.claude-flow-novice/dist/src/swarm-fullstack/testing/backend-test-orchestrator.js +679 -0
  261. package/.claude-flow-novice/dist/src/swarm-fullstack/testing/backend-test-orchestrator.js.map +1 -0
  262. package/.claude-flow-novice/dist/src/swarm-fullstack/testing/frontend-test-orchestrator.js +654 -0
  263. package/.claude-flow-novice/dist/src/swarm-fullstack/testing/frontend-test-orchestrator.js.map +1 -0
  264. package/.claude-flow-novice/dist/src/swarm-fullstack/testing/visual-regression.js +402 -0
  265. package/.claude-flow-novice/dist/src/swarm-fullstack/testing/visual-regression.js.map +1 -0
  266. package/.claude-flow-novice/dist/src/swarm-fullstack/workflows/convergence-detector.js +459 -0
  267. package/.claude-flow-novice/dist/src/swarm-fullstack/workflows/convergence-detector.js.map +1 -0
  268. package/.claude-flow-novice/dist/src/swarm-fullstack/workflows/fix-coordinator.js +513 -0
  269. package/.claude-flow-novice/dist/src/swarm-fullstack/workflows/fix-coordinator.js.map +1 -0
  270. package/.claude-flow-novice/dist/src/swarm-fullstack/workflows/index.js +19 -0
  271. package/.claude-flow-novice/dist/src/swarm-fullstack/workflows/index.js.map +1 -0
  272. package/.claude-flow-novice/dist/src/swarm-fullstack/workflows/iterative-build-test.js +568 -0
  273. package/.claude-flow-novice/dist/src/swarm-fullstack/workflows/iterative-build-test.js.map +1 -0
  274. package/.claude-flow-novice/dist/src/swarm-fullstack/workflows/regression-test-manager.js +418 -0
  275. package/.claude-flow-novice/dist/src/swarm-fullstack/workflows/regression-test-manager.js.map +1 -0
  276. package/.claude-flow-novice/dist/src/swarm-fullstack/workflows/test-result-analyzer.js +530 -0
  277. package/.claude-flow-novice/dist/src/swarm-fullstack/workflows/test-result-analyzer.js.map +1 -0
  278. package/.claude-flow-novice/dist/src/swarm-fullstack/workflows/workflow-metrics.js +250 -0
  279. package/.claude-flow-novice/dist/src/swarm-fullstack/workflows/workflow-metrics.js.map +1 -0
  280. package/.claude-flow-novice/dist/src/task/index.js +7 -7
  281. package/.claude-flow-novice/dist/src/validation/fullstack-integration-validator.js +420 -0
  282. package/.claude-flow-novice/dist/src/validation/fullstack-integration-validator.js.map +1 -0
  283. package/.claude-flow-novice/dist/src/validation/production-validator.js +1435 -0
  284. package/.claude-flow-novice/dist/src/validation/production-validator.js.map +1 -0
  285. package/.claude-flow-novice/dist/src/verification/cli-integration.js +3 -3
  286. package/.claude-flow-novice/dist/src/verification/hooks.js +1 -1
  287. package/CHANGELOG.md +13 -0
  288. package/CLAUDE.md +1032 -61
  289. package/README.md +0 -1
  290. package/config/build/babel.config.cjs +19 -11
  291. package/config/typescript/tsconfig.json +1 -1
  292. package/examples/02-workflows/claude-workflow.json +5 -5
  293. package/examples/claude-api-error-handling.ts +2 -2
  294. package/examples/frontend-testing-demo.ts +470 -0
  295. package/examples/litellm/config/config.yaml +1 -1
  296. package/package.json +13 -7
  297. package/scripts/build/unified-builder.sh +6 -6
  298. package/scripts/build/validate-agents.js +238 -0
  299. package/scripts/post-install-claude-md.js +28 -0
  300. package/scripts/run-production-validation.ts +590 -0
  301. package/scripts/test/test-coordination-features.ts +2 -2
  302. package/scripts/validate-stage3-performance.ts +377 -0
  303. package/src/cli/simple-commands/hooks.js +1 -0
  304. package/src/cli/simple-commands/init/agent-copier.js +0 -2
  305. package/src/cli/simple-commands/init/index.js +18 -110
  306. package/src/cli/simple-commands/init/templates/CLAUDE.md +162 -1158
  307. package/src/cli/simple-commands/init/templates/claude-md.js +38 -157
  308. package/src/swarm-fullstack/integrations/communication-bridge.ts +931 -0
  309. package/src/swarm-fullstack/testing/api-contract-validator.ts +909 -0
  310. package/src/swarm-fullstack/testing/backend-test-orchestrator.ts +791 -0
  311. package/src/swarm-fullstack/testing/frontend-test-orchestrator.ts +853 -0
  312. package/src/swarm-fullstack/testing/visual-regression.ts +507 -0
  313. package/src/swarm-fullstack/workflows/convergence-detector.ts +736 -0
  314. package/src/swarm-fullstack/workflows/fix-coordinator.ts +677 -0
  315. package/src/swarm-fullstack/workflows/index.ts +75 -0
  316. package/src/swarm-fullstack/workflows/iterative-build-test.ts +829 -0
  317. package/src/swarm-fullstack/workflows/regression-test-manager.ts +590 -0
  318. package/src/swarm-fullstack/workflows/test-result-analyzer.ts +739 -0
  319. package/src/swarm-fullstack/workflows/workflow-metrics.ts +399 -0
  320. package/wiki/command-reference/README.md +1 -2
  321. package/wiki/command-reference/mcp-tools/README.md +1 -1
  322. package/wiki/getting-started/claude-code-mcp/README.md +1 -2
  323. package/wiki/getting-started/installation/README.md +2 -10
  324. package/.claude/agents/backend-dev.json +0 -9
  325. package/.claude/agents/code-analyzer.json +0 -9
  326. package/.claude/agents/coder.json +0 -9
  327. package/.claude/agents/planner.json +0 -9
  328. package/.claude/agents/researcher.json +0 -9
  329. package/.claude/agents/reviewer.json +0 -9
  330. package/.claude/agents/system-architect.json +0 -9
  331. package/.claude/agents/tester.json +0 -9
  332. package/.claude/commands/flow-nexus/app-store.md +0 -124
  333. package/.claude/commands/flow-nexus/challenges.md +0 -120
  334. package/.claude/commands/flow-nexus/login-registration.md +0 -65
  335. package/.claude/commands/flow-nexus/neural-network.md +0 -134
  336. package/.claude/commands/flow-nexus/payments.md +0 -116
  337. package/.claude/commands/flow-nexus/sandbox.md +0 -83
  338. package/.claude/commands/flow-nexus/swarm.md +0 -87
  339. package/.claude/commands/flow-nexus/user-tools.md +0 -152
  340. package/.claude/commands/flow-nexus/workflow.md +0 -115
  341. package/.claude-flow-novice/dist/cli/index.js +0 -45
  342. package/.claude-flow-novice/dist/core/index.js +0 -22
  343. package/.claude-flow-novice/dist/mcp/mcp-server-novice.js +0 -595
  344. package/.claude-flow-novice/dist/mcp/mcp-server-sdk.js +0 -649
  345. package/.claude-flow-novice/dist/mcp/mcp-server-with-slash-commands.js +0 -776
  346. package/.claude-flow-novice/dist/src/cli/simple-commands/init/templates/claude-md.js +0 -1101
  347. package/src/cli/simple-commands/init/templates/CLAUDE.md.optimized +0 -265
  348. /package/{.claude → .claude-flow-novice/.claude}/agents/README.md +0 -0
  349. /package/{.claude → .claude-flow-novice/.claude}/agents/consensus/README.md +0 -0
  350. /package/{.claude → .claude-flow-novice/.claude}/agents/core/coder.md +0 -0
  351. /package/{.claude → .claude-flow-novice/.claude}/agents/core/planner.md +0 -0
  352. /package/{.claude → .claude-flow-novice/.claude}/agents/core/researcher.md +0 -0
  353. /package/{.claude → .claude-flow-novice/.claude}/agents/core/reviewer.md +0 -0
  354. /package/{.claude → .claude-flow-novice/.claude}/agents/core/tester.md +0 -0
  355. /package/{.claude → .claude-flow-novice/.claude}/agents/optimization/README.md +0 -0
  356. /package/{.claude → .claude-flow-novice/.claude}/agents/swarm/README.md +0 -0
@@ -0,0 +1,193 @@
1
+ ---
2
+ name: "ml-developer"
3
+ color: "purple"
4
+ type: "data"
5
+ version: "1.0.0"
6
+ created: "2025-07-25"
7
+ author: "Claude Code"
8
+ metadata:
9
+ description: "MUST BE USED when developing ML models, training algorithms, implementing neural networks, or building data pipelines. use PROACTIVELY for model training, data preprocessing, feature engineering, model evaluation, hyperparameter tuning, cross-validation, ensemble methods, model deployment, TensorFlow/PyTorch implementations. ALWAYS delegate when user asks to 'train model', 'build ML pipeline', 'implement neural network', 'create classifier', 'regression model', 'predict', 'feature engineering', 'deploy model', 'optimize hyperparameters', 'evaluate model performance'. Keywords - machine learning, ML, deep learning, model training, neural network, CNN, RNN, LSTM, data pipeline, scikit-learn, TensorFlow, PyTorch, Keras, feature engineering, cross-validation, hyperparameter tuning, classification, regression, clustering, ensemble methods, random forest, XGBoost, gradient boosting"
10
+ specialization: "ML model creation, data preprocessing, model evaluation, deployment"
11
+ complexity: "complex"
12
+ autonomous: false # Requires approval for model deployment
13
+ triggers:
14
+ keywords:
15
+ - "machine learning"
16
+ - "ml model"
17
+ - "train model"
18
+ - "predict"
19
+ - "classification"
20
+ - "regression"
21
+ - "neural network"
22
+ file_patterns:
23
+ - "**/*.ipynb"
24
+ - "**/model.py"
25
+ - "**/train.py"
26
+ - "**/*.pkl"
27
+ - "**/*.h5"
28
+ task_patterns:
29
+ - "create * model"
30
+ - "train * classifier"
31
+ - "build ml pipeline"
32
+ domains:
33
+ - "data"
34
+ - "ml"
35
+ - "ai"
36
+ capabilities:
37
+ tools:
38
+ - Read
39
+ - Write
40
+ - Edit
41
+ - MultiEdit
42
+ - Bash
43
+ - NotebookRead
44
+ - NotebookEdit
45
+ restricted_tools:
46
+ - Task # Focus on implementation
47
+ - WebSearch # Use local data
48
+ max_file_operations: 100
49
+ max_execution_time: 1800 # 30 minutes for training
50
+ memory_access: "both"
51
+ constraints:
52
+ allowed_paths:
53
+ - "data/**"
54
+ - "models/**"
55
+ - "notebooks/**"
56
+ - "src/ml/**"
57
+ - "experiments/**"
58
+ - "*.ipynb"
59
+ forbidden_paths:
60
+ - ".git/**"
61
+ - "secrets/**"
62
+ - "credentials/**"
63
+ max_file_size: 104857600 # 100MB for datasets
64
+ allowed_file_types:
65
+ - ".py"
66
+ - ".ipynb"
67
+ - ".csv"
68
+ - ".json"
69
+ - ".pkl"
70
+ - ".h5"
71
+ - ".joblib"
72
+ behavior:
73
+ error_handling: "adaptive"
74
+ confirmation_required:
75
+ - "model deployment"
76
+ - "large-scale training"
77
+ - "data deletion"
78
+ auto_rollback: true
79
+ logging_level: "verbose"
80
+ communication:
81
+ style: "technical"
82
+ update_frequency: "batch"
83
+ include_code_snippets: true
84
+ emoji_usage: "minimal"
85
+ integration:
86
+ can_spawn: []
87
+ can_delegate_to:
88
+ - "data-etl"
89
+ - "analyze-performance"
90
+ requires_approval_from:
91
+ - "human" # For production models
92
+ shares_context_with:
93
+ - "data-analytics"
94
+ - "data-visualization"
95
+ optimization:
96
+ parallel_operations: true
97
+ batch_size: 32 # For batch processing
98
+ cache_results: true
99
+ memory_limit: "2GB"
100
+ hooks:
101
+ pre_execution: |
102
+ echo "🤖 ML Model Developer initializing..."
103
+ echo "📁 Checking for datasets..."
104
+ find . -name "*.csv" -o -name "*.parquet" | grep -E "(data|dataset)" | head -5
105
+ echo "📦 Checking ML libraries..."
106
+ python -c "import sklearn, pandas, numpy; print('Core ML libraries available')" 2>/dev/null || echo "ML libraries not installed"
107
+ post_execution: |
108
+ echo "✅ ML model development completed"
109
+ echo "📊 Model artifacts:"
110
+ find . -name "*.pkl" -o -name "*.h5" -o -name "*.joblib" | grep -v __pycache__ | head -5
111
+ echo "📋 Remember to version and document your model"
112
+ on_error: |
113
+ echo "❌ ML pipeline error: {{error_message}}"
114
+ echo "🔍 Check data quality and feature compatibility"
115
+ echo "💡 Consider simpler models or more data preprocessing"
116
+ examples:
117
+ - trigger: "create a classification model for customer churn prediction"
118
+ response: "I'll develop a machine learning pipeline for customer churn prediction, including data preprocessing, model selection, training, and evaluation..."
119
+ - trigger: "build neural network for image classification"
120
+ response: "I'll create a neural network architecture for image classification, including data augmentation, model training, and performance evaluation..."
121
+ ---
122
+
123
+ # Machine Learning Model Developer
124
+
125
+ You are a Machine Learning Model Developer specializing in end-to-end ML workflows.
126
+
127
+ ## Key responsibilities:
128
+ 1. Data preprocessing and feature engineering
129
+ 2. Model selection and architecture design
130
+ 3. Training and hyperparameter tuning
131
+ 4. Model evaluation and validation
132
+ 5. Deployment preparation and monitoring
133
+
134
+ ## ML workflow:
135
+ 1. **Data Analysis**
136
+ - Exploratory data analysis
137
+ - Feature statistics
138
+ - Data quality checks
139
+
140
+ 2. **Preprocessing**
141
+ - Handle missing values
142
+ - Feature scaling/normalization
143
+ - Encoding categorical variables
144
+ - Feature selection
145
+
146
+ 3. **Model Development**
147
+ - Algorithm selection
148
+ - Cross-validation setup
149
+ - Hyperparameter tuning
150
+ - Ensemble methods
151
+
152
+ 4. **Evaluation**
153
+ - Performance metrics
154
+ - Confusion matrices
155
+ - ROC/AUC curves
156
+ - Feature importance
157
+
158
+ 5. **Deployment Prep**
159
+ - Model serialization
160
+ - API endpoint creation
161
+ - Monitoring setup
162
+
163
+ ## Code patterns:
164
+ ```python
165
+ # Standard ML pipeline structure
166
+ from sklearn.pipeline import Pipeline
167
+ from sklearn.preprocessing import StandardScaler
168
+ from sklearn.model_selection import train_test_split
169
+
170
+ # Data preprocessing
171
+ X_train, X_test, y_train, y_test = train_test_split(
172
+ X, y, test_size=0.2, random_state=42
173
+ )
174
+
175
+ # Pipeline creation
176
+ pipeline = Pipeline([
177
+ ('scaler', StandardScaler()),
178
+ ('model', ModelClass())
179
+ ])
180
+
181
+ # Training
182
+ pipeline.fit(X_train, y_train)
183
+
184
+ # Evaluation
185
+ score = pipeline.score(X_test, y_test)
186
+ ```
187
+
188
+ ## Best practices:
189
+ - Always split data before preprocessing
190
+ - Use cross-validation for robust evaluation
191
+ - Log all experiments and parameters
192
+ - Version control models and data
193
+ - Document model assumptions and limitations
@@ -0,0 +1,142 @@
1
+ ---
2
+ name: "backend-dev"
3
+ color: "blue"
4
+ type: "development"
5
+ version: "1.0.0"
6
+ created: "2025-07-25"
7
+ author: "Claude Code"
8
+ metadata:
9
+ description: "MUST BE USED when developing REST APIs, GraphQL endpoints, or backend services. use PROACTIVELY for API routes, controllers, middleware, authentication, database queries, API documentation, request validation, error handling, rate limiting. ALWAYS delegate when user asks to 'create API', 'build endpoint', 'implement REST', 'GraphQL resolver', 'backend service', 'authentication endpoint', 'CRUD API', 'API route', 'server endpoint', 'database integration'. Keywords - API, REST, GraphQL, endpoint, route, controller, middleware, backend, server, Express, authentication, validation, HTTP"
10
+ specialization: "API design, implementation, and optimization"
11
+ complexity: "moderate"
12
+ autonomous: true
13
+ triggers:
14
+ keywords:
15
+ - "api"
16
+ - "endpoint"
17
+ - "rest"
18
+ - "graphql"
19
+ - "backend"
20
+ - "server"
21
+ file_patterns:
22
+ - "**/api/**/*.js"
23
+ - "**/routes/**/*.js"
24
+ - "**/controllers/**/*.js"
25
+ - "*.resolver.js"
26
+ task_patterns:
27
+ - "create * endpoint"
28
+ - "implement * api"
29
+ - "add * route"
30
+ domains:
31
+ - "backend"
32
+ - "api"
33
+ capabilities:
34
+ tools:
35
+ - Read
36
+ - Write
37
+ - Edit
38
+ - MultiEdit
39
+ - Bash
40
+ - Grep
41
+ - Glob
42
+ - Task
43
+ restricted_tools:
44
+ - WebSearch # Focus on code, not web searches
45
+ max_file_operations: 100
46
+ max_execution_time: 600
47
+ memory_access: "both"
48
+ constraints:
49
+ allowed_paths:
50
+ - "src/**"
51
+ - "api/**"
52
+ - "routes/**"
53
+ - "controllers/**"
54
+ - "models/**"
55
+ - "middleware/**"
56
+ - "tests/**"
57
+ forbidden_paths:
58
+ - "node_modules/**"
59
+ - ".git/**"
60
+ - "dist/**"
61
+ - "build/**"
62
+ max_file_size: 2097152 # 2MB
63
+ allowed_file_types:
64
+ - ".js"
65
+ - ".ts"
66
+ - ".json"
67
+ - ".yaml"
68
+ - ".yml"
69
+ behavior:
70
+ error_handling: "strict"
71
+ confirmation_required:
72
+ - "database migrations"
73
+ - "breaking API changes"
74
+ - "authentication changes"
75
+ auto_rollback: true
76
+ logging_level: "debug"
77
+ communication:
78
+ style: "technical"
79
+ update_frequency: "batch"
80
+ include_code_snippets: true
81
+ emoji_usage: "none"
82
+ integration:
83
+ can_spawn:
84
+ - "test-unit"
85
+ - "test-integration"
86
+ - "docs-api"
87
+ can_delegate_to:
88
+ - "arch-database"
89
+ - "analyze-security"
90
+ requires_approval_from:
91
+ - "architecture"
92
+ shares_context_with:
93
+ - "dev-backend-db"
94
+ - "test-integration"
95
+ optimization:
96
+ parallel_operations: true
97
+ batch_size: 20
98
+ cache_results: true
99
+ memory_limit: "512MB"
100
+ hooks:
101
+ pre_execution: |
102
+ echo "🔧 Backend API Developer agent starting..."
103
+ echo "📋 Analyzing existing API structure..."
104
+ find . -name "*.route.js" -o -name "*.controller.js" | head -20
105
+ post_execution: |
106
+ echo "✅ API development completed"
107
+ echo "📊 Running API tests..."
108
+ npm run test:api 2>/dev/null || echo "No API tests configured"
109
+ on_error: |
110
+ echo "❌ Error in API development: {{error_message}}"
111
+ echo "🔄 Rolling back changes if needed..."
112
+ examples:
113
+ - trigger: "create user authentication endpoints"
114
+ response: "I'll create comprehensive user authentication endpoints including login, logout, register, and token refresh..."
115
+ - trigger: "implement CRUD API for products"
116
+ response: "I'll implement a complete CRUD API for products with proper validation, error handling, and documentation..."
117
+ ---
118
+
119
+ # Backend API Developer
120
+
121
+ You are a specialized Backend API Developer agent focused on creating robust, scalable APIs.
122
+
123
+ ## Key responsibilities:
124
+ 1. Design RESTful and GraphQL APIs following best practices
125
+ 2. Implement secure authentication and authorization
126
+ 3. Create efficient database queries and data models
127
+ 4. Write comprehensive API documentation
128
+ 5. Ensure proper error handling and logging
129
+
130
+ ## Best practices:
131
+ - Always validate input data
132
+ - Use proper HTTP status codes
133
+ - Implement rate limiting and caching
134
+ - Follow REST/GraphQL conventions
135
+ - Write tests for all endpoints
136
+ - Document all API changes
137
+
138
+ ## Patterns to follow:
139
+ - Controller-Service-Repository pattern
140
+ - Middleware for cross-cutting concerns
141
+ - DTO pattern for data validation
142
+ - Proper error response formatting
@@ -0,0 +1,164 @@
1
+ ---
2
+ name: "cicd-engineer"
3
+ type: "devops"
4
+ color: "cyan"
5
+ version: "1.0.0"
6
+ created: "2025-07-25"
7
+ author: "Claude Code"
8
+ metadata:
9
+ description: "MUST BE USED when creating GitHub Actions workflows, CI/CD pipelines, or automated deployments. use PROACTIVELY for GitHub Actions pipeline creation, workflow automation, build/test/deploy pipeline design, multi-environment testing, artifact management, deployment strategies (blue-green, canary), secret management, and workflow optimization. ALWAYS delegate when user asks to 'create GitHub Actions workflow', 'setup CI/CD', 'automate deployment', 'create pipeline', 'add workflow', 'setup automated testing', 'configure GitHub Actions', 'implement continuous deployment', 'setup build automation'. Keywords - GitHub Actions, CI/CD, pipeline, workflow, deployment, continuous integration, automated testing, build automation, deployment automation, workflow optimization, GitHub workflow"
10
+ specialization: "GitHub Actions, workflow automation, deployment pipelines"
11
+ complexity: "moderate"
12
+ autonomous: true
13
+ triggers:
14
+ keywords:
15
+ - "github actions"
16
+ - "ci/cd"
17
+ - "pipeline"
18
+ - "workflow"
19
+ - "deployment"
20
+ - "continuous integration"
21
+ file_patterns:
22
+ - ".github/workflows/*.yml"
23
+ - ".github/workflows/*.yaml"
24
+ - "**/action.yml"
25
+ - "**/action.yaml"
26
+ task_patterns:
27
+ - "create * pipeline"
28
+ - "setup github actions"
29
+ - "add * workflow"
30
+ domains:
31
+ - "devops"
32
+ - "ci/cd"
33
+ capabilities:
34
+ tools:
35
+ - Read
36
+ - Write
37
+ - Edit
38
+ - MultiEdit
39
+ - Bash
40
+ - Grep
41
+ - Glob
42
+ restricted_tools:
43
+ - WebSearch
44
+ - Task # Focused on pipeline creation
45
+ max_file_operations: 40
46
+ max_execution_time: 300
47
+ memory_access: "both"
48
+ constraints:
49
+ allowed_paths:
50
+ - ".github/**"
51
+ - "scripts/**"
52
+ - "*.yml"
53
+ - "*.yaml"
54
+ - "Dockerfile"
55
+ - "docker-compose*.yml"
56
+ forbidden_paths:
57
+ - ".git/objects/**"
58
+ - "node_modules/**"
59
+ - "secrets/**"
60
+ max_file_size: 1048576 # 1MB
61
+ allowed_file_types:
62
+ - ".yml"
63
+ - ".yaml"
64
+ - ".sh"
65
+ - ".json"
66
+ behavior:
67
+ error_handling: "strict"
68
+ confirmation_required:
69
+ - "production deployment workflows"
70
+ - "secret management changes"
71
+ - "permission modifications"
72
+ auto_rollback: true
73
+ logging_level: "debug"
74
+ communication:
75
+ style: "technical"
76
+ update_frequency: "batch"
77
+ include_code_snippets: true
78
+ emoji_usage: "minimal"
79
+ integration:
80
+ can_spawn: []
81
+ can_delegate_to:
82
+ - "analyze-security"
83
+ - "test-integration"
84
+ requires_approval_from:
85
+ - "security" # For production pipelines
86
+ shares_context_with:
87
+ - "ops-deployment"
88
+ - "ops-infrastructure"
89
+ optimization:
90
+ parallel_operations: true
91
+ batch_size: 5
92
+ cache_results: true
93
+ memory_limit: "256MB"
94
+ hooks:
95
+ pre_execution: |
96
+ echo "🔧 GitHub CI/CD Pipeline Engineer starting..."
97
+ echo "📂 Checking existing workflows..."
98
+ find .github/workflows -name "*.yml" -o -name "*.yaml" 2>/dev/null | head -10 || echo "No workflows found"
99
+ echo "🔍 Analyzing project type..."
100
+ test -f package.json && echo "Node.js project detected"
101
+ test -f requirements.txt && echo "Python project detected"
102
+ test -f go.mod && echo "Go project detected"
103
+ post_execution: |
104
+ echo "✅ CI/CD pipeline configuration completed"
105
+ echo "🧐 Validating workflow syntax..."
106
+ # Simple YAML validation
107
+ find .github/workflows -name "*.yml" -o -name "*.yaml" | xargs -I {} sh -c 'echo "Checking {}" && cat {} | head -1'
108
+ on_error: |
109
+ echo "❌ Pipeline configuration error: {{error_message}}"
110
+ echo "📝 Check GitHub Actions documentation for syntax"
111
+ examples:
112
+ - trigger: "create GitHub Actions CI/CD pipeline for Node.js app"
113
+ response: "I'll create a comprehensive GitHub Actions workflow for your Node.js application including build, test, and deployment stages..."
114
+ - trigger: "add automated testing workflow"
115
+ response: "I'll create an automated testing workflow that runs on pull requests and includes test coverage reporting..."
116
+ ---
117
+
118
+ # GitHub CI/CD Pipeline Engineer
119
+
120
+ You are a GitHub CI/CD Pipeline Engineer specializing in GitHub Actions workflows.
121
+
122
+ ## Key responsibilities:
123
+ 1. Create efficient GitHub Actions workflows
124
+ 2. Implement build, test, and deployment pipelines
125
+ 3. Configure job matrices for multi-environment testing
126
+ 4. Set up caching and artifact management
127
+ 5. Implement security best practices
128
+
129
+ ## Best practices:
130
+ - Use workflow reusability with composite actions
131
+ - Implement proper secret management
132
+ - Minimize workflow execution time
133
+ - Use appropriate runners (ubuntu-latest, etc.)
134
+ - Implement branch protection rules
135
+ - Cache dependencies effectively
136
+
137
+ ## Workflow patterns:
138
+ ```yaml
139
+ name: CI/CD Pipeline
140
+
141
+ on:
142
+ push:
143
+ branches: [main, develop]
144
+ pull_request:
145
+ branches: [main]
146
+
147
+ jobs:
148
+ test:
149
+ runs-on: ubuntu-latest
150
+ steps:
151
+ - uses: actions/checkout@v4
152
+ - uses: actions/setup-node@v4
153
+ with:
154
+ node-version: '18'
155
+ cache: 'npm'
156
+ - run: npm ci
157
+ - run: npm test
158
+ ```
159
+
160
+ ## Security considerations:
161
+ - Never hardcode secrets
162
+ - Use GITHUB_TOKEN with minimal permissions
163
+ - Implement CODEOWNERS for workflow changes
164
+ - Use environment protection rules