agentic-qe 1.9.4 → 2.1.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 (262) hide show
  1. package/.claude/agents/qe-api-contract-validator.md +95 -1336
  2. package/.claude/agents/qe-chaos-engineer.md +152 -1211
  3. package/.claude/agents/qe-code-complexity.md +144 -707
  4. package/.claude/agents/qe-coverage-analyzer.md +147 -743
  5. package/.claude/agents/qe-deployment-readiness.md +143 -1496
  6. package/.claude/agents/qe-flaky-test-hunter.md +132 -1529
  7. package/.claude/agents/qe-fleet-commander.md +12 -12
  8. package/.claude/agents/qe-performance-tester.md +150 -886
  9. package/.claude/agents/qe-production-intelligence.md +155 -1396
  10. package/.claude/agents/qe-quality-analyzer.md +6 -6
  11. package/.claude/agents/qe-quality-gate.md +151 -648
  12. package/.claude/agents/qe-regression-risk-analyzer.md +132 -1150
  13. package/.claude/agents/qe-requirements-validator.md +149 -932
  14. package/.claude/agents/qe-security-scanner.md +157 -797
  15. package/.claude/agents/qe-test-data-architect.md +96 -1365
  16. package/.claude/agents/qe-test-executor.md +8 -8
  17. package/.claude/agents/qe-test-generator.md +145 -1540
  18. package/.claude/agents/qe-visual-tester.md +153 -1257
  19. package/.claude/agents/qx-partner.md +248 -0
  20. package/.claude/agents/subagents/qe-code-reviewer.md +40 -136
  21. package/.claude/agents/subagents/qe-coverage-gap-analyzer.md +40 -480
  22. package/.claude/agents/subagents/qe-data-generator.md +41 -125
  23. package/.claude/agents/subagents/qe-flaky-investigator.md +55 -411
  24. package/.claude/agents/subagents/qe-integration-tester.md +53 -141
  25. package/.claude/agents/subagents/qe-performance-validator.md +54 -130
  26. package/.claude/agents/subagents/qe-security-auditor.md +56 -114
  27. package/.claude/agents/subagents/qe-test-data-architect-sub.md +57 -548
  28. package/.claude/agents/subagents/qe-test-implementer.md +58 -551
  29. package/.claude/agents/subagents/qe-test-refactorer.md +65 -722
  30. package/.claude/agents/subagents/qe-test-writer.md +63 -726
  31. package/.claude/skills/accessibility-testing/SKILL.md +144 -692
  32. package/.claude/skills/agentic-quality-engineering/SKILL.md +176 -529
  33. package/.claude/skills/api-testing-patterns/SKILL.md +180 -560
  34. package/.claude/skills/brutal-honesty-review/SKILL.md +113 -603
  35. package/.claude/skills/bug-reporting-excellence/SKILL.md +116 -517
  36. package/.claude/skills/chaos-engineering-resilience/SKILL.md +127 -72
  37. package/.claude/skills/cicd-pipeline-qe-orchestrator/SKILL.md +209 -404
  38. package/.claude/skills/code-review-quality/SKILL.md +158 -608
  39. package/.claude/skills/compatibility-testing/SKILL.md +148 -38
  40. package/.claude/skills/compliance-testing/SKILL.md +132 -63
  41. package/.claude/skills/consultancy-practices/SKILL.md +114 -446
  42. package/.claude/skills/context-driven-testing/SKILL.md +117 -381
  43. package/.claude/skills/contract-testing/SKILL.md +176 -141
  44. package/.claude/skills/database-testing/SKILL.md +137 -130
  45. package/.claude/skills/exploratory-testing-advanced/SKILL.md +160 -629
  46. package/.claude/skills/holistic-testing-pact/SKILL.md +140 -188
  47. package/.claude/skills/localization-testing/SKILL.md +145 -33
  48. package/.claude/skills/mobile-testing/SKILL.md +132 -448
  49. package/.claude/skills/mutation-testing/SKILL.md +147 -41
  50. package/.claude/skills/performance-testing/SKILL.md +200 -546
  51. package/.claude/skills/quality-metrics/SKILL.md +164 -519
  52. package/.claude/skills/refactoring-patterns/SKILL.md +132 -699
  53. package/.claude/skills/regression-testing/SKILL.md +120 -926
  54. package/.claude/skills/risk-based-testing/SKILL.md +157 -660
  55. package/.claude/skills/security-testing/SKILL.md +199 -538
  56. package/.claude/skills/sherlock-review/SKILL.md +163 -699
  57. package/.claude/skills/shift-left-testing/SKILL.md +161 -465
  58. package/.claude/skills/shift-right-testing/SKILL.md +161 -519
  59. package/.claude/skills/six-thinking-hats/SKILL.md +175 -1110
  60. package/.claude/skills/skills-manifest.json +683 -0
  61. package/.claude/skills/tdd-london-chicago/SKILL.md +131 -448
  62. package/.claude/skills/technical-writing/SKILL.md +103 -154
  63. package/.claude/skills/test-automation-strategy/SKILL.md +166 -772
  64. package/.claude/skills/test-data-management/SKILL.md +126 -910
  65. package/.claude/skills/test-design-techniques/SKILL.md +179 -89
  66. package/.claude/skills/test-environment-management/SKILL.md +136 -91
  67. package/.claude/skills/test-reporting-analytics/SKILL.md +169 -92
  68. package/.claude/skills/testability-scoring/README.md +71 -0
  69. package/.claude/skills/testability-scoring/SKILL.md +245 -0
  70. package/.claude/skills/testability-scoring/resources/templates/config.template.js +84 -0
  71. package/.claude/skills/testability-scoring/resources/templates/testability-scoring.spec.template.js +532 -0
  72. package/.claude/skills/testability-scoring/scripts/generate-html-report.js +1007 -0
  73. package/.claude/skills/testability-scoring/scripts/run-assessment.sh +70 -0
  74. package/.claude/skills/visual-testing-advanced/SKILL.md +155 -78
  75. package/.claude/skills/xp-practices/SKILL.md +151 -587
  76. package/CHANGELOG.md +110 -0
  77. package/README.md +55 -21
  78. package/dist/agents/QXPartnerAgent.d.ts +146 -0
  79. package/dist/agents/QXPartnerAgent.d.ts.map +1 -0
  80. package/dist/agents/QXPartnerAgent.js +1831 -0
  81. package/dist/agents/QXPartnerAgent.js.map +1 -0
  82. package/dist/agents/index.d.ts +1 -0
  83. package/dist/agents/index.d.ts.map +1 -1
  84. package/dist/agents/index.js +82 -2
  85. package/dist/agents/index.js.map +1 -1
  86. package/dist/agents/lifecycle/AgentLifecycleManager.d.ts.map +1 -1
  87. package/dist/agents/lifecycle/AgentLifecycleManager.js +34 -31
  88. package/dist/agents/lifecycle/AgentLifecycleManager.js.map +1 -1
  89. package/dist/cli/commands/debug/agent.d.ts.map +1 -1
  90. package/dist/cli/commands/debug/agent.js +19 -6
  91. package/dist/cli/commands/debug/agent.js.map +1 -1
  92. package/dist/cli/commands/debug/health-check.js +20 -7
  93. package/dist/cli/commands/debug/health-check.js.map +1 -1
  94. package/dist/cli/commands/init-claude-md-template.d.ts +1 -0
  95. package/dist/cli/commands/init-claude-md-template.d.ts.map +1 -1
  96. package/dist/cli/commands/init-claude-md-template.js +18 -3
  97. package/dist/cli/commands/init-claude-md-template.js.map +1 -1
  98. package/dist/cli/commands/workflow/cancel.d.ts.map +1 -1
  99. package/dist/cli/commands/workflow/cancel.js +4 -3
  100. package/dist/cli/commands/workflow/cancel.js.map +1 -1
  101. package/dist/cli/commands/workflow/list.d.ts.map +1 -1
  102. package/dist/cli/commands/workflow/list.js +4 -3
  103. package/dist/cli/commands/workflow/list.js.map +1 -1
  104. package/dist/cli/commands/workflow/pause.d.ts.map +1 -1
  105. package/dist/cli/commands/workflow/pause.js +4 -3
  106. package/dist/cli/commands/workflow/pause.js.map +1 -1
  107. package/dist/cli/init/claude-config.d.ts.map +1 -1
  108. package/dist/cli/init/claude-config.js +3 -8
  109. package/dist/cli/init/claude-config.js.map +1 -1
  110. package/dist/cli/init/claude-md.d.ts.map +1 -1
  111. package/dist/cli/init/claude-md.js +44 -2
  112. package/dist/cli/init/claude-md.js.map +1 -1
  113. package/dist/cli/init/database-init.js +1 -1
  114. package/dist/cli/init/index.d.ts.map +1 -1
  115. package/dist/cli/init/index.js +13 -6
  116. package/dist/cli/init/index.js.map +1 -1
  117. package/dist/cli/init/skills.d.ts.map +1 -1
  118. package/dist/cli/init/skills.js +2 -1
  119. package/dist/cli/init/skills.js.map +1 -1
  120. package/dist/core/SwarmCoordinator.d.ts +180 -0
  121. package/dist/core/SwarmCoordinator.d.ts.map +1 -0
  122. package/dist/core/SwarmCoordinator.js +473 -0
  123. package/dist/core/SwarmCoordinator.js.map +1 -0
  124. package/dist/core/memory/AgentDBIntegration.d.ts +24 -6
  125. package/dist/core/memory/AgentDBIntegration.d.ts.map +1 -1
  126. package/dist/core/memory/AgentDBIntegration.js +66 -10
  127. package/dist/core/memory/AgentDBIntegration.js.map +1 -1
  128. package/dist/core/memory/UnifiedMemoryCoordinator.d.ts +341 -0
  129. package/dist/core/memory/UnifiedMemoryCoordinator.d.ts.map +1 -0
  130. package/dist/core/memory/UnifiedMemoryCoordinator.js +986 -0
  131. package/dist/core/memory/UnifiedMemoryCoordinator.js.map +1 -0
  132. package/dist/core/memory/index.d.ts +5 -0
  133. package/dist/core/memory/index.d.ts.map +1 -1
  134. package/dist/core/memory/index.js +23 -1
  135. package/dist/core/memory/index.js.map +1 -1
  136. package/dist/core/metrics/MetricsAggregator.d.ts +228 -0
  137. package/dist/core/metrics/MetricsAggregator.d.ts.map +1 -0
  138. package/dist/core/metrics/MetricsAggregator.js +482 -0
  139. package/dist/core/metrics/MetricsAggregator.js.map +1 -0
  140. package/dist/core/metrics/index.d.ts +5 -0
  141. package/dist/core/metrics/index.d.ts.map +1 -0
  142. package/dist/core/metrics/index.js +11 -0
  143. package/dist/core/metrics/index.js.map +1 -0
  144. package/dist/core/optimization/SwarmOptimizer.d.ts +190 -0
  145. package/dist/core/optimization/SwarmOptimizer.d.ts.map +1 -0
  146. package/dist/core/optimization/SwarmOptimizer.js +648 -0
  147. package/dist/core/optimization/SwarmOptimizer.js.map +1 -0
  148. package/dist/core/optimization/index.d.ts +9 -0
  149. package/dist/core/optimization/index.d.ts.map +1 -0
  150. package/dist/core/optimization/index.js +25 -0
  151. package/dist/core/optimization/index.js.map +1 -0
  152. package/dist/core/optimization/types.d.ts +53 -0
  153. package/dist/core/optimization/types.d.ts.map +1 -0
  154. package/dist/core/optimization/types.js +6 -0
  155. package/dist/core/optimization/types.js.map +1 -0
  156. package/dist/core/orchestration/AdaptiveScheduler.d.ts +190 -0
  157. package/dist/core/orchestration/AdaptiveScheduler.d.ts.map +1 -0
  158. package/dist/core/orchestration/AdaptiveScheduler.js +460 -0
  159. package/dist/core/orchestration/AdaptiveScheduler.js.map +1 -0
  160. package/dist/core/orchestration/PriorityQueue.d.ts +54 -0
  161. package/dist/core/orchestration/PriorityQueue.d.ts.map +1 -0
  162. package/dist/core/orchestration/PriorityQueue.js +122 -0
  163. package/dist/core/orchestration/PriorityQueue.js.map +1 -0
  164. package/dist/core/orchestration/WorkflowOrchestrator.d.ts +189 -0
  165. package/dist/core/orchestration/WorkflowOrchestrator.d.ts.map +1 -0
  166. package/dist/core/orchestration/WorkflowOrchestrator.js +845 -0
  167. package/dist/core/orchestration/WorkflowOrchestrator.js.map +1 -0
  168. package/dist/core/orchestration/index.d.ts +7 -0
  169. package/dist/core/orchestration/index.d.ts.map +1 -0
  170. package/dist/core/orchestration/index.js +11 -0
  171. package/dist/core/orchestration/index.js.map +1 -0
  172. package/dist/core/orchestration/types.d.ts +96 -0
  173. package/dist/core/orchestration/types.d.ts.map +1 -0
  174. package/dist/core/orchestration/types.js +6 -0
  175. package/dist/core/orchestration/types.js.map +1 -0
  176. package/dist/core/recovery/CircuitBreaker.d.ts +176 -0
  177. package/dist/core/recovery/CircuitBreaker.d.ts.map +1 -0
  178. package/dist/core/recovery/CircuitBreaker.js +382 -0
  179. package/dist/core/recovery/CircuitBreaker.js.map +1 -0
  180. package/dist/core/recovery/RecoveryOrchestrator.d.ts +186 -0
  181. package/dist/core/recovery/RecoveryOrchestrator.d.ts.map +1 -0
  182. package/dist/core/recovery/RecoveryOrchestrator.js +476 -0
  183. package/dist/core/recovery/RecoveryOrchestrator.js.map +1 -0
  184. package/dist/core/recovery/RetryStrategy.d.ts +127 -0
  185. package/dist/core/recovery/RetryStrategy.d.ts.map +1 -0
  186. package/dist/core/recovery/RetryStrategy.js +314 -0
  187. package/dist/core/recovery/RetryStrategy.js.map +1 -0
  188. package/dist/core/recovery/index.d.ts +8 -0
  189. package/dist/core/recovery/index.d.ts.map +1 -0
  190. package/dist/core/recovery/index.js +27 -0
  191. package/dist/core/recovery/index.js.map +1 -0
  192. package/dist/core/skills/DependencyResolver.d.ts +99 -0
  193. package/dist/core/skills/DependencyResolver.d.ts.map +1 -0
  194. package/dist/core/skills/DependencyResolver.js +260 -0
  195. package/dist/core/skills/DependencyResolver.js.map +1 -0
  196. package/dist/core/skills/DynamicSkillLoader.d.ts +96 -0
  197. package/dist/core/skills/DynamicSkillLoader.d.ts.map +1 -0
  198. package/dist/core/skills/DynamicSkillLoader.js +353 -0
  199. package/dist/core/skills/DynamicSkillLoader.js.map +1 -0
  200. package/dist/core/skills/ManifestGenerator.d.ts +114 -0
  201. package/dist/core/skills/ManifestGenerator.d.ts.map +1 -0
  202. package/dist/core/skills/ManifestGenerator.js +449 -0
  203. package/dist/core/skills/ManifestGenerator.js.map +1 -0
  204. package/dist/core/skills/index.d.ts +9 -0
  205. package/dist/core/skills/index.d.ts.map +1 -0
  206. package/dist/core/skills/index.js +24 -0
  207. package/dist/core/skills/index.js.map +1 -0
  208. package/dist/core/skills/types.d.ts +118 -0
  209. package/dist/core/skills/types.d.ts.map +1 -0
  210. package/dist/core/skills/types.js +7 -0
  211. package/dist/core/skills/types.js.map +1 -0
  212. package/dist/core/transport/QUICTransport.d.ts +320 -0
  213. package/dist/core/transport/QUICTransport.d.ts.map +1 -0
  214. package/dist/core/transport/QUICTransport.js +711 -0
  215. package/dist/core/transport/QUICTransport.js.map +1 -0
  216. package/dist/core/transport/index.d.ts +40 -0
  217. package/dist/core/transport/index.d.ts.map +1 -0
  218. package/dist/core/transport/index.js +46 -0
  219. package/dist/core/transport/index.js.map +1 -0
  220. package/dist/core/transport/quic-loader.d.ts +123 -0
  221. package/dist/core/transport/quic-loader.d.ts.map +1 -0
  222. package/dist/core/transport/quic-loader.js +293 -0
  223. package/dist/core/transport/quic-loader.js.map +1 -0
  224. package/dist/core/transport/quic.d.ts +154 -0
  225. package/dist/core/transport/quic.d.ts.map +1 -0
  226. package/dist/core/transport/quic.js +214 -0
  227. package/dist/core/transport/quic.js.map +1 -0
  228. package/dist/mcp/server.d.ts +9 -9
  229. package/dist/mcp/server.d.ts.map +1 -1
  230. package/dist/mcp/server.js +1 -2
  231. package/dist/mcp/server.js.map +1 -1
  232. package/dist/mcp/services/AgentRegistry.d.ts.map +1 -1
  233. package/dist/mcp/services/AgentRegistry.js +4 -1
  234. package/dist/mcp/services/AgentRegistry.js.map +1 -1
  235. package/dist/types/index.d.ts +2 -1
  236. package/dist/types/index.d.ts.map +1 -1
  237. package/dist/types/index.js +2 -0
  238. package/dist/types/index.js.map +1 -1
  239. package/dist/types/qx.d.ts +429 -0
  240. package/dist/types/qx.d.ts.map +1 -0
  241. package/dist/types/qx.js +71 -0
  242. package/dist/types/qx.js.map +1 -0
  243. package/dist/visualization/api/RestEndpoints.js +2 -2
  244. package/dist/visualization/api/RestEndpoints.js.map +1 -1
  245. package/dist/visualization/api/WebSocketServer.d.ts +44 -0
  246. package/dist/visualization/api/WebSocketServer.d.ts.map +1 -1
  247. package/dist/visualization/api/WebSocketServer.js +144 -23
  248. package/dist/visualization/api/WebSocketServer.js.map +1 -1
  249. package/dist/visualization/core/DataTransformer.d.ts +10 -0
  250. package/dist/visualization/core/DataTransformer.d.ts.map +1 -1
  251. package/dist/visualization/core/DataTransformer.js +60 -5
  252. package/dist/visualization/core/DataTransformer.js.map +1 -1
  253. package/dist/visualization/emit-event.d.ts +75 -0
  254. package/dist/visualization/emit-event.d.ts.map +1 -0
  255. package/dist/visualization/emit-event.js +213 -0
  256. package/dist/visualization/emit-event.js.map +1 -0
  257. package/dist/visualization/index.d.ts +1 -0
  258. package/dist/visualization/index.d.ts.map +1 -1
  259. package/dist/visualization/index.js +7 -1
  260. package/dist/visualization/index.js.map +1 -1
  261. package/docs/reference/skills.md +63 -1
  262. package/package.json +16 -58
