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,418 @@
1
+ /**
2
+ * Regression Test Manager - Incremental Testing and Regression Detection
3
+ *
4
+ * Manages regression testing by comparing current test results against baselines,
5
+ * detecting regressions, and providing incremental test strategies.
6
+ *
7
+ * Key Features:
8
+ * - Baseline management
9
+ * - Regression detection
10
+ * - Incremental test selection
11
+ * - Impact analysis
12
+ * - Test result comparison
13
+ */ import { EventEmitter } from 'events';
14
+ export class RegressionTestManager extends EventEmitter {
15
+ logger;
16
+ config;
17
+ baselines = new Map();
18
+ regressionHistory = new Map();
19
+ constructor(logger, config){
20
+ super(), this.logger = logger;
21
+ this.config = {
22
+ enableBaselineComparison: true,
23
+ enableIncrementalTesting: true,
24
+ regressionThreshold: 5,
25
+ requireApprovalForRegression: true,
26
+ ...config
27
+ };
28
+ }
29
+ /**
30
+ * Run regression tests and detect regressions
31
+ */ async runRegressionTests(request) {
32
+ this.logger.info('Running regression tests', {
33
+ featureId: request.featureId,
34
+ hasBaseline: !!request.baseline
35
+ });
36
+ try {
37
+ // Use provided baseline or stored baseline
38
+ const baseline = request.baseline || this.baselines.get(request.featureId);
39
+ if (!baseline) {
40
+ this.logger.warn('No baseline found for comparison', {
41
+ featureId: request.featureId
42
+ });
43
+ return this.createNoRegressionResult(request.current);
44
+ }
45
+ // Generate summary
46
+ const summary = this.generateRegressionSummary(baseline, request.current);
47
+ // Detect regressions
48
+ const regressions = this.detectRegressions(baseline, request.current);
49
+ // Identify improvements
50
+ const improvements = this.identifyImprovements(baseline, request.current);
51
+ // Determine severity
52
+ const severity = this.determineSeverity(summary, regressions);
53
+ // Generate recommendations
54
+ const recommendations = this.generateRecommendations(summary, regressions, improvements);
55
+ // Determine if action required
56
+ const requiresAction = severity === 'severe' || severity === 'critical' || this.config.requireApprovalForRegression && regressions.length > 0;
57
+ const result = {
58
+ regressionDetected: regressions.length > 0,
59
+ severity,
60
+ summary,
61
+ regressions,
62
+ improvements,
63
+ recommendations,
64
+ requiresAction
65
+ };
66
+ // Store in history
67
+ const history = this.regressionHistory.get(request.featureId) || [];
68
+ history.push(result);
69
+ this.regressionHistory.set(request.featureId, history);
70
+ // Emit events
71
+ if (result.regressionDetected) {
72
+ this.emit('regression:detected', {
73
+ featureId: request.featureId,
74
+ severity: result.severity,
75
+ regressions: result.regressions.length
76
+ });
77
+ }
78
+ if (improvements.length > 0) {
79
+ this.emit('regression:improvements', {
80
+ featureId: request.featureId,
81
+ improvements: improvements.length
82
+ });
83
+ }
84
+ return result;
85
+ } catch (error) {
86
+ this.logger.error('Failed to run regression tests', {
87
+ error,
88
+ featureId: request.featureId
89
+ });
90
+ throw error;
91
+ }
92
+ }
93
+ /**
94
+ * Create incremental test plan based on changed files
95
+ */ async createIncrementalTestPlan(featureId, changedFiles, allTests) {
96
+ if (!this.config.enableIncrementalTesting) {
97
+ return {
98
+ featureId,
99
+ totalTests: allTests.length,
100
+ selectedTests: allTests,
101
+ reason: 'Incremental testing disabled - running all tests',
102
+ estimatedDuration: allTests.length * 1000,
103
+ coverage: 100
104
+ };
105
+ }
106
+ this.logger.info('Creating incremental test plan', {
107
+ featureId,
108
+ changedFiles: changedFiles.length,
109
+ totalTests: allTests.length
110
+ });
111
+ // Select tests affected by changed files
112
+ const selectedTests = this.selectAffectedTests(changedFiles, allTests);
113
+ // Add critical tests that should always run
114
+ const criticalTests = this.selectCriticalTests(allTests);
115
+ for (const test of criticalTests){
116
+ if (!selectedTests.includes(test)) {
117
+ selectedTests.push(test);
118
+ }
119
+ }
120
+ // Estimate coverage
121
+ const coverage = selectedTests.length / allTests.length * 100;
122
+ return {
123
+ featureId,
124
+ totalTests: allTests.length,
125
+ selectedTests,
126
+ reason: `Selected ${selectedTests.length} tests based on ${changedFiles.length} changed file(s)`,
127
+ estimatedDuration: selectedTests.length * 1000,
128
+ coverage
129
+ };
130
+ }
131
+ /**
132
+ * Store baseline for future comparisons
133
+ */ storeBaseline(featureId, testResults) {
134
+ this.baselines.set(featureId, testResults);
135
+ this.logger.info('Stored regression test baseline', {
136
+ featureId,
137
+ tests: testResults.totalTests,
138
+ passed: testResults.passed
139
+ });
140
+ }
141
+ /**
142
+ * Get regression history
143
+ */ getRegressionHistory(featureId) {
144
+ return this.regressionHistory.get(featureId) || [];
145
+ }
146
+ /**
147
+ * Generate regression summary
148
+ */ generateRegressionSummary(baseline, current) {
149
+ const baselinePassRate = baseline.passed / baseline.totalTests;
150
+ const currentPassRate = current.passed / current.totalTests;
151
+ const passRateChange = (currentPassRate - baselinePassRate) * 100;
152
+ // Identify new and fixed failures
153
+ const baselineFailureNames = new Set(baseline.failures.map((f)=>f.testName));
154
+ const currentFailureNames = new Set(current.failures.map((f)=>f.testName));
155
+ const newFailures = Array.from(currentFailureNames).filter((name)=>!baselineFailureNames.has(name)).length;
156
+ const fixedFailures = Array.from(baselineFailureNames).filter((name)=>!currentFailureNames.has(name)).length;
157
+ return {
158
+ baselinePassed: baseline.passed,
159
+ baselineFailed: baseline.failed,
160
+ currentPassed: current.passed,
161
+ currentFailed: current.failed,
162
+ newFailures,
163
+ fixedFailures,
164
+ passRateChange
165
+ };
166
+ }
167
+ /**
168
+ * Detect regressions by comparing baseline and current results
169
+ */ detectRegressions(baseline, current) {
170
+ const regressions = [];
171
+ // Create maps for easier lookup
172
+ const baselineFailuresMap = new Map(baseline.failures.map((f)=>[
173
+ f.testName,
174
+ f
175
+ ]));
176
+ const currentFailuresMap = new Map(current.failures.map((f)=>[
177
+ f.testName,
178
+ f
179
+ ]));
180
+ // Detect new failures (tests that were passing in baseline but failing now)
181
+ for (const [testName, currentFailure] of currentFailuresMap){
182
+ const baselineFailure = baselineFailuresMap.get(testName);
183
+ if (!baselineFailure) {
184
+ // New failure - test was passing before
185
+ regressions.push({
186
+ id: `regression_${Date.now()}_${Math.random().toString(36).substr(2, 9)}`,
187
+ testName,
188
+ type: 'new-failure',
189
+ previousState: 'passing',
190
+ currentState: `failing (${currentFailure.severity})`,
191
+ severity: currentFailure.severity,
192
+ impactedComponents: currentFailure.affectedComponents,
193
+ suggestedAction: `Investigate new failure in ${currentFailure.category} test`
194
+ });
195
+ } else if (this.getSeverityLevel(currentFailure.severity) > this.getSeverityLevel(baselineFailure.severity)) {
196
+ // Worse failure - severity increased
197
+ regressions.push({
198
+ id: `regression_${Date.now()}_${Math.random().toString(36).substr(2, 9)}`,
199
+ testName,
200
+ type: 'worse-failure',
201
+ previousState: `failing (${baselineFailure.severity})`,
202
+ currentState: `failing (${currentFailure.severity})`,
203
+ severity: currentFailure.severity,
204
+ impactedComponents: currentFailure.affectedComponents,
205
+ suggestedAction: 'Investigate severity increase'
206
+ });
207
+ }
208
+ }
209
+ // Check for new warnings
210
+ const baselineWarningNames = new Set(baseline.warnings.map((w)=>w.location));
211
+ const newWarnings = current.warnings.filter((w)=>!baselineWarningNames.has(w.location) && w.severity === 'high');
212
+ for (const warning of newWarnings){
213
+ regressions.push({
214
+ id: `regression_${Date.now()}_${Math.random().toString(36).substr(2, 9)}`,
215
+ testName: warning.location,
216
+ type: 'new-warning',
217
+ previousState: 'no warning',
218
+ currentState: `${warning.type} warning`,
219
+ severity: 'medium',
220
+ impactedComponents: [
221
+ warning.location
222
+ ],
223
+ suggestedAction: `Address new ${warning.type} warning`
224
+ });
225
+ }
226
+ return regressions;
227
+ }
228
+ /**
229
+ * Identify improvements
230
+ */ identifyImprovements(baseline, current) {
231
+ const improvements = [];
232
+ const baselineFailureNames = new Set(baseline.failures.map((f)=>f.testName));
233
+ const currentFailureNames = new Set(current.failures.map((f)=>f.testName));
234
+ // Fixed failures (tests that were failing but now passing)
235
+ for (const baselineFailure of baseline.failures){
236
+ if (!currentFailureNames.has(baselineFailure.testName)) {
237
+ improvements.push({
238
+ id: `improvement_${Date.now()}_${Math.random().toString(36).substr(2, 9)}`,
239
+ testName: baselineFailure.testName,
240
+ type: 'fixed-failure',
241
+ previousState: `failing (${baselineFailure.severity})`,
242
+ currentState: 'passing',
243
+ impact: `Fixed ${baselineFailure.category} test`
244
+ });
245
+ }
246
+ }
247
+ // Coverage improvements
248
+ const baselineCovg = this.averageCoverage(baseline.coverage);
249
+ const currentCovg = this.averageCoverage(current.coverage);
250
+ if (currentCovg > baselineCovg + 5) {
251
+ // 5% improvement threshold
252
+ improvements.push({
253
+ id: `improvement_${Date.now()}_${Math.random().toString(36).substr(2, 9)}`,
254
+ testName: 'coverage',
255
+ type: 'better-coverage',
256
+ previousState: `${baselineCovg.toFixed(1)}%`,
257
+ currentState: `${currentCovg.toFixed(1)}%`,
258
+ impact: `Improved code coverage by ${(currentCovg - baselineCovg).toFixed(1)}%`
259
+ });
260
+ }
261
+ // Performance improvements
262
+ if (current.duration < baseline.duration * 0.9) {
263
+ // 10% faster
264
+ improvements.push({
265
+ id: `improvement_${Date.now()}_${Math.random().toString(36).substr(2, 9)}`,
266
+ testName: 'performance',
267
+ type: 'improved-performance',
268
+ previousState: `${baseline.duration}ms`,
269
+ currentState: `${current.duration}ms`,
270
+ impact: `Tests run ${Math.round((baseline.duration - current.duration) / baseline.duration * 100)}% faster`
271
+ });
272
+ }
273
+ return improvements;
274
+ }
275
+ /**
276
+ * Determine regression severity
277
+ */ determineSeverity(summary, regressions) {
278
+ // No regressions
279
+ if (regressions.length === 0) {
280
+ return 'none';
281
+ }
282
+ // Critical if any critical regressions
283
+ if (regressions.some((r)=>r.severity === 'critical')) {
284
+ return 'critical';
285
+ }
286
+ // Severe if pass rate dropped significantly
287
+ if (summary.passRateChange < -this.config.regressionThreshold * 2) {
288
+ return 'severe';
289
+ }
290
+ // Severe if many high severity regressions
291
+ const highSeverityCount = regressions.filter((r)=>r.severity === 'high').length;
292
+ if (highSeverityCount > 3) {
293
+ return 'severe';
294
+ }
295
+ // Moderate if pass rate dropped moderately
296
+ if (summary.passRateChange < -this.config.regressionThreshold) {
297
+ return 'moderate';
298
+ }
299
+ // Moderate if multiple medium severity regressions
300
+ if (regressions.filter((r)=>r.severity === 'medium').length > 2) {
301
+ return 'moderate';
302
+ }
303
+ return 'minor';
304
+ }
305
+ /**
306
+ * Generate recommendations
307
+ */ generateRecommendations(summary, regressions, improvements) {
308
+ const recommendations = [];
309
+ // Regression recommendations
310
+ if (regressions.length > 0) {
311
+ recommendations.push(`Address ${regressions.length} regression(s) before proceeding`);
312
+ const criticalRegressions = regressions.filter((r)=>r.severity === 'critical');
313
+ if (criticalRegressions.length > 0) {
314
+ recommendations.push(`CRITICAL: Fix ${criticalRegressions.length} critical regression(s) immediately`);
315
+ }
316
+ const newFailures = regressions.filter((r)=>r.type === 'new-failure');
317
+ if (newFailures.length > 0) {
318
+ recommendations.push(`Investigate ${newFailures.length} new test failure(s)`);
319
+ }
320
+ }
321
+ // Pass rate recommendations
322
+ if (summary.passRateChange < 0) {
323
+ recommendations.push(`Test pass rate decreased by ${Math.abs(summary.passRateChange).toFixed(1)}% - review recent changes`);
324
+ }
325
+ // Improvement recognition
326
+ if (improvements.length > 0) {
327
+ recommendations.push(`Good progress: ${improvements.length} improvement(s) detected`);
328
+ if (summary.fixedFailures > 0) {
329
+ recommendations.push(`Successfully fixed ${summary.fixedFailures} test(s)`);
330
+ }
331
+ }
332
+ // No regressions
333
+ if (regressions.length === 0 && summary.passRateChange >= 0) {
334
+ recommendations.push('No regressions detected - safe to proceed');
335
+ }
336
+ return recommendations;
337
+ }
338
+ /**
339
+ * Create result when no baseline exists
340
+ */ createNoRegressionResult(current) {
341
+ return {
342
+ regressionDetected: false,
343
+ severity: 'none',
344
+ summary: {
345
+ baselinePassed: 0,
346
+ baselineFailed: 0,
347
+ currentPassed: current.passed,
348
+ currentFailed: current.failed,
349
+ newFailures: 0,
350
+ fixedFailures: 0,
351
+ passRateChange: 0
352
+ },
353
+ regressions: [],
354
+ improvements: [],
355
+ recommendations: [
356
+ 'No baseline available - storing current results as baseline'
357
+ ],
358
+ requiresAction: false
359
+ };
360
+ }
361
+ /**
362
+ * Select tests affected by changed files
363
+ */ selectAffectedTests(changedFiles, allTests) {
364
+ // Simplified selection - in production, would use dependency analysis
365
+ const affected = [];
366
+ for (const test of allTests){
367
+ for (const file of changedFiles){
368
+ // Simple heuristic: if test name contains file name or vice versa
369
+ const testLower = test.toLowerCase();
370
+ const fileLower = file.toLowerCase();
371
+ if (testLower.includes(fileLower) || fileLower.includes(testLower)) {
372
+ affected.push(test);
373
+ break;
374
+ }
375
+ }
376
+ }
377
+ return affected;
378
+ }
379
+ /**
380
+ * Select critical tests that should always run
381
+ */ selectCriticalTests(allTests) {
382
+ // Select tests marked as critical or smoke tests
383
+ return allTests.filter((test)=>test.toLowerCase().includes('critical') || test.toLowerCase().includes('smoke') || test.toLowerCase().includes('sanity'));
384
+ }
385
+ /**
386
+ * Get severity level as number
387
+ */ getSeverityLevel(severity) {
388
+ const levels = {
389
+ critical: 4,
390
+ high: 3,
391
+ medium: 2,
392
+ low: 1
393
+ };
394
+ return levels[severity] || 0;
395
+ }
396
+ /**
397
+ * Calculate average coverage
398
+ */ averageCoverage(coverage) {
399
+ return (coverage.lines + coverage.functions + coverage.branches + coverage.statements) / 4;
400
+ }
401
+ /**
402
+ * Clear baselines and history
403
+ */ clear(featureId) {
404
+ if (featureId) {
405
+ this.baselines.delete(featureId);
406
+ this.regressionHistory.delete(featureId);
407
+ this.logger.info('Cleared regression data', {
408
+ featureId
409
+ });
410
+ } else {
411
+ this.baselines.clear();
412
+ this.regressionHistory.clear();
413
+ this.logger.info('Cleared all regression data');
414
+ }
415
+ }
416
+ }
417
+
418
+ //# sourceMappingURL=regression-test-manager.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../../src/swarm-fullstack/workflows/regression-test-manager.ts"],"names":["EventEmitter","RegressionTestManager","config","baselines","Map","regressionHistory","logger","enableBaselineComparison","enableIncrementalTesting","regressionThreshold","requireApprovalForRegression","runRegressionTests","request","info","featureId","hasBaseline","baseline","get","warn","createNoRegressionResult","current","summary","generateRegressionSummary","regressions","detectRegressions","improvements","identifyImprovements","severity","determineSeverity","recommendations","generateRecommendations","requiresAction","length","result","regressionDetected","history","push","set","emit","error","createIncrementalTestPlan","changedFiles","allTests","totalTests","selectedTests","reason","estimatedDuration","coverage","selectAffectedTests","criticalTests","selectCriticalTests","test","includes","storeBaseline","testResults","tests","passed","getRegressionHistory","baselinePassRate","currentPassRate","passRateChange","baselineFailureNames","Set","failures","map","f","testName","currentFailureNames","newFailures","Array","from","filter","name","has","fixedFailures","baselinePassed","baselineFailed","failed","currentPassed","currentFailed","baselineFailuresMap","currentFailuresMap","currentFailure","baselineFailure","id","Date","now","Math","random","toString","substr","type","previousState","currentState","impactedComponents","affectedComponents","suggestedAction","category","getSeverityLevel","baselineWarningNames","warnings","w","location","newWarnings","warning","impact","baselineCovg","averageCoverage","currentCovg","toFixed","duration","round","some","r","highSeverityCount","criticalRegressions","abs","affected","file","testLower","toLowerCase","fileLower","levels","critical","high","medium","low","lines","functions","branches","statements","clear","delete"],"mappings":"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"}