package/CHANGELOG.md CHANGED
@@ -7,6 +7,116 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [2.1.0] - 2025-12-03
11
+
12
+ ### 🚀 Comprehensive QX Analysis & Skills Optimization
13
+
14
+ This release delivers significant improvements to QX (Quality Experience) analysis, optimized skills format across all 38 QE skills, and enhanced agent coordination capabilities.
15
+
16
+ ### Added
17
+
18
+ #### Comprehensive QX Analysis (PR #104 by @fndlalit)
19
+ - **23+ QX Heuristics**: Detailed findings, issues, and recommendations per heuristic
20
+ - **Domain-Specific Failure Detection**: Automatic detection for e-commerce, SaaS, content/blog, and form-heavy sites
21
+ - **Contextual Page Content Extraction**: Real page content analysis (headings, navigation, buttons, forms, links, main content)
22
+ - **Rule of Three Problem Analysis**: Ensures minimum 3 potential failure modes identified per issue
23
+ - **Comprehensive QX Formatter**: `scripts/contextualizers/comprehensive-qx-formatter.js` for detailed reports matching manual analysis structure
24
+
25
+ #### Skills Optimization (PR #102)
26
+ - **38 QE Skills Optimized**: Agent-focused format with 40-60% token reduction
27
+ - **`<default_to_action>` Blocks**: Immediate actionable guidance at top of each skill
28
+ - **Quick Reference Cards**: Tables and command examples for rapid lookup
29
+ - **Fleet Coordination Hints**: Memory namespace organization and `FleetManager.coordinate()` patterns
30
+ - **Standardized Frontmatter**: `tokenEstimate`, `agents`, `implementation_status`, `optimization_version`, `last_optimized`
31
+
32
+ #### Testability Scoring Skill v2.1
33
+ - Optimized skill format with proper metadata
34
+ - Fleet coordination and memory namespace hints
35
+ - Agent integration examples
36
+ - Contributor attribution (`@fndlalit`)
37
+
38
+ ### Changed
39
+
40
+ #### QX Partner Agent v2.1
41
+ - Updated implementation status to v2.1 with new capabilities
42
+ - Added domain-specific failure detection capability
43
+ - Added contextual page content extraction capability
44
+ - Added comprehensive report formatting capability
45
+ - Added Rule of Three problem analysis capability
46
+ - Enhanced memory namespace with new coordination paths
47
+
48
+ #### Dependency Updates
49
+ - **@modelcontextprotocol/sdk**: Bumped version (PR #105)
50
+
51
+ ### Contributors
52
+
53
+ - **@fndlalit**: Comprehensive QX Analysis with detailed heuristics (PR #104)
54
+ - **Dependabot**: @modelcontextprotocol/sdk dependency update (PR #105)
55
+
56
+ ---
57
+
58
+ ## [2.0.0] - 2025-12-02
59
+
60
+ ### 🚀 Major Release: Agentic QE Fleet v2
61
+
62
+ This major release delivers significant improvements across the entire Agentic QE Fleet, including proper QUIC transport, enhanced visualization, testability scoring skill, QX Partner agent, and contributor features.
63
+
64
+ ### ⚠️ Breaking Changes
65
+
66
+ - **QUIC Transport**: Replaced fake HTTP/2-based implementation with proper QUIC via Rust/WASM (`@agentic-flow/quic-wasm`)
67
+ - **Skills Manifest**: Reduced from 68 to 41 QE-only skills (removed Claude Flow platform skills)
68
+ - **EventType in emit-event.ts**: Changed from string to enum mapping for type safety
69
+
70
+ ### Added
71
+
72
+ #### Real-Time Visualization Dashboard (PR #96 by @fndlalit)
73
+ - WebSocket connection on port 8080 for backend compatibility
74
+ - LifecycleTimeline support for `agent:spawned`, `agent:started`, `agent:completed`, `agent:error` events
75
+ - New `emit-event.ts` module with convenience functions for agent lifecycle events
76
+ - CLI event emission via `scripts/emit-agent-event.ts`
77
+ - Hook integration with `emit-task-spawn.sh` and `emit-task-complete.sh`
78
+
79
+ #### Testability Scoring Skill (PR #98 by @fndlalit)
80
+ - Comprehensive context collection for all 10 testability principles
81
+ - Contextual, site-specific recommendations based on actual measurements
82
+ - HTML report generation with principle breakdown table
83
+ - `run-assessment.sh` shell script with colored terminal output
84
+ - Browser auto-open support (chromium/firefox/webkit)
85
+ - Complete skill package at `.claude/skills/testability-scoring/`
86
+
87
+ #### QX Partner Agent
88
+ - New `QXPartnerAgent.ts` with balance analysis and oracle detection
89
+ - Comprehensive documentation at `docs/agents/QX-PARTNER-AGENT.md`
90
+ - Example implementations in `examples/qx-partner/`
91
+
92
+ #### Proper QUIC Transport Layer
93
+ - `src/core/transport/quic.ts` - QUIC via Rust/WASM with 0-RTT, stream multiplexing, TLS 1.3
94
+ - `src/core/transport/quic-loader.ts` - Automatic WebSocket fallback when WASM unavailable
95
+ - `src/types/agentic-flow-quic-wasm.d.ts` - Dedicated type declarations for optional WASM module
96
+ - 21 transport tests passing
97
+
98
+ #### Skills Manifest Cleanup
99
+ - `.claude/skills/skills-manifest.json` with 41 QE-only skills
100
+ - Categories: qe-core, testing-methodologies, test-design, specialized-testing, analysis-review, infrastructure, development-practices, bug-management
101
+
102
+ ### Fixed
103
+
104
+ - **emit-event.ts TypeScript errors**: EventType mapping and string ID handling
105
+ - **UnifiedMemoryCoordinator.ts**: Logger.getInstance(), correct method signatures
106
+ - **Visualization WebSocket**: Port 8080, timestamp handling, MindMap null checks
107
+ - **express security vulnerability**: Updated to 5.2.1 (CVE-2024-51999)
108
+
109
+ ### Changed
110
+
111
+ - Agent definitions streamlined (removed redundant content from 14 agent files)
112
+ - Skills manifest reorganized with proper categorization
113
+ - Transport layer architecture (QUIC with WebSocket fallback)
114
+
115
+ ### Contributors
116
+
117
+ - **@fndlalit**: Real-time visualization dashboard, testability scoring skill
118
+ - **Dependabot**: Security updates (express 5.2.1)
119
+
10
120
  ## [1.9.4] - 2025-11-30
11
121
 
12
122
  ### 🔧 Critical Fixes: Memory/Learning/Patterns System
package/README.md CHANGED
@@ -9,11 +9,11 @@
9
9
  <img alt="NPM Downloads" src="https://img.shields.io/npm/dw/agentic-qe">
10
10
 
11
11
 
12
- **Version 1.9.4** (Memory & Learning System Fixes) | [Changelog](CHANGELOG.md) | [Issues](https://github.com/proffesor-for-testing/agentic-qe/issues) | [Discussions](https://github.com/proffesor-for-testing/agentic-qe/discussions)
12
+ **Version 2.1.0** | [Changelog](CHANGELOG.md) | [Issues](https://github.com/proffesor-for-testing/agentic-qe/issues) | [Discussions](https://github.com/proffesor-for-testing/agentic-qe/discussions)
13
13
 
14
- > Agentic test automation with AI learning, real-time visualization, OpenTelemetry observability, persistent event storage, constitutional AI governance, and intelligent model routing.
14
+ > Agentic test automation with AI learning, real-time visualization, QUIC transport, testability scoring, OpenTelemetry observability, persistent event storage, constitutional AI governance, and intelligent model routing.
15
15
 
16
- 🎨 **Real-Time Visualization** | 📊 **Interactive Dashboards** | 🧠 **QE Agent Learning** | 💾 **Event Sourcing** | 📋 **Constitution System** | 📚 **38 QE Skills** | 🎯 **Flaky Detection** | 💰 **Multi-Model Router**
16
+ 🎨 **Real-Time Visualization** | 📊 **Testability Scoring** | 🧠 **QE Agent Learning** | 🚀 **QUIC Transport** | 📋 **Constitution System** | 📚 **41 QE Skills** | 🎯 **Flaky Detection** | 💰 **Multi-Model Router**
17
17
 
18
18
  </div>
19
19
 
@@ -62,7 +62,7 @@ claude "Use qe-flaky-test-hunter to analyze the last 100 test runs and identify
62
62
  - ✅ ML Flaky Detection (100% accuracy)
63
63
  - ✅ 19 Specialized agent definitions (including qe-code-complexity)
64
64
  - ✅ 11 TDD subagent definitions (RED/GREEN/REFACTOR phases + specialized)
65
- - ✅ 40 World-class QE skills library (accessibility, shift-left/right, verification, visual testing, XP practices)
65
+ - ✅ 41 World-class QE skills library (accessibility, shift-left/right, verification, visual testing, XP practices, **testability-scoring** by [@fndlalit](https://github.com/fndlalit))
66
66
  - ✅ 8 AQE slash commands
67
67
  - ✅ Modular init system with comprehensive project setup
68
68
 
@@ -193,7 +193,7 @@ open http://localhost:3000
193
193
  - **Performance Testing**: k6, JMeter, Gatling integration
194
194
  - **Real-Time Streaming**: Live progress updates for all operations
195
195
 
196
- ### 🎓 38 QE Skills Library (v1.9.0)
196
+ ### 🎓 41 QE Skills Library (v1.9.0)
197
197
  **95%+ coverage of modern QE practices**
198
198
 
199
199
  <details>
@@ -214,7 +214,7 @@ open http://localhost:3000
214
214
  **Phase 3: Advanced Quality Engineering Skills (4 skills)**
215
215
  - **Strategic Testing Methodologies (4)**: six-thinking-hats, brutal-honesty-review, sherlock-review, cicd-pipeline-qe-orchestrator
216
216
 
217
- **Total: 38 QE Skills** - Includes accessibility testing, shift-left/right testing, verification & quality assurance, visual testing advanced, XP practices, and technical writing
217
+ **Total: 41 QE Skills** - Includes accessibility testing, shift-left/right testing, verification & quality assurance, visual testing advanced, XP practices, and technical writing
218
218
 
219
219
  </details>
220
220
 
@@ -354,6 +354,33 @@ mcp__agentic_qe__coverage_analyze({
354
354
  })
355
355
  ```
356
356
 
357
+ **All 102 MCP Tools Available:**
358
+ - Fleet Management (9 tools): init, spawn, status, coordinate, orchestrate
359
+ - Test Generation (4 tools): generate, enhanced, unit, integration
360
+ - Test Execution (3 tools): execute, parallel, stream
361
+ - Coverage Analysis (6 tools): analyze, gaps, trends, risk scoring, ML detection, recommendations
362
+ - Quality Gates (5 tools): execute, validate, assess risk, policy check, generate report
363
+ - Flaky Test Detection (3 tools): detect, analyze patterns, auto-stabilize
364
+ - Performance Testing (4 tools): benchmark, monitor, analyze bottlenecks, generate report
365
+ - Security Scanning (5 tools): comprehensive scan, vulnerabilities, auth validation, authz check, dependencies
366
+ - Visual Testing (3 tools): compare screenshots, accessibility validation, regression detection
367
+ - API Contract Testing (3 tools): validate, breaking changes, versioning
368
+ - Test Data Management (3 tools): generate, mask, analyze schema
369
+ - Requirements Engineering (2 tools): validate, generate BDD
370
+ - Code Quality (2 tools): complexity analysis, metrics
371
+ - Memory & Collaboration (5 tools): store, retrieve, query, share, backup
372
+ - Blackboard System (2 tools): post, read
373
+ - Consensus Mechanisms (2 tools): propose, vote
374
+ - Workflow Management (4 tools): create, execute, checkpoint, resume
375
+ - Event System (2 tools): emit, subscribe
376
+ - Regression Analysis (2 tools): risk analyze, select tests
377
+ - Production Monitoring (2 tools): incident replay, RUM analyze
378
+ - Mutation Testing (1 tool): execute
379
+ - Deployment Readiness (1 tool): check
380
+ - Artifact Management (1 tool): manifest
381
+ - Task Management (1 tool): status
382
+ - Learning System (4 tools): store experience, store Q-value, store pattern, query
383
+
357
384
  ### CLI Direct Usage
358
385
 
359
386
  ```bash
@@ -645,28 +672,35 @@ The test generator automatically delegates to subagents for a complete RED-GREEN
645
672
 
646
673
  ---
647
674
 
648
- ## 📝 What's New in v1.9.4
675
+ ## 📝 What's New in v2.1.0
649
676
 
650
- 🔧 **Critical Memory & Learning System Fixes** (2025-11-30)
677
+ 🚀 **Comprehensive QX Analysis & Skills Optimization** (2025-12-03)
651
678
 
652
- This release delivers critical fixes to the memory, learning, and patterns system. All QE agents now have a fully functional learning system with proper vector embeddings, Q-value reinforcement learning, and persistent pattern storage.
679
+ This release delivers comprehensive QX (Quality Experience) analysis improvements, optimized skills format, and enhanced agent coordination.
653
680
 
654
- ### Key Fixes
681
+ ### Key Features
682
+
683
+ - **Comprehensive QX Analysis** (PR #104 by @fndlalit): 23+ heuristics with detailed findings, domain-specific failure detection (e-commerce, SaaS, content/blog, forms), contextual page content extraction
684
+ - **38 QE Skills Optimized** (PR #102): Agent-focused format with `<default_to_action>` blocks, quick reference cards, 40-60% token reduction
685
+ - **Testability Scoring v2.1**: Optimized skill format, Fleet coordination hints, improved memory namespace organization
686
+ - **QX Partner Agent v2.1**: Enhanced capabilities for Rule of Three analysis, domain-specific detection, comprehensive report formatting
687
+
688
+ ### Skills Optimization
655
689
 
656
- - **Vector embeddings now stored correctly**: Fixed `RealAgentDBAdapter.store()` to properly store 384-dimension embeddings as BLOB data
657
- - **SQL parameter style bug**: Fixed agentdb's `SqlJsDatabase` wrapper to use spread params instead of array params
658
- - **HNSW index schema mismatch**: Added `pattern_id` generated column for agentdb's HNSWIndex compatibility
659
- - **Learning experience retrieval**: Added missing getter methods for Q-learning and experience replay
660
- - **Hooks saving to wrong database**: Fixed all Claude Code hooks to explicitly export `AGENTDB_PATH` so learning data is saved correctly
661
- - **CI platform compatibility**: Moved ARM64-only ruvector packages to optionalDependencies for x64 CI compatibility
690
+ All 38 QE skills now feature:
691
+ - Optimized frontmatter with `tokenEstimate`, `agents`, `implementation_status`, `optimization_version`
692
+ - `<default_to_action>` blocks for immediate actionable guidance
693
+ - Quick reference cards with tables and command examples
694
+ - Fleet coordination and memory namespace hints
662
695
 
663
- ### New Features
696
+ ### QX Analysis Improvements
664
697
 
665
- - **SwarmMemoryManager learning methods**: `getBestAction()`, `getRecentLearningExperiences()`, `getLearningStats()`, and more
666
- - **Phase 4 Alerting & Reporting**: AlertManager, FeedbackRouter, StrategyApplicator modules
667
- - **Quality Gate CI workflow**: GitHub Actions integration for automated quality validation
698
+ - **23+ Heuristics**: Detailed findings, issues, and recommendations per heuristic
699
+ - **Domain Detection**: Automatic failure mode detection by site type
700
+ - **Contextual Extraction**: Real page content analysis (headings, navigation, buttons, forms, links)
701
+ - **Rule of Three**: Problem complexity assessment ensuring minimum 3 failure modes identified
668
702
 
669
- **Upgrade**: `npm install agentic-qe@1.9.4`
703
+ **Upgrade**: `npm install agentic-qe@2.1.0`
670
704
 
671
705
  ---
672
706
 
@@ -0,0 +1,146 @@
1
+ /**
2
+ * QXPartnerAgent - Quality Experience (QX) Analysis Agent
3
+ *
4
+ * QX = Marriage between QA (Quality Advocacy) and UX (User Experience)
5
+ * Goal: Co-create Quality Experience for everyone associated with the product
6
+ *
7
+ * Based on: https://talesoftesting.com/quality-experienceqx-co-creating-quality-experience-for-everyone-associated-with-the-product/
8
+ *
9
+ * Key Capabilities:
10
+ * - Problem understanding and analysis (Rule of Three)
11
+ * - User needs vs Business needs analysis
12
+ * - Oracle problem detection and resolution
13
+ * - Comprehensive impact analysis (visible & invisible)
14
+ * - UX testing heuristics application
15
+ * - Integration with testability scoring
16
+ * - Contextual recommendations generation
17
+ */
18
+ import { BaseAgent } from './BaseAgent';
19
+ import { QETask, AgentContext, MemoryStore } from '../types';
20
+ import { EventEmitter } from 'events';
21
+ import { QXPartnerConfig } from '../types/qx';
22
+ interface Logger {
23
+ info(message: string, ...args: unknown[]): void;
24
+ warn(message: string, ...args: unknown[]): void;
25
+ error(message: string, ...args: unknown[]): void;
26
+ debug(message: string, ...args: unknown[]): void;
27
+ }
28
+ export declare class QXPartnerAgent extends BaseAgent {
29
+ private readonly config;
30
+ protected readonly logger: Logger;
31
+ private heuristicsEngine?;
32
+ private oracleDetector?;
33
+ private impactAnalyzer?;
34
+ private browser;
35
+ private page;
36
+ constructor(config: QXPartnerConfig & {
37
+ context: AgentContext;
38
+ memoryStore: MemoryStore;
39
+ eventBus: EventEmitter;
40
+ });
41
+ /**
42
+ * Get default capabilities for QX Partner Agent
43
+ */
44
+ private static getDefaultCapabilities;
45
+ /**
46
+ * Initialize QX analysis components
47
+ */
48
+ protected initializeComponents(): Promise<void>;
49
+ /**
50
+ * Load QX knowledge and historical patterns
51
+ */
52
+ protected loadKnowledge(): Promise<void>;
53
+ /**
54
+ * Clean up QX analysis resources
55
+ */
56
+ protected cleanup(): Promise<void>;
57
+ /**
58
+ * Perform QX analysis task
59
+ */
60
+ protected performTask(task: QETask): Promise<unknown>;
61
+ /**
62
+ * Perform comprehensive QX analysis
63
+ */
64
+ private performFullQXAnalysis;
65
+ /**
66
+ * Collect QX context from target using Playwright
67
+ */
68
+ private collectQXContext;
69
+ /**
70
+ * Detect domain-specific failure modes based on site type
71
+ */
72
+ private detectDomainSpecificFailures;
73
+ /**
74
+ * Analyze problem using Rule of Three and complexity assessment
75
+ */
76
+ private analyzeProblem;
77
+ /**
78
+ * Analyze user needs
79
+ */
80
+ private analyzeUserNeeds;
81
+ /**
82
+ * Analyze business needs
83
+ */
84
+ private analyzeBusinessNeeds;
85
+ /**
86
+ * Detect oracle problems from analysis context
87
+ */
88
+ private detectOracleProblemsFromContext;
89
+ /**
90
+ * Perform impact analysis
91
+ */
92
+ private analyzeImpact;
93
+ /**
94
+ * Apply all enabled heuristics
95
+ */
96
+ private applyAllHeuristics;
97
+ /**
98
+ * Generate QX recommendations
99
+ */
100
+ private generateRecommendations;
101
+ private formatHeuristicName;
102
+ /**
103
+ * Calculate overall QX score
104
+ */
105
+ private calculateOverallQXScore;
106
+ /**
107
+ * Convert score to grade
108
+ */
109
+ private scoreToGrade;
110
+ /**
111
+ * Detect oracle problems (separate task)
112
+ */
113
+ private detectOracleProblems;
114
+ /**
115
+ * Analyze user vs business balance
116
+ */
117
+ private analyzeUserBusinessBalance;
118
+ private getBalanceRecommendation;
119
+ /**
120
+ * Perform impact analysis (separate task)
121
+ */
122
+ private performImpactAnalysis;
123
+ /**
124
+ * Apply specific heuristic
125
+ */
126
+ private applySpecificHeuristic;
127
+ /**
128
+ * Generate QX recommendations (separate task)
129
+ */
130
+ private generateQXRecommendations;
131
+ /**
132
+ * Integrate with testability scoring
133
+ */
134
+ private integrateTestabilityScoring;
135
+ private validateTestabilityScoringAvailability;
136
+ private setupCollaborationChannels;
137
+ private initializeDefaultOraclePatterns;
138
+ private saveQXState;
139
+ private saveOraclePatterns;
140
+ private saveHeuristicsInsights;
141
+ private shareCollaborationInsights;
142
+ protected onPreInitialization(): Promise<void>;
143
+ protected onPostInitialization(): Promise<void>;
144
+ }
145
+ export {};
146
+ //# sourceMappingURL=QXPartnerAgent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QXPartnerAgent.d.ts","sourceRoot":"","sources":["../../src/agents/QXPartnerAgent.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;GAgBG;AAEH,OAAO,EAAE,SAAS,EAAmB,MAAM,aAAa,CAAC;AACzD,OAAO,EAAE,MAAM,EAAgC,YAAY,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAC3F,OAAO,EAAE,YAAY,EAAE,MAAM,QAAQ,CAAC;AAEtC,OAAO,EAEL,eAAe,EAahB,MAAM,aAAa,CAAC;AAGrB,UAAU,MAAM;IACd,IAAI,CAAC,OAAO,EAAE,MAAM,EAAE,GAAG,IAAI,EAAE,OAAO,EAAE,GAAG,IAAI,CAAC;IAChD,IAAI,CAAC,OAAO,EAAE,MAAM,EAAE,GAAG,IAAI,EAAE,OAAO,EAAE,GAAG,IAAI,CAAC;IAChD,KAAK,CAAC,OAAO,EAAE,MAAM,EAAE,GAAG,IAAI,EAAE,OAAO,EAAE,GAAG,IAAI,CAAC;IACjD,KAAK,CAAC,OAAO,EAAE,MAAM,EAAE,GAAG,IAAI,EAAE,OAAO,EAAE,GAAG,IAAI,CAAC;CAClD;AAiBD,qBAAa,cAAe,SAAQ,SAAS;IAC3C,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAkB;IACzC,SAAS,CAAC,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAuB;IACxD,OAAO,CAAC,gBAAgB,CAAC,CAAqB;IAC9C,OAAO,CAAC,cAAc,CAAC,CAAiB;IACxC,OAAO,CAAC,cAAc,CAAC,CAAiB;IACxC,OAAO,CAAC,OAAO,CAAwB;IACvC,OAAO,CAAC,IAAI,CAAqB;gBAErB,MAAM,EAAE,eAAe,GAAG;QAAE,OAAO,EAAE,YAAY,CAAC;QAAC,WAAW,EAAE,WAAW,CAAC;QAAC,QAAQ,EAAE,YAAY,CAAA;KAAE;IAsCjH;;OAEG;IACH,OAAO,CAAC,MAAM,CAAC,sBAAsB;IAmCrC;;OAEG;cACa,oBAAoB,IAAI,OAAO,CAAC,IAAI,CAAC;IAmCrD;;OAEG;cACa,aAAa,IAAI,OAAO,CAAC,IAAI,CAAC;IA+C9C;;OAEG;cACa,OAAO,IAAI,OAAO,CAAC,IAAI,CAAC;IAiCxC;;OAEG;cACa,WAAW,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC;IAqC3D;;OAEG;YACW,qBAAqB;IAiFnC;;OAEG;YACW,gBAAgB;IAqM9B;;OAEG;IACH,OAAO,CAAC,4BAA4B;IA4HpC;;OAEG;YACW,cAAc;IA0H5B;;OAEG;YACW,gBAAgB;IAsG9B;;OAEG;YACW,oBAAoB;IA4FlC;;OAEG;YACW,+BAA+B;IAY7C;;OAEG;YACW,aAAa;IAQ3B;;OAEG;YACW,kBAAkB;IAahC;;OAEG;YACW,uBAAuB;IAgKrC,OAAO,CAAC,mBAAmB;IAO3B;;OAEG;IACH,OAAO,CAAC,uBAAuB;IAgC/B;;OAEG;IACH,OAAO,CAAC,YAAY;IAQpB;;OAEG;YACW,oBAAoB;IASlC;;OAEG;YACW,0BAA0B;IAkBxC,OAAO,CAAC,wBAAwB;IAWhC;;OAEG;YACW,qBAAqB;IAOnC;;OAEG;YACW,sBAAsB;IAiBpC;;OAEG;YACW,yBAAyB;IAKvC;;OAEG;YACW,2BAA2B;YA2B3B,sCAAsC;YAKtC,0BAA0B;YAY1B,+BAA+B;YAW/B,WAAW;YASX,kBAAkB;YAQlB,sBAAsB;YAQtB,0BAA0B;cASxB,mBAAmB,IAAI,OAAO,CAAC,IAAI,CAAC;cAIpC,oBAAoB,IAAI,OAAO,CAAC,IAAI,CAAC;CAGtD"}