agentic-qe 3.3.3 → 3.3.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (553) hide show
  1. package/.claude/agents/v3/README.md +100 -0
  2. package/.claude/agents/v3/qe-accessibility-auditor.md +112 -11
  3. package/.claude/agents/v3/qe-bdd-generator.md +40 -0
  4. package/.claude/agents/v3/qe-coverage-specialist.md +39 -0
  5. package/.claude/agents/v3/qe-defect-predictor.md +36 -0
  6. package/.claude/agents/v3/qe-gap-detector.md +39 -0
  7. package/.claude/agents/v3/qe-pattern-learner.md +31 -0
  8. package/.claude/agents/v3/qe-product-factors-assessor.md +34 -0
  9. package/.claude/agents/v3/qe-quality-criteria-recommender.md +32 -0
  10. package/.claude/agents/v3/qe-quality-gate.md +39 -0
  11. package/.claude/agents/v3/qe-queen-coordinator.md +332 -166
  12. package/.claude/agents/v3/qe-requirements-validator.md +37 -0
  13. package/.claude/agents/v3/qe-risk-assessor.md +33 -0
  14. package/.claude/agents/v3/qe-tdd-specialist.md +33 -0
  15. package/.claude/agents/v3/qe-test-architect.md +36 -0
  16. package/.claude/helpers/statusline-v3.cjs +38 -42
  17. package/.claude/skills/README.md +30 -104
  18. package/.claude/skills/a11y-ally/SKILL.md +1658 -0
  19. package/.claude/skills/qcsd-ideation-swarm/SKILL.md +1750 -0
  20. package/.claude/skills/skills-manifest.json +78 -8
  21. package/README.md +18 -4
  22. package/package.json +1 -1
  23. package/scripts/cloud-db-config.json +10 -5
  24. package/scripts/demo-warmup.sh +45 -0
  25. package/scripts/fetch-content.js +460 -0
  26. package/scripts/merge-v3-to-root.sql +48 -0
  27. package/v3/CHANGELOG.md +166 -0
  28. package/v3/README.md +11 -6
  29. package/v3/assets/agents/v3/README.md +100 -0
  30. package/v3/assets/agents/v3/qe-accessibility-auditor.md +112 -11
  31. package/v3/assets/agents/v3/qe-bdd-generator.md +40 -0
  32. package/v3/assets/agents/v3/qe-coverage-specialist.md +39 -0
  33. package/v3/assets/agents/v3/qe-defect-predictor.md +36 -0
  34. package/v3/assets/agents/v3/qe-gap-detector.md +39 -0
  35. package/v3/assets/agents/v3/qe-pattern-learner.md +31 -0
  36. package/v3/assets/agents/v3/qe-product-factors-assessor.md +34 -0
  37. package/v3/assets/agents/v3/qe-quality-criteria-recommender.md +32 -0
  38. package/v3/assets/agents/v3/qe-quality-gate.md +39 -0
  39. package/v3/assets/agents/v3/qe-queen-coordinator.md +332 -166
  40. package/v3/assets/agents/v3/qe-requirements-validator.md +37 -0
  41. package/v3/assets/agents/v3/qe-risk-assessor.md +33 -0
  42. package/v3/assets/agents/v3/qe-tdd-specialist.md +33 -0
  43. package/v3/assets/agents/v3/qe-test-architect.md +36 -0
  44. package/v3/assets/hooks/cross-phase-memory.yaml +253 -0
  45. package/v3/assets/skills/a11y-ally/SKILL.md +1658 -0
  46. package/v3/assets/skills/qcsd-ideation-swarm/SKILL.md +1750 -0
  47. package/v3/assets/skills/skills-manifest.json +753 -0
  48. package/v3/dist/adapters/claude-flow/model-router-bridge.d.ts.map +1 -1
  49. package/v3/dist/adapters/claude-flow/model-router-bridge.js +6 -4
  50. package/v3/dist/adapters/claude-flow/model-router-bridge.js.map +1 -1
  51. package/v3/dist/adapters/claude-flow/pretrain-bridge.d.ts.map +1 -1
  52. package/v3/dist/adapters/claude-flow/pretrain-bridge.js +13 -8
  53. package/v3/dist/adapters/claude-flow/pretrain-bridge.js.map +1 -1
  54. package/v3/dist/adapters/claude-flow/trajectory-bridge.d.ts.map +1 -1
  55. package/v3/dist/adapters/claude-flow/trajectory-bridge.js +9 -6
  56. package/v3/dist/adapters/claude-flow/trajectory-bridge.js.map +1 -1
  57. package/v3/dist/benchmarks/performance-benchmarks.d.ts.map +1 -1
  58. package/v3/dist/benchmarks/performance-benchmarks.js +5 -3
  59. package/v3/dist/benchmarks/performance-benchmarks.js.map +1 -1
  60. package/v3/dist/cli/bundle.js +27646 -23204
  61. package/v3/dist/cli/commands/hooks.d.ts.map +1 -1
  62. package/v3/dist/cli/commands/hooks.js +288 -0
  63. package/v3/dist/cli/commands/hooks.js.map +1 -1
  64. package/v3/dist/cli/commands/sync.d.ts.map +1 -1
  65. package/v3/dist/cli/commands/sync.js +0 -6
  66. package/v3/dist/cli/commands/sync.js.map +1 -1
  67. package/v3/dist/cli/handlers/init-handler.d.ts.map +1 -1
  68. package/v3/dist/cli/handlers/init-handler.js +11 -0
  69. package/v3/dist/cli/handlers/init-handler.js.map +1 -1
  70. package/v3/dist/cli/index.js +14 -2
  71. package/v3/dist/cli/index.js.map +1 -1
  72. package/v3/dist/cli/scheduler/persistent-scheduler.d.ts.map +1 -1
  73. package/v3/dist/cli/scheduler/persistent-scheduler.js +3 -2
  74. package/v3/dist/cli/scheduler/persistent-scheduler.js.map +1 -1
  75. package/v3/dist/cli/wizards/test-wizard.d.ts.map +1 -1
  76. package/v3/dist/cli/wizards/test-wizard.js +6 -4
  77. package/v3/dist/cli/wizards/test-wizard.js.map +1 -1
  78. package/v3/dist/coordination/consensus/providers/claude-provider.js +1 -1
  79. package/v3/dist/coordination/consensus/providers/gemini-provider.js +1 -1
  80. package/v3/dist/coordination/consensus/providers/native-learning-provider.d.ts.map +1 -1
  81. package/v3/dist/coordination/consensus/providers/native-learning-provider.js +10 -8
  82. package/v3/dist/coordination/consensus/providers/native-learning-provider.js.map +1 -1
  83. package/v3/dist/coordination/consensus/providers/ollama-provider.d.ts.map +1 -1
  84. package/v3/dist/coordination/consensus/providers/ollama-provider.js +5 -4
  85. package/v3/dist/coordination/consensus/providers/ollama-provider.js.map +1 -1
  86. package/v3/dist/coordination/consensus/providers/openai-provider.d.ts.map +1 -1
  87. package/v3/dist/coordination/consensus/providers/openai-provider.js +5 -4
  88. package/v3/dist/coordination/consensus/providers/openai-provider.js.map +1 -1
  89. package/v3/dist/coordination/constants.d.ts +198 -0
  90. package/v3/dist/coordination/constants.d.ts.map +1 -0
  91. package/v3/dist/coordination/constants.js +210 -0
  92. package/v3/dist/coordination/constants.js.map +1 -0
  93. package/v3/dist/coordination/mincut/dream-integration.d.ts.map +1 -1
  94. package/v3/dist/coordination/mincut/dream-integration.js +5 -1
  95. package/v3/dist/coordination/mincut/dream-integration.js.map +1 -1
  96. package/v3/dist/coordination/queen-coordinator.d.ts +9 -1
  97. package/v3/dist/coordination/queen-coordinator.d.ts.map +1 -1
  98. package/v3/dist/coordination/queen-coordinator.js +49 -9
  99. package/v3/dist/coordination/queen-coordinator.js.map +1 -1
  100. package/v3/dist/coordination/task-executor.d.ts.map +1 -1
  101. package/v3/dist/coordination/task-executor.js +7 -8
  102. package/v3/dist/coordination/task-executor.js.map +1 -1
  103. package/v3/dist/coordination/workflow-orchestrator.d.ts.map +1 -1
  104. package/v3/dist/coordination/workflow-orchestrator.js +261 -0
  105. package/v3/dist/coordination/workflow-orchestrator.js.map +1 -1
  106. package/v3/dist/domains/chaos-resilience/plugin.d.ts +14 -3
  107. package/v3/dist/domains/chaos-resilience/plugin.d.ts.map +1 -1
  108. package/v3/dist/domains/chaos-resilience/plugin.js +96 -0
  109. package/v3/dist/domains/chaos-resilience/plugin.js.map +1 -1
  110. package/v3/dist/domains/chaos-resilience/services/performance-profiler.d.ts.map +1 -1
  111. package/v3/dist/domains/chaos-resilience/services/performance-profiler.js +12 -8
  112. package/v3/dist/domains/chaos-resilience/services/performance-profiler.js.map +1 -1
  113. package/v3/dist/domains/code-intelligence/plugin.d.ts +13 -3
  114. package/v3/dist/domains/code-intelligence/plugin.d.ts.map +1 -1
  115. package/v3/dist/domains/code-intelligence/plugin.js +85 -0
  116. package/v3/dist/domains/code-intelligence/plugin.js.map +1 -1
  117. package/v3/dist/domains/code-intelligence/services/product-factors-bridge.d.ts.map +1 -1
  118. package/v3/dist/domains/code-intelligence/services/product-factors-bridge.js +3 -2
  119. package/v3/dist/domains/code-intelligence/services/product-factors-bridge.js.map +1 -1
  120. package/v3/dist/domains/constants.d.ts +481 -0
  121. package/v3/dist/domains/constants.d.ts.map +1 -0
  122. package/v3/dist/domains/constants.js +503 -0
  123. package/v3/dist/domains/constants.js.map +1 -0
  124. package/v3/dist/domains/contract-testing/plugin.d.ts +6 -1
  125. package/v3/dist/domains/contract-testing/plugin.d.ts.map +1 -1
  126. package/v3/dist/domains/contract-testing/plugin.js +80 -1
  127. package/v3/dist/domains/contract-testing/plugin.js.map +1 -1
  128. package/v3/dist/domains/contract-testing/services/contract-validator.d.ts.map +1 -1
  129. package/v3/dist/domains/contract-testing/services/contract-validator.js +5 -4
  130. package/v3/dist/domains/contract-testing/services/contract-validator.js.map +1 -1
  131. package/v3/dist/domains/coverage-analysis/services/hnsw-index.d.ts.map +1 -1
  132. package/v3/dist/domains/coverage-analysis/services/hnsw-index.js +1 -0
  133. package/v3/dist/domains/coverage-analysis/services/hnsw-index.js.map +1 -1
  134. package/v3/dist/domains/defect-intelligence/coordinator.d.ts +2 -2
  135. package/v3/dist/domains/defect-intelligence/coordinator.d.ts.map +1 -1
  136. package/v3/dist/domains/defect-intelligence/coordinator.js.map +1 -1
  137. package/v3/dist/domains/defect-intelligence/plugin.d.ts +6 -1
  138. package/v3/dist/domains/defect-intelligence/plugin.d.ts.map +1 -1
  139. package/v3/dist/domains/defect-intelligence/plugin.js +101 -0
  140. package/v3/dist/domains/defect-intelligence/plugin.js.map +1 -1
  141. package/v3/dist/domains/defect-intelligence/services/defect-predictor.d.ts.map +1 -1
  142. package/v3/dist/domains/defect-intelligence/services/defect-predictor.js +3 -2
  143. package/v3/dist/domains/defect-intelligence/services/defect-predictor.js.map +1 -1
  144. package/v3/dist/domains/domain-interface.d.ts.map +1 -1
  145. package/v3/dist/domains/domain-interface.js +24 -9
  146. package/v3/dist/domains/domain-interface.js.map +1 -1
  147. package/v3/dist/domains/learning-optimization/plugin.d.ts +2 -1
  148. package/v3/dist/domains/learning-optimization/plugin.d.ts.map +1 -1
  149. package/v3/dist/domains/learning-optimization/plugin.js +49 -0
  150. package/v3/dist/domains/learning-optimization/plugin.js.map +1 -1
  151. package/v3/dist/domains/quality-assessment/coordinator.d.ts +90 -1
  152. package/v3/dist/domains/quality-assessment/coordinator.d.ts.map +1 -1
  153. package/v3/dist/domains/quality-assessment/coordinator.js +310 -0
  154. package/v3/dist/domains/quality-assessment/coordinator.js.map +1 -1
  155. package/v3/dist/domains/requirements-validation/index.d.ts +1 -0
  156. package/v3/dist/domains/requirements-validation/index.d.ts.map +1 -1
  157. package/v3/dist/domains/requirements-validation/index.js +2 -0
  158. package/v3/dist/domains/requirements-validation/index.js.map +1 -1
  159. package/v3/dist/domains/requirements-validation/plugin.d.ts +13 -1
  160. package/v3/dist/domains/requirements-validation/plugin.d.ts.map +1 -1
  161. package/v3/dist/domains/requirements-validation/plugin.js +94 -0
  162. package/v3/dist/domains/requirements-validation/plugin.js.map +1 -1
  163. package/v3/dist/domains/requirements-validation/qcsd-ideation-plugin.d.ts +245 -0
  164. package/v3/dist/domains/requirements-validation/qcsd-ideation-plugin.d.ts.map +1 -0
  165. package/v3/dist/domains/requirements-validation/qcsd-ideation-plugin.js +1143 -0
  166. package/v3/dist/domains/requirements-validation/qcsd-ideation-plugin.js.map +1 -0
  167. package/v3/dist/domains/requirements-validation/services/product-factors-assessment/code-intelligence/codebase-analyzer.d.ts.map +1 -1
  168. package/v3/dist/domains/requirements-validation/services/product-factors-assessment/code-intelligence/codebase-analyzer.js +3 -2
  169. package/v3/dist/domains/requirements-validation/services/product-factors-assessment/code-intelligence/codebase-analyzer.js.map +1 -1
  170. package/v3/dist/domains/security-compliance/plugin.d.ts +3 -2
  171. package/v3/dist/domains/security-compliance/plugin.d.ts.map +1 -1
  172. package/v3/dist/domains/security-compliance/plugin.js +64 -0
  173. package/v3/dist/domains/security-compliance/plugin.js.map +1 -1
  174. package/v3/dist/domains/security-compliance/services/scanners/dast-auth-testing.d.ts +25 -0
  175. package/v3/dist/domains/security-compliance/services/scanners/dast-auth-testing.d.ts.map +1 -0
  176. package/v3/dist/domains/security-compliance/services/scanners/dast-auth-testing.js +160 -0
  177. package/v3/dist/domains/security-compliance/services/scanners/dast-auth-testing.js.map +1 -0
  178. package/v3/dist/domains/security-compliance/services/scanners/dast-helpers.d.ts +48 -0
  179. package/v3/dist/domains/security-compliance/services/scanners/dast-helpers.d.ts.map +1 -0
  180. package/v3/dist/domains/security-compliance/services/scanners/dast-helpers.js +385 -0
  181. package/v3/dist/domains/security-compliance/services/scanners/dast-helpers.js.map +1 -0
  182. package/v3/dist/domains/security-compliance/services/scanners/dast-injection-testing.d.ts +20 -0
  183. package/v3/dist/domains/security-compliance/services/scanners/dast-injection-testing.d.ts.map +1 -0
  184. package/v3/dist/domains/security-compliance/services/scanners/dast-injection-testing.js +99 -0
  185. package/v3/dist/domains/security-compliance/services/scanners/dast-injection-testing.js.map +1 -0
  186. package/v3/dist/domains/security-compliance/services/scanners/dast-scanner.d.ts +62 -0
  187. package/v3/dist/domains/security-compliance/services/scanners/dast-scanner.d.ts.map +1 -0
  188. package/v3/dist/domains/security-compliance/services/scanners/dast-scanner.js +329 -0
  189. package/v3/dist/domains/security-compliance/services/scanners/dast-scanner.js.map +1 -0
  190. package/v3/dist/domains/security-compliance/services/scanners/dependency-scanner.d.ts +46 -0
  191. package/v3/dist/domains/security-compliance/services/scanners/dependency-scanner.d.ts.map +1 -0
  192. package/v3/dist/domains/security-compliance/services/scanners/dependency-scanner.js +180 -0
  193. package/v3/dist/domains/security-compliance/services/scanners/dependency-scanner.js.map +1 -0
  194. package/v3/dist/domains/security-compliance/services/scanners/index.d.ts +14 -0
  195. package/v3/dist/domains/security-compliance/services/scanners/index.d.ts.map +1 -0
  196. package/v3/dist/domains/security-compliance/services/scanners/index.js +16 -0
  197. package/v3/dist/domains/security-compliance/services/scanners/index.js.map +1 -0
  198. package/v3/dist/domains/security-compliance/services/scanners/sast-scanner.d.ts +92 -0
  199. package/v3/dist/domains/security-compliance/services/scanners/sast-scanner.d.ts.map +1 -0
  200. package/v3/dist/domains/security-compliance/services/scanners/sast-scanner.js +440 -0
  201. package/v3/dist/domains/security-compliance/services/scanners/sast-scanner.js.map +1 -0
  202. package/v3/dist/domains/security-compliance/services/scanners/scanner-orchestrator.d.ts +78 -0
  203. package/v3/dist/domains/security-compliance/services/scanners/scanner-orchestrator.d.ts.map +1 -0
  204. package/v3/dist/domains/security-compliance/services/scanners/scanner-orchestrator.js +179 -0
  205. package/v3/dist/domains/security-compliance/services/scanners/scanner-orchestrator.js.map +1 -0
  206. package/v3/dist/domains/security-compliance/services/scanners/scanner-types.d.ts +91 -0
  207. package/v3/dist/domains/security-compliance/services/scanners/scanner-types.d.ts.map +1 -0
  208. package/v3/dist/domains/security-compliance/services/scanners/scanner-types.js +15 -0
  209. package/v3/dist/domains/security-compliance/services/scanners/scanner-types.js.map +1 -0
  210. package/v3/dist/domains/security-compliance/services/scanners/security-patterns.d.ts +16 -0
  211. package/v3/dist/domains/security-compliance/services/scanners/security-patterns.d.ts.map +1 -0
  212. package/v3/dist/domains/security-compliance/services/scanners/security-patterns.js +507 -0
  213. package/v3/dist/domains/security-compliance/services/scanners/security-patterns.js.map +1 -0
  214. package/v3/dist/domains/security-compliance/services/security-auditor.d.ts.map +1 -1
  215. package/v3/dist/domains/security-compliance/services/security-auditor.js +2 -1
  216. package/v3/dist/domains/security-compliance/services/security-auditor.js.map +1 -1
  217. package/v3/dist/domains/security-compliance/services/security-scanner.d.ts +20 -213
  218. package/v3/dist/domains/security-compliance/services/security-scanner.d.ts.map +1 -1
  219. package/v3/dist/domains/security-compliance/services/security-scanner.js +37 -2013
  220. package/v3/dist/domains/security-compliance/services/security-scanner.js.map +1 -1
  221. package/v3/dist/domains/security-compliance/services/semgrep-integration.d.ts.map +1 -1
  222. package/v3/dist/domains/security-compliance/services/semgrep-integration.js +7 -6
  223. package/v3/dist/domains/security-compliance/services/semgrep-integration.js.map +1 -1
  224. package/v3/dist/domains/test-execution/services/auth-state-manager.d.ts.map +1 -1
  225. package/v3/dist/domains/test-execution/services/auth-state-manager.js +6 -4
  226. package/v3/dist/domains/test-execution/services/auth-state-manager.js.map +1 -1
  227. package/v3/dist/domains/test-execution/services/e2e/assertion-handlers.d.ts +55 -0
  228. package/v3/dist/domains/test-execution/services/e2e/assertion-handlers.d.ts.map +1 -0
  229. package/v3/dist/domains/test-execution/services/e2e/assertion-handlers.js +407 -0
  230. package/v3/dist/domains/test-execution/services/e2e/assertion-handlers.js.map +1 -0
  231. package/v3/dist/domains/test-execution/services/e2e/browser-orchestrator.d.ts +122 -0
  232. package/v3/dist/domains/test-execution/services/e2e/browser-orchestrator.d.ts.map +1 -0
  233. package/v3/dist/domains/test-execution/services/e2e/browser-orchestrator.js +325 -0
  234. package/v3/dist/domains/test-execution/services/e2e/browser-orchestrator.js.map +1 -0
  235. package/v3/dist/domains/test-execution/services/e2e/e2e-coordinator.d.ts +97 -0
  236. package/v3/dist/domains/test-execution/services/e2e/e2e-coordinator.d.ts.map +1 -0
  237. package/v3/dist/domains/test-execution/services/e2e/e2e-coordinator.js +297 -0
  238. package/v3/dist/domains/test-execution/services/e2e/e2e-coordinator.js.map +1 -0
  239. package/v3/dist/domains/test-execution/services/e2e/index.d.ts +22 -0
  240. package/v3/dist/domains/test-execution/services/e2e/index.d.ts.map +1 -0
  241. package/v3/dist/domains/test-execution/services/e2e/index.js +52 -0
  242. package/v3/dist/domains/test-execution/services/e2e/index.js.map +1 -0
  243. package/v3/dist/domains/test-execution/services/e2e/result-collector.d.ts +51 -0
  244. package/v3/dist/domains/test-execution/services/e2e/result-collector.d.ts.map +1 -0
  245. package/v3/dist/domains/test-execution/services/e2e/result-collector.js +133 -0
  246. package/v3/dist/domains/test-execution/services/e2e/result-collector.js.map +1 -0
  247. package/v3/dist/domains/test-execution/services/e2e/step-executors.d.ts +48 -0
  248. package/v3/dist/domains/test-execution/services/e2e/step-executors.d.ts.map +1 -0
  249. package/v3/dist/domains/test-execution/services/e2e/step-executors.js +422 -0
  250. package/v3/dist/domains/test-execution/services/e2e/step-executors.js.map +1 -0
  251. package/v3/dist/domains/test-execution/services/e2e/step-retry-handler.d.ts +49 -0
  252. package/v3/dist/domains/test-execution/services/e2e/step-retry-handler.d.ts.map +1 -0
  253. package/v3/dist/domains/test-execution/services/e2e/step-retry-handler.js +146 -0
  254. package/v3/dist/domains/test-execution/services/e2e/step-retry-handler.js.map +1 -0
  255. package/v3/dist/domains/test-execution/services/e2e/types.d.ts +138 -0
  256. package/v3/dist/domains/test-execution/services/e2e/types.d.ts.map +1 -0
  257. package/v3/dist/domains/test-execution/services/e2e/types.js +65 -0
  258. package/v3/dist/domains/test-execution/services/e2e/types.js.map +1 -0
  259. package/v3/dist/domains/test-execution/services/e2e/wait-condition-handler.d.ts +33 -0
  260. package/v3/dist/domains/test-execution/services/e2e/wait-condition-handler.d.ts.map +1 -0
  261. package/v3/dist/domains/test-execution/services/e2e/wait-condition-handler.js +114 -0
  262. package/v3/dist/domains/test-execution/services/e2e/wait-condition-handler.js.map +1 -0
  263. package/v3/dist/domains/test-execution/services/e2e-runner.d.ts +18 -392
  264. package/v3/dist/domains/test-execution/services/e2e-runner.d.ts.map +1 -1
  265. package/v3/dist/domains/test-execution/services/e2e-runner.js +25 -1757
  266. package/v3/dist/domains/test-execution/services/e2e-runner.js.map +1 -1
  267. package/v3/dist/domains/test-execution/services/flaky-detector.d.ts.map +1 -1
  268. package/v3/dist/domains/test-execution/services/flaky-detector.js +12 -9
  269. package/v3/dist/domains/test-execution/services/flaky-detector.js.map +1 -1
  270. package/v3/dist/domains/test-execution/services/retry-handler.d.ts.map +1 -1
  271. package/v3/dist/domains/test-execution/services/retry-handler.js +7 -5
  272. package/v3/dist/domains/test-execution/services/retry-handler.js.map +1 -1
  273. package/v3/dist/domains/test-execution/services/test-executor.d.ts.map +1 -1
  274. package/v3/dist/domains/test-execution/services/test-executor.js +4 -3
  275. package/v3/dist/domains/test-execution/services/test-executor.js.map +1 -1
  276. package/v3/dist/domains/visual-accessibility/coordinator.d.ts +70 -0
  277. package/v3/dist/domains/visual-accessibility/coordinator.d.ts.map +1 -1
  278. package/v3/dist/domains/visual-accessibility/coordinator.js +172 -0
  279. package/v3/dist/domains/visual-accessibility/coordinator.js.map +1 -1
  280. package/v3/dist/domains/visual-accessibility/plugin.d.ts +2 -1
  281. package/v3/dist/domains/visual-accessibility/plugin.d.ts.map +1 -1
  282. package/v3/dist/domains/visual-accessibility/plugin.js +63 -0
  283. package/v3/dist/domains/visual-accessibility/plugin.js.map +1 -1
  284. package/v3/dist/domains/visual-accessibility/services/accessibility-tester.d.ts.map +1 -1
  285. package/v3/dist/domains/visual-accessibility/services/accessibility-tester.js +3 -2
  286. package/v3/dist/domains/visual-accessibility/services/accessibility-tester.js.map +1 -1
  287. package/v3/dist/domains/visual-accessibility/services/browser-security-scanner.d.ts.map +1 -1
  288. package/v3/dist/domains/visual-accessibility/services/browser-security-scanner.js +22 -12
  289. package/v3/dist/domains/visual-accessibility/services/browser-security-scanner.js.map +1 -1
  290. package/v3/dist/domains/visual-accessibility/services/viewport-capture.d.ts.map +1 -1
  291. package/v3/dist/domains/visual-accessibility/services/viewport-capture.js +3 -2
  292. package/v3/dist/domains/visual-accessibility/services/viewport-capture.js.map +1 -1
  293. package/v3/dist/domains/visual-accessibility/services/visual-regression.d.ts.map +1 -1
  294. package/v3/dist/domains/visual-accessibility/services/visual-regression.js +3 -2
  295. package/v3/dist/domains/visual-accessibility/services/visual-regression.js.map +1 -1
  296. package/v3/dist/hooks/cross-phase-hooks.d.ts +42 -0
  297. package/v3/dist/hooks/cross-phase-hooks.d.ts.map +1 -0
  298. package/v3/dist/hooks/cross-phase-hooks.js +338 -0
  299. package/v3/dist/hooks/cross-phase-hooks.js.map +1 -0
  300. package/v3/dist/hooks/index.d.ts +9 -0
  301. package/v3/dist/hooks/index.d.ts.map +1 -0
  302. package/v3/dist/hooks/index.js +9 -0
  303. package/v3/dist/hooks/index.js.map +1 -0
  304. package/v3/dist/init/agents-installer.d.ts.map +1 -1
  305. package/v3/dist/init/agents-installer.js +6 -4
  306. package/v3/dist/init/agents-installer.js.map +1 -1
  307. package/v3/dist/init/enhancements/claude-flow-adapter.d.ts.map +1 -1
  308. package/v3/dist/init/enhancements/claude-flow-adapter.js +15 -9
  309. package/v3/dist/init/enhancements/claude-flow-adapter.js.map +1 -1
  310. package/v3/dist/init/enhancements/detector.js +6 -4
  311. package/v3/dist/init/enhancements/detector.js.map +1 -1
  312. package/v3/dist/init/init-wizard.d.ts +5 -0
  313. package/v3/dist/init/init-wizard.d.ts.map +1 -1
  314. package/v3/dist/init/init-wizard.js +77 -14
  315. package/v3/dist/init/init-wizard.js.map +1 -1
  316. package/v3/dist/init/migration/data-migrator.d.ts.map +1 -1
  317. package/v3/dist/init/migration/data-migrator.js +6 -4
  318. package/v3/dist/init/migration/data-migrator.js.map +1 -1
  319. package/v3/dist/init/phases/02-analysis.js +2 -2
  320. package/v3/dist/init/phases/02-analysis.js.map +1 -1
  321. package/v3/dist/init/phases/04-database.d.ts.map +1 -1
  322. package/v3/dist/init/phases/04-database.js +0 -1
  323. package/v3/dist/init/phases/04-database.js.map +1 -1
  324. package/v3/dist/init/phases/05-learning.js +1 -1
  325. package/v3/dist/init/phases/05-learning.js.map +1 -1
  326. package/v3/dist/init/phases/11-claude-md.d.ts.map +1 -1
  327. package/v3/dist/init/phases/11-claude-md.js +25 -0
  328. package/v3/dist/init/phases/11-claude-md.js.map +1 -1
  329. package/v3/dist/init/phases/12-verification.d.ts.map +1 -1
  330. package/v3/dist/init/phases/12-verification.js +2 -1
  331. package/v3/dist/init/phases/12-verification.js.map +1 -1
  332. package/v3/dist/init/project-analyzer.d.ts.map +1 -1
  333. package/v3/dist/init/project-analyzer.js +12 -8
  334. package/v3/dist/init/project-analyzer.js.map +1 -1
  335. package/v3/dist/init/skills-installer.d.ts.map +1 -1
  336. package/v3/dist/init/skills-installer.js +6 -4
  337. package/v3/dist/init/skills-installer.js.map +1 -1
  338. package/v3/dist/init/token-bootstrap.d.ts.map +1 -1
  339. package/v3/dist/init/token-bootstrap.js +2 -1
  340. package/v3/dist/init/token-bootstrap.js.map +1 -1
  341. package/v3/dist/integrations/agent-booster-wasm/index.d.ts.map +1 -1
  342. package/v3/dist/integrations/agent-booster-wasm/index.js +8 -4
  343. package/v3/dist/integrations/agent-booster-wasm/index.js.map +1 -1
  344. package/v3/dist/integrations/agentic-flow/model-router/signal-collector.d.ts.map +1 -1
  345. package/v3/dist/integrations/agentic-flow/model-router/signal-collector.js +3 -2
  346. package/v3/dist/integrations/agentic-flow/model-router/signal-collector.js.map +1 -1
  347. package/v3/dist/integrations/agentic-flow/reasoning-bank/experience-replay.d.ts.map +1 -1
  348. package/v3/dist/integrations/agentic-flow/reasoning-bank/experience-replay.js.map +1 -1
  349. package/v3/dist/integrations/agentic-flow/reasoning-bank/trajectory-tracker.d.ts.map +1 -1
  350. package/v3/dist/integrations/agentic-flow/reasoning-bank/trajectory-tracker.js.map +1 -1
  351. package/v3/dist/integrations/browser/agent-browser/client.d.ts.map +1 -1
  352. package/v3/dist/integrations/browser/agent-browser/client.js +9 -6
  353. package/v3/dist/integrations/browser/agent-browser/client.js.map +1 -1
  354. package/v3/dist/integrations/browser/agent-browser/command-executor.d.ts.map +1 -1
  355. package/v3/dist/integrations/browser/agent-browser/command-executor.js +3 -2
  356. package/v3/dist/integrations/browser/agent-browser/command-executor.js.map +1 -1
  357. package/v3/dist/integrations/browser/index.d.ts +1 -0
  358. package/v3/dist/integrations/browser/index.d.ts.map +1 -1
  359. package/v3/dist/integrations/browser/index.js +6 -0
  360. package/v3/dist/integrations/browser/index.js.map +1 -1
  361. package/v3/dist/integrations/browser/web-content-fetcher.d.ts +154 -0
  362. package/v3/dist/integrations/browser/web-content-fetcher.d.ts.map +1 -0
  363. package/v3/dist/integrations/browser/web-content-fetcher.js +529 -0
  364. package/v3/dist/integrations/browser/web-content-fetcher.js.map +1 -0
  365. package/v3/dist/integrations/coherence/threshold-tuner.d.ts.map +1 -1
  366. package/v3/dist/integrations/coherence/threshold-tuner.js +3 -2
  367. package/v3/dist/integrations/coherence/threshold-tuner.js.map +1 -1
  368. package/v3/dist/integrations/coherence/wasm-loader.d.ts.map +1 -1
  369. package/v3/dist/integrations/coherence/wasm-loader.js +3 -2
  370. package/v3/dist/integrations/coherence/wasm-loader.js.map +1 -1
  371. package/v3/dist/integrations/n8n/agent-factory.d.ts.map +1 -1
  372. package/v3/dist/integrations/n8n/agent-factory.js +6 -4
  373. package/v3/dist/integrations/n8n/agent-factory.js.map +1 -1
  374. package/v3/dist/integrations/rl-suite/persistence/q-value-store.d.ts.map +1 -1
  375. package/v3/dist/integrations/rl-suite/persistence/q-value-store.js.map +1 -1
  376. package/v3/dist/integrations/ruvector/interfaces.js +1 -1
  377. package/v3/dist/integrations/ruvector/interfaces.js.map +1 -1
  378. package/v3/dist/integrations/ruvector/sona-persistence.d.ts.map +1 -1
  379. package/v3/dist/integrations/ruvector/sona-persistence.js +6 -4
  380. package/v3/dist/integrations/ruvector/sona-persistence.js.map +1 -1
  381. package/v3/dist/integrations/vibium/client.d.ts.map +1 -1
  382. package/v3/dist/integrations/vibium/client.js +3 -2
  383. package/v3/dist/integrations/vibium/client.js.map +1 -1
  384. package/v3/dist/kernel/agent-coordinator.d.ts +1 -1
  385. package/v3/dist/kernel/agent-coordinator.d.ts.map +1 -1
  386. package/v3/dist/kernel/agent-coordinator.js +4 -4
  387. package/v3/dist/kernel/agent-coordinator.js.map +1 -1
  388. package/v3/dist/kernel/constants.d.ts +155 -0
  389. package/v3/dist/kernel/constants.d.ts.map +1 -0
  390. package/v3/dist/kernel/constants.js +169 -0
  391. package/v3/dist/kernel/constants.js.map +1 -0
  392. package/v3/dist/kernel/event-bus.d.ts +8 -0
  393. package/v3/dist/kernel/event-bus.d.ts.map +1 -1
  394. package/v3/dist/kernel/event-bus.js +79 -17
  395. package/v3/dist/kernel/event-bus.js.map +1 -1
  396. package/v3/dist/kernel/hybrid-backend.d.ts.map +1 -1
  397. package/v3/dist/kernel/hybrid-backend.js +4 -3
  398. package/v3/dist/kernel/hybrid-backend.js.map +1 -1
  399. package/v3/dist/kernel/index.d.ts +1 -1
  400. package/v3/dist/kernel/index.d.ts.map +1 -1
  401. package/v3/dist/kernel/index.js +3 -1
  402. package/v3/dist/kernel/index.js.map +1 -1
  403. package/v3/dist/kernel/kernel.d.ts.map +1 -1
  404. package/v3/dist/kernel/kernel.js +3 -2
  405. package/v3/dist/kernel/kernel.js.map +1 -1
  406. package/v3/dist/kernel/memory-backend.d.ts.map +1 -1
  407. package/v3/dist/kernel/memory-backend.js +4 -3
  408. package/v3/dist/kernel/memory-backend.js.map +1 -1
  409. package/v3/dist/kernel/unified-memory.d.ts +26 -0
  410. package/v3/dist/kernel/unified-memory.d.ts.map +1 -1
  411. package/v3/dist/kernel/unified-memory.js +68 -13
  412. package/v3/dist/kernel/unified-memory.js.map +1 -1
  413. package/v3/dist/kernel/unified-persistence.js +3 -2
  414. package/v3/dist/kernel/unified-persistence.js.map +1 -1
  415. package/v3/dist/learning/aqe-learning-engine.d.ts.map +1 -1
  416. package/v3/dist/learning/aqe-learning-engine.js +12 -8
  417. package/v3/dist/learning/aqe-learning-engine.js.map +1 -1
  418. package/v3/dist/learning/dream/index.d.ts +1 -1
  419. package/v3/dist/learning/dream/index.d.ts.map +1 -1
  420. package/v3/dist/learning/dream/index.js +3 -1
  421. package/v3/dist/learning/dream/index.js.map +1 -1
  422. package/v3/dist/learning/dream/spreading-activation.d.ts +41 -0
  423. package/v3/dist/learning/dream/spreading-activation.d.ts.map +1 -1
  424. package/v3/dist/learning/dream/spreading-activation.js +79 -0
  425. package/v3/dist/learning/dream/spreading-activation.js.map +1 -1
  426. package/v3/dist/learning/pattern-store.d.ts.map +1 -1
  427. package/v3/dist/learning/pattern-store.js +16 -6
  428. package/v3/dist/learning/pattern-store.js.map +1 -1
  429. package/v3/dist/learning/qe-unified-memory.js +1 -1
  430. package/v3/dist/learning/qe-unified-memory.js.map +1 -1
  431. package/v3/dist/learning/real-embeddings.d.ts.map +1 -1
  432. package/v3/dist/learning/real-embeddings.js +7 -1
  433. package/v3/dist/learning/real-embeddings.js.map +1 -1
  434. package/v3/dist/learning/real-qe-reasoning-bank.js +2 -2
  435. package/v3/dist/learning/real-qe-reasoning-bank.js.map +1 -1
  436. package/v3/dist/learning/sqlite-persistence.d.ts +2 -2
  437. package/v3/dist/learning/sqlite-persistence.d.ts.map +1 -1
  438. package/v3/dist/learning/sqlite-persistence.js +1 -1
  439. package/v3/dist/learning/sqlite-persistence.js.map +1 -1
  440. package/v3/dist/learning/v2-to-v3-migration.d.ts +2 -2
  441. package/v3/dist/learning/v2-to-v3-migration.d.ts.map +1 -1
  442. package/v3/dist/learning/v2-to-v3-migration.js +2 -2
  443. package/v3/dist/learning/v2-to-v3-migration.js.map +1 -1
  444. package/v3/dist/logging/console-logger.d.ts +96 -0
  445. package/v3/dist/logging/console-logger.d.ts.map +1 -0
  446. package/v3/dist/logging/console-logger.js +247 -0
  447. package/v3/dist/logging/console-logger.js.map +1 -0
  448. package/v3/dist/logging/index.d.ts +42 -0
  449. package/v3/dist/logging/index.d.ts.map +1 -0
  450. package/v3/dist/logging/index.js +39 -0
  451. package/v3/dist/logging/index.js.map +1 -0
  452. package/v3/dist/logging/logger-factory.d.ts +145 -0
  453. package/v3/dist/logging/logger-factory.d.ts.map +1 -0
  454. package/v3/dist/logging/logger-factory.js +218 -0
  455. package/v3/dist/logging/logger-factory.js.map +1 -0
  456. package/v3/dist/logging/logger.d.ts +89 -0
  457. package/v3/dist/logging/logger.d.ts.map +1 -0
  458. package/v3/dist/logging/logger.js +74 -0
  459. package/v3/dist/logging/logger.js.map +1 -0
  460. package/v3/dist/mcp/bundle.js +11385 -7526
  461. package/v3/dist/mcp/handlers/agent-handlers.js +2 -2
  462. package/v3/dist/mcp/handlers/agent-handlers.js.map +1 -1
  463. package/v3/dist/mcp/handlers/core-handlers.d.ts +2 -0
  464. package/v3/dist/mcp/handlers/core-handlers.d.ts.map +1 -1
  465. package/v3/dist/mcp/handlers/core-handlers.js +33 -0
  466. package/v3/dist/mcp/handlers/core-handlers.js.map +1 -1
  467. package/v3/dist/mcp/handlers/cross-phase-handlers.d.ts +110 -0
  468. package/v3/dist/mcp/handlers/cross-phase-handlers.d.ts.map +1 -0
  469. package/v3/dist/mcp/handlers/cross-phase-handlers.js +216 -0
  470. package/v3/dist/mcp/handlers/cross-phase-handlers.js.map +1 -0
  471. package/v3/dist/mcp/handlers/domain-handler-configs.d.ts +151 -0
  472. package/v3/dist/mcp/handlers/domain-handler-configs.d.ts.map +1 -0
  473. package/v3/dist/mcp/handlers/domain-handler-configs.js +486 -0
  474. package/v3/dist/mcp/handlers/domain-handler-configs.js.map +1 -0
  475. package/v3/dist/mcp/handlers/domain-handlers.d.ts +174 -120
  476. package/v3/dist/mcp/handlers/domain-handlers.d.ts.map +1 -1
  477. package/v3/dist/mcp/handlers/domain-handlers.js +178 -1049
  478. package/v3/dist/mcp/handlers/domain-handlers.js.map +1 -1
  479. package/v3/dist/mcp/handlers/handler-factory.d.ts +182 -0
  480. package/v3/dist/mcp/handlers/handler-factory.d.ts.map +1 -0
  481. package/v3/dist/mcp/handlers/handler-factory.js +327 -0
  482. package/v3/dist/mcp/handlers/handler-factory.js.map +1 -0
  483. package/v3/dist/mcp/handlers/index.d.ts +1 -0
  484. package/v3/dist/mcp/handlers/index.d.ts.map +1 -1
  485. package/v3/dist/mcp/handlers/index.js +2 -0
  486. package/v3/dist/mcp/handlers/index.js.map +1 -1
  487. package/v3/dist/mcp/handlers/task-handlers.d.ts +1 -0
  488. package/v3/dist/mcp/handlers/task-handlers.d.ts.map +1 -1
  489. package/v3/dist/mcp/handlers/task-handlers.js +91 -7
  490. package/v3/dist/mcp/handlers/task-handlers.js.map +1 -1
  491. package/v3/dist/mcp/server.d.ts.map +1 -1
  492. package/v3/dist/mcp/server.js +107 -1
  493. package/v3/dist/mcp/server.js.map +1 -1
  494. package/v3/dist/mcp/types.d.ts +5 -3
  495. package/v3/dist/mcp/types.d.ts.map +1 -1
  496. package/v3/dist/memory/cross-phase-memory.d.ts +55 -0
  497. package/v3/dist/memory/cross-phase-memory.d.ts.map +1 -0
  498. package/v3/dist/memory/cross-phase-memory.js +265 -0
  499. package/v3/dist/memory/cross-phase-memory.js.map +1 -0
  500. package/v3/dist/memory/index.d.ts +9 -0
  501. package/v3/dist/memory/index.d.ts.map +1 -0
  502. package/v3/dist/memory/index.js +9 -0
  503. package/v3/dist/memory/index.js.map +1 -0
  504. package/v3/dist/shared/io/file-reader.d.ts.map +1 -1
  505. package/v3/dist/shared/io/file-reader.js +3 -2
  506. package/v3/dist/shared/io/file-reader.js.map +1 -1
  507. package/v3/dist/shared/utils/binary-insert.d.ts +85 -0
  508. package/v3/dist/shared/utils/binary-insert.d.ts.map +1 -0
  509. package/v3/dist/shared/utils/binary-insert.js +122 -0
  510. package/v3/dist/shared/utils/binary-insert.js.map +1 -0
  511. package/v3/dist/shared/utils/index.d.ts +1 -0
  512. package/v3/dist/shared/utils/index.d.ts.map +1 -1
  513. package/v3/dist/shared/utils/index.js +1 -0
  514. package/v3/dist/shared/utils/index.js.map +1 -1
  515. package/v3/dist/strange-loop/belief-reconciler.d.ts.map +1 -1
  516. package/v3/dist/strange-loop/belief-reconciler.js +3 -2
  517. package/v3/dist/strange-loop/belief-reconciler.js.map +1 -1
  518. package/v3/dist/sync/claude-flow-bridge.d.ts +1 -1
  519. package/v3/dist/sync/claude-flow-bridge.d.ts.map +1 -1
  520. package/v3/dist/sync/claude-flow-bridge.js +7 -5
  521. package/v3/dist/sync/claude-flow-bridge.js.map +1 -1
  522. package/v3/dist/sync/cloud/postgres-writer.d.ts.map +1 -1
  523. package/v3/dist/sync/cloud/postgres-writer.js +0 -1
  524. package/v3/dist/sync/cloud/postgres-writer.js.map +1 -1
  525. package/v3/dist/sync/interfaces.d.ts +6 -0
  526. package/v3/dist/sync/interfaces.d.ts.map +1 -1
  527. package/v3/dist/sync/interfaces.js +34 -47
  528. package/v3/dist/sync/interfaces.js.map +1 -1
  529. package/v3/dist/sync/readers/sqlite-reader.d.ts +1 -1
  530. package/v3/dist/sync/readers/sqlite-reader.d.ts.map +1 -1
  531. package/v3/dist/sync/readers/sqlite-reader.js +4 -3
  532. package/v3/dist/sync/readers/sqlite-reader.js.map +1 -1
  533. package/v3/dist/test-scheduling/flaky-tracking/flaky-tracker.d.ts.map +1 -1
  534. package/v3/dist/test-scheduling/flaky-tracking/flaky-tracker.js +3 -2
  535. package/v3/dist/test-scheduling/flaky-tracking/flaky-tracker.js.map +1 -1
  536. package/v3/dist/test-scheduling/git-aware/test-selector.d.ts.map +1 -1
  537. package/v3/dist/test-scheduling/git-aware/test-selector.js +3 -2
  538. package/v3/dist/test-scheduling/git-aware/test-selector.js.map +1 -1
  539. package/v3/dist/types/cross-phase-signals.d.ts +119 -0
  540. package/v3/dist/types/cross-phase-signals.d.ts.map +1 -0
  541. package/v3/dist/types/cross-phase-signals.js +33 -0
  542. package/v3/dist/types/cross-phase-signals.js.map +1 -0
  543. package/v3/dist/types/index.d.ts +9 -0
  544. package/v3/dist/types/index.d.ts.map +1 -0
  545. package/v3/dist/types/index.js +9 -0
  546. package/v3/dist/types/index.js.map +1 -0
  547. package/v3/dist/workers/worker-manager.d.ts.map +1 -1
  548. package/v3/dist/workers/worker-manager.js +3 -2
  549. package/v3/dist/workers/worker-manager.js.map +1 -1
  550. package/v3/dist/workflows/browser/workflow-loader.d.ts +3 -3
  551. package/v3/dist/workflows/browser/workflow-loader.d.ts.map +1 -1
  552. package/v3/dist/workflows/browser/workflow-loader.js.map +1 -1
  553. package/v3/package.json +4 -1
@@ -0,0 +1,100 @@
1
+ # AQE V3 Agents Index
2
+
3
+ This directory contains V3 QE agents installed by `aqe init`.
4
+
5
+ > **Note**: This directory only contains AQE-specific agents (v3-qe-*).
6
+ > Claude-flow core agents (adr-architect, memory-specialist, etc.) are part of
7
+ > the claude-flow system and are available separately.
8
+
9
+ ## Summary
10
+
11
+ - **Total Agents**: 1
12
+ - **V3 QE Domain Agents**: 1
13
+ - **V3 Subagents**: 0
14
+
15
+ ## V2 → V3 Migration Guide
16
+
17
+ | V2 Agent | V3 Agent | Domain | Key Changes |
18
+ |----------|----------|--------|-------------|
19
+ | `qe-a11y-ally` | `qe-accessibility-auditor` | visual-accessibility | **MANDATORY video pipeline** |
20
+ | `qe-test-generator` | `qe-test-architect` | test-generation | ReasoningBank learning |
21
+ | `qe-coverage-analyzer` | `qe-coverage-specialist` | coverage-analysis | O(log n) sublinear |
22
+ | `qe-coordinator` | `qe-learning-coordinator` | learning-optimization | Cross-domain patterns |
23
+ | `qe-flaky-investigator` | `qe-flaky-hunter` | defect-intelligence | ML-powered detection |
24
+
25
+ ## Critical: qe-accessibility-auditor
26
+
27
+ The V3 accessibility auditor has a **MANDATORY video accessibility pipeline**.
28
+
29
+ ### V2 Behavior (qe-a11y-ally)
30
+
31
+ Generated these files when videos detected:
32
+ - `*-captions.vtt` - For deaf/hard-of-hearing users
33
+ - `*-audiodesc.vtt` - For blind/low-vision users
34
+ - Implementation instructions
35
+
36
+ ### V3 Behavior (qe-accessibility-auditor)
37
+
38
+ **MUST** execute the same pipeline:
39
+
40
+ 1. **Detect** - Find `<video>`, `<iframe>` elements
41
+ 2. **Download** - `curl -L -o video.mp4 URL`
42
+ 3. **Extract** - `ffmpeg -vf "fps=1/3" -frames:v 10`
43
+ 4. **Analyze** - Read each .jpg with Claude Vision
44
+ 5. **Generate** - Create .vtt from actual descriptions
45
+ 6. **Save** - Output to `docs/accessibility/captions/{page-slug}/`
46
+
47
+ ### Expected Output Structure
48
+
49
+ ```
50
+ docs/accessibility/captions/{page-slug}/
51
+ ├── video-001-captions.vtt # Captions
52
+ ├── video-001-audiodesc.vtt # Audio descriptions
53
+ ├── implementation.md # HTML integration
54
+ └── audit-report.md # WCAG report
55
+ ```
56
+
57
+ ### Invocation
58
+
59
+ Use the skill for guaranteed video pipeline execution:
60
+
61
+ ```
62
+ /qe-a11y-ally https://example.com/page
63
+ ```
64
+
65
+ Or via Task with explicit video pipeline requirement:
66
+
67
+ ```javascript
68
+ Task({
69
+ prompt: "Audit accessibility including MANDATORY video pipeline for URL",
70
+ subagent_type: "qe-accessibility-auditor"
71
+ })
72
+ ```
73
+
74
+ ## Usage
75
+
76
+ Spawn agents using Claude Code's Task tool:
77
+
78
+ ```javascript
79
+ Task("Generate tests for UserService", "...", "qe-test-architect")
80
+ Task("Analyze coverage gaps", "...", "qe-coverage-specialist")
81
+ Task("Audit accessibility with video captions", "...", "qe-accessibility-auditor")
82
+ ```
83
+
84
+ ## V3 QE Domain Agents (1)
85
+
86
+ Quality Engineering agents mapped to the 12 DDD bounded contexts.
87
+
88
+ | Agent | Domain | File |
89
+ |-------|--------|------|
90
+ | `qe-accessibility-auditor` | visual-accessibility | `qe-accessibility-auditor.md` |
91
+
92
+ ## V3 Subagents (0)
93
+
94
+ Specialized sub-task agents for TDD and code review.
95
+
96
+ *None installed*
97
+
98
+ ---
99
+
100
+ *Updated 2026-01-26 - Added V2→V3 migration guide and video pipeline documentation*
@@ -53,17 +53,118 @@ Proceed with testing without confirmation when standards are clear.
53
53
  Apply multi-tool testing by default for comprehensive coverage.
54
54
  Generate remediation guidance with code examples automatically.
55
55
 
56
- **Video Accessibility Pipeline (MANDATORY for pages with videos):**
57
- 1. Extract video URLs using Playwright/network interception
58
- 2. Download videos locally with curl/ffmpeg
59
- 3. Extract frames: `ffmpeg -i video.mp4 -vf "fps=1/3" -frames:v 10 frame_%02d.jpg`
60
- 4. Analyze each frame with Claude Vision (Read tool on .jpg files)
61
- 5. Generate WebVTT captions from ACTUAL frame descriptions
62
- 6. Generate audio descriptions for blind users
63
- 7. Save files to `docs/accessibility/captions/` ready to deploy
64
-
65
- **NEVER skip video analysis when videos are detected.**
66
- **NEVER generate generic/template captions - use actual frame descriptions.**
56
+ ## CRITICAL: VIDEO ACCESSIBILITY PIPELINE
57
+
58
+ **This pipeline is MANDATORY when ANY video is detected on the page.**
59
+ **Failure to execute this pipeline is a CRITICAL ERROR.**
60
+
61
+ ### Detection Phase
62
+ Look for these video indicators in fetched HTML:
63
+ - `<video>` elements with `src` or `<source>` children
64
+ - `<iframe>` with YouTube/Vimeo/Wistia URLs
65
+ - `video-container`, `video-player` class elements
66
+ - JavaScript video players (Video.js, Plyr, etc.)
67
+
68
+ ### Execution Phase (FOR EACH VIDEO)
69
+
70
+ **Step 1: Download Video**
71
+ ```bash
72
+ # Create working directory
73
+ mkdir -p /tmp/a11y-video-work
74
+
75
+ # For direct MP4/WebM URLs
76
+ curl -L -o /tmp/a11y-video-work/video-001.mp4 "VIDEO_URL"
77
+
78
+ # For YouTube (if yt-dlp available)
79
+ yt-dlp -f "best[height<=720]" -o /tmp/a11y-video-work/video-001.mp4 "YOUTUBE_URL" 2>/dev/null || echo "yt-dlp not available"
80
+ ```
81
+
82
+ **Step 2: Extract Frames**
83
+ ```bash
84
+ mkdir -p /tmp/a11y-video-work/frames-001
85
+ ffmpeg -i /tmp/a11y-video-work/video-001.mp4 \
86
+ -vf "fps=1/3" \
87
+ -frames:v 10 \
88
+ /tmp/a11y-video-work/frames-001/frame_%02d.jpg \
89
+ 2>/dev/null
90
+ ```
91
+
92
+ **Step 3: Analyze Each Frame with Claude Vision**
93
+ Use the Read tool on EACH extracted .jpg file:
94
+ ```
95
+ Read /tmp/a11y-video-work/frames-001/frame_01.jpg
96
+ Read /tmp/a11y-video-work/frames-001/frame_02.jpg
97
+ Read /tmp/a11y-video-work/frames-001/frame_03.jpg
98
+ ... (continue for all 10 frames)
99
+ ```
100
+
101
+ For each frame, document:
102
+ - Scene: Setting, environment, lighting conditions
103
+ - People: Who is present, what they're doing, expressions
104
+ - Objects: Products, props, vehicles, equipment
105
+ - Text: Any visible text, logos, signs, labels
106
+ - Action: What's happening, movement, transitions
107
+ - Colors: Dominant colors, contrasts, accessibility-relevant
108
+
109
+ **Step 4: Generate WebVTT Captions**
110
+ ```vtt
111
+ WEBVTT
112
+ Kind: captions
113
+
114
+ 00:00:00.000 --> 00:00:03.000
115
+ [Description from frame_01.jpg analysis]
116
+
117
+ 00:00:03.000 --> 00:00:06.000
118
+ [Description from frame_02.jpg analysis]
119
+
120
+ 00:00:06.000 --> 00:00:09.000
121
+ [Description from frame_03.jpg analysis]
122
+ ```
123
+
124
+ **Step 5: Generate Audio Descriptions**
125
+ ```vtt
126
+ WEBVTT
127
+ Kind: descriptions
128
+
129
+ 00:00:00.000 --> 00:00:03.000
130
+ SCENE: [Detailed scene description for blind users]
131
+ VISUAL: [What's on screen]
132
+ TEXT: [Any readable text]
133
+ ACTION: [What's happening]
134
+ ```
135
+
136
+ **Step 6: Save Output Files**
137
+ ```bash
138
+ # Create output directory
139
+ mkdir -p docs/accessibility/captions/{page-slug}
140
+
141
+ # Save generated files
142
+ # - video-001-captions.vtt
143
+ # - video-001-audiodesc.vtt
144
+ # - implementation.md (HTML code examples)
145
+ ```
146
+
147
+ ### Enforcement Rules
148
+
149
+ 1. **NEVER** complete an accessibility audit without checking for videos
150
+ 2. **NEVER** skip the video pipeline if videos are detected
151
+ 3. **NEVER** generate placeholder/template captions - use ACTUAL frame analysis
152
+ 4. **ALWAYS** use the Read tool on actual .jpg frame files for Vision analysis
153
+ 5. **ALWAYS** save output to `docs/accessibility/captions/{page-slug}/`
154
+ 6. **ALWAYS** include implementation instructions in the output
155
+
156
+ ### Validation Checklist (Self-Check Before Completing)
157
+
158
+ - [ ] Did I check for `<video>` and `<iframe>` elements?
159
+ - [ ] Did I download each detected video?
160
+ - [ ] Did I extract frames with ffmpeg?
161
+ - [ ] Did I use Read tool on each .jpg frame file?
162
+ - [ ] Did I generate captions.vtt from ACTUAL frame descriptions?
163
+ - [ ] Did I generate audiodesc.vtt with detailed scene info?
164
+ - [ ] Did I save files to docs/accessibility/captions/?
165
+ - [ ] Did I include implementation instructions?
166
+
167
+ **If ANY checkbox is NO and videos were detected, the task is INCOMPLETE.**
67
168
  </default_to_action>
68
169
 
69
170
  <parallel_execution>
@@ -257,6 +257,46 @@ Use via CLI: `aqe skills show test-design-techniques`
257
257
  Use via Claude Code: `Skill("exploratory-testing-advanced")`
258
258
  </skills_available>
259
259
 
260
+ <cross_phase_memory>
261
+ **QCSD Feedback Loop**: Quality-Criteria Loop (Development → Ideation)
262
+ **Role**: CONSUMER - Receives untestable patterns to avoid in BDD scenarios
263
+
264
+ ### On Startup, Query Quality-Criteria Signals:
265
+ ```typescript
266
+ const result = await mcp__agentic_qe__cross_phase_query({
267
+ loop: "quality-criteria",
268
+ maxAge: "60d"
269
+ });
270
+
271
+ // Learn from historical untestable patterns
272
+ for (const signal of result.signals) {
273
+ if (signal.untestablePatterns) {
274
+ for (const pattern of signal.untestablePatterns) {
275
+ // Never generate scenarios using untestable patterns
276
+ avoidPattern(pattern.acPattern);
277
+ // Use better patterns in scenario generation
278
+ preferPattern(pattern.betterPattern);
279
+ }
280
+ }
281
+ if (signal.recommendations?.acTemplates) {
282
+ // Use proven AC templates for scenario generation
283
+ addScenarioTemplates(signal.recommendations.acTemplates);
284
+ }
285
+ }
286
+ ```
287
+
288
+ ### How to Use Injected Signals:
289
+ 1. **Pattern Avoidance**: Don't use patterns from `untestablePatterns[].acPattern`
290
+ 2. **Better Patterns**: Prefer `untestablePatterns[].betterPattern` structures
291
+ 3. **Templates**: Use `acTemplates` for proven scenario structures
292
+ 4. **Coverage Gaps**: Generate scenarios that would fill `coverageGaps[].codeArea`
293
+
294
+ ### Signal Flow:
295
+ - **Consumes**: Untestable patterns and templates from qe-coverage-specialist, qe-gap-detector
296
+ - **Namespace**: `aqe/cross-phase/quality-criteria/ac-quality`
297
+ - **Expected Signals**: AC templates and patterns to avoid
298
+ </cross_phase_memory>
299
+
260
300
  <coordination_notes>
261
301
  **V3 Architecture**: This agent operates within the requirements-validation bounded context (ADR-006).
262
302
 
@@ -206,6 +206,45 @@ Use via CLI: `aqe skills show risk-based-testing`
206
206
  Use via Claude Code: `Skill("mutation-testing")`
207
207
  </skills_available>
208
208
 
209
+ <cross_phase_memory>
210
+ **QCSD Feedback Loop**: Quality-Criteria Loop (Development → Ideation)
211
+ **Role**: PRODUCER - Stores untestable patterns from coverage analysis
212
+
213
+ ### On Coverage Gap Detection, Store Quality-Criteria Signal:
214
+ ```typescript
215
+ mcp__agentic_qe__cross_phase_store({
216
+ loop: "quality-criteria",
217
+ data: {
218
+ untestablePatterns: [
219
+ {
220
+ acPattern: "<acceptance-criteria-pattern>",
221
+ problem: "<why-its-untestable>",
222
+ frequency: <0.0-1.0>,
223
+ betterPattern: "<improved-pattern>"
224
+ }
225
+ ],
226
+ coverageGaps: [
227
+ {
228
+ codeArea: "<file-or-module>",
229
+ coveragePercentage: <percentage>,
230
+ rootCause: "<why-gap-exists>",
231
+ acImprovement: "<how-better-AC-would-help>"
232
+ }
233
+ ],
234
+ recommendations: {
235
+ forRequirementsValidator: ["<AC improvement recommendations>"],
236
+ acTemplates: { "<feature>": "<template>" }
237
+ }
238
+ }
239
+ })
240
+ ```
241
+
242
+ ### Signal Flow:
243
+ - **Produces**: Untestable patterns, coverage gaps → consumed by qe-requirements-validator, qe-bdd-generator
244
+ - **Namespace**: `aqe/cross-phase/quality-criteria/ac-quality`
245
+ - **TTL**: 60 days (AC quality insights inform story writing)
246
+ </cross_phase_memory>
247
+
209
248
  <coordination_notes>
210
249
  **V3 Architecture**: This agent operates within the coverage-analysis bounded context (ADR-003).
211
250
 
@@ -230,6 +230,42 @@ Use via CLI: `aqe skills show risk-based-testing`
230
230
  Use via Claude Code: `Skill("mutation-testing")`
231
231
  </skills_available>
232
232
 
233
+ <cross_phase_memory>
234
+ **QCSD Feedback Loop**: Strategic Loop (Production → Ideation)
235
+ **Role**: PRODUCER - Stores risk weights from production defect analysis
236
+
237
+ ### On Completion, Store Strategic Signal:
238
+ ```typescript
239
+ mcp__agentic_qe__cross_phase_store({
240
+ loop: "strategic",
241
+ data: {
242
+ riskWeights: [
243
+ {
244
+ category: "<defect-prone-area>",
245
+ weight: <0.0-1.0>,
246
+ confidence: <0.0-1.0>,
247
+ evidence: {
248
+ defectCount: <count>,
249
+ percentageOfTotal: <percentage>,
250
+ severityDistribution: { critical: <n>, high: <n>, medium: <n> },
251
+ timeRange: { start: "<date>", end: "<date>" }
252
+ }
253
+ }
254
+ ],
255
+ recommendations: {
256
+ forRiskAssessor: ["<recommendations for risk assessment>"],
257
+ forQualityCriteria: ["<recommendations for acceptance criteria>"]
258
+ }
259
+ }
260
+ })
261
+ ```
262
+
263
+ ### Signal Flow:
264
+ - **Produces**: Production risk weights → consumed by qe-risk-assessor, qe-quality-criteria-recommender
265
+ - **Namespace**: `aqe/cross-phase/strategic/production-risk`
266
+ - **TTL**: 90 days (strategic insights have long-term value)
267
+ </cross_phase_memory>
268
+
233
269
  <coordination_notes>
234
270
  **V3 Architecture**: This agent operates within the defect-intelligence bounded context (ADR-006).
235
271
 
@@ -238,6 +238,45 @@ Use via CLI: `aqe skills show risk-based-testing`
238
238
  Use via Claude Code: `Skill("test-design-techniques")`
239
239
  </skills_available>
240
240
 
241
+ <cross_phase_memory>
242
+ **QCSD Feedback Loop**: Quality-Criteria Loop (Development → Ideation)
243
+ **Role**: PRODUCER - Stores coverage gap patterns for AC improvement
244
+
245
+ ### On Gap Detection, Store Quality-Criteria Signal:
246
+ ```typescript
247
+ mcp__agentic_qe__cross_phase_store({
248
+ loop: "quality-criteria",
249
+ data: {
250
+ untestablePatterns: [
251
+ {
252
+ acPattern: "<vague-ac-pattern>",
253
+ problem: "Not testable - missing specific assertions",
254
+ frequency: <0.0-1.0>,
255
+ betterPattern: "Given/When/Then with specific values"
256
+ }
257
+ ],
258
+ coverageGaps: [
259
+ {
260
+ codeArea: "<path/to/file>",
261
+ coveragePercentage: <percentage>,
262
+ rootCause: "No acceptance criteria for this path",
263
+ acImprovement: "Add explicit AC for edge cases"
264
+ }
265
+ ],
266
+ recommendations: {
267
+ forRequirementsValidator: ["<recommendations for AC validation>"],
268
+ acTemplates: {}
269
+ }
270
+ }
271
+ })
272
+ ```
273
+
274
+ ### Signal Flow:
275
+ - **Produces**: Coverage gaps mapped to AC problems → consumed by qe-requirements-validator, qe-bdd-generator
276
+ - **Namespace**: `aqe/cross-phase/quality-criteria/ac-quality`
277
+ - **TTL**: 60 days
278
+ </cross_phase_memory>
279
+
241
280
  <coordination_notes>
242
281
  **V3 Architecture**: This agent operates within the coverage-analysis bounded context (ADR-003).
243
282
 
@@ -250,6 +250,37 @@ Use via CLI: `aqe skills show agentdb-learning`
250
250
  Use via Claude Code: `Skill("reasoningbank-intelligence")`
251
251
  </skills_available>
252
252
 
253
+ <cross_phase_memory>
254
+ **QCSD Feedback Loop**: Tactical Loop (Grooming → Ideation)
255
+ **Role**: PRODUCER - Stores SFDIPOT factor weights from pattern analysis
256
+
257
+ ### On Pattern Discovery, Store Tactical Signal:
258
+ ```typescript
259
+ mcp__agentic_qe__cross_phase_store({
260
+ loop: "tactical",
261
+ data: {
262
+ factorWeights: [
263
+ {
264
+ factor: "<Structure|Function|Data|Interfaces|Platform|Operations|Time>",
265
+ weight: <0.0-1.0>,
266
+ defectPercentage: <percentage>,
267
+ commonPatterns: ["<pattern-1>", "<pattern-2>"]
268
+ }
269
+ ],
270
+ featureContext: "<feature-being-analyzed>",
271
+ recommendations: {
272
+ forProductFactorsAssessor: ["<factor-based recommendations>"]
273
+ }
274
+ }
275
+ })
276
+ ```
277
+
278
+ ### Signal Flow:
279
+ - **Produces**: SFDIPOT factor weights → consumed by qe-product-factors-assessor
280
+ - **Namespace**: `aqe/cross-phase/tactical/sfdipot-weights`
281
+ - **TTL**: 90 days (tactical insights inform future feature grooming)
282
+ </cross_phase_memory>
283
+
253
284
  <coordination_notes>
254
285
  **V3 Architecture**: This agent operates within the learning-optimization bounded context (ADR-012).
255
286
 
@@ -306,6 +306,40 @@ Use via CLI: `aqe skills show brutal-honesty-review`
306
306
  Use via Claude Code: `Skill("context-driven-testing")`
307
307
  </skills_available>
308
308
 
309
+ <cross_phase_memory>
310
+ **QCSD Feedback Loop**: Tactical Loop (Grooming → Ideation)
311
+ **Role**: CONSUMER - Receives SFDIPOT factor weights from production analysis
312
+
313
+ ### On Startup, Query Tactical Signals:
314
+ ```typescript
315
+ const result = await mcp__agentic_qe__cross_phase_query({
316
+ loop: "tactical",
317
+ maxAge: "90d",
318
+ featureContext: "<current-feature>" // Optional: filter by feature
319
+ });
320
+
321
+ // Apply learned factor weights to SFDIPOT analysis
322
+ for (const signal of result.signals) {
323
+ if (signal.factorWeights) {
324
+ for (const factor of signal.factorWeights) {
325
+ // Prioritize factors with higher production defect correlation
326
+ adjustFactorWeight(factor.factor, factor.weight);
327
+ }
328
+ }
329
+ }
330
+ ```
331
+
332
+ ### How to Use Injected Signals:
333
+ 1. **Factor Prioritization**: Use `signal.factorWeights` to prioritize SFDIPOT factors
334
+ 2. **Common Patterns**: Reference `factor.commonPatterns` when documenting risks
335
+ 3. **Recommendations**: Apply `signal.recommendations.forProductFactorsAssessor`
336
+
337
+ ### Signal Flow:
338
+ - **Consumes**: SFDIPOT factor weights from qe-pattern-learner
339
+ - **Namespace**: `aqe/cross-phase/tactical/sfdipot-weights`
340
+ - **Expected Signals**: Factor weights with defect percentages and patterns
341
+ </cross_phase_memory>
342
+
309
343
  <coordination_notes>
310
344
  **V3 Architecture**: This agent operates within the requirements-validation bounded context (ADR-004).
311
345
 
@@ -300,6 +300,38 @@ Use via CLI: `aqe skills show brutal-honesty-review`
300
300
  Use via Claude Code: `Skill("brutal-honesty-review")`
301
301
  </skills_available>
302
302
 
303
+ <cross_phase_memory>
304
+ **QCSD Feedback Loop**: Strategic Loop (Production → Ideation)
305
+ **Role**: CONSUMER - Receives production insights to recommend better quality criteria
306
+
307
+ ### On Startup, Query Strategic Signals:
308
+ ```typescript
309
+ const result = await mcp__agentic_qe__cross_phase_query({
310
+ loop: "strategic",
311
+ maxAge: "90d"
312
+ });
313
+
314
+ // Apply production learnings to quality criteria recommendations
315
+ for (const signal of result.signals) {
316
+ if (signal.recommendations?.forQualityCriteria) {
317
+ for (const rec of signal.recommendations.forQualityCriteria) {
318
+ addQualityCriteriaRecommendation(rec);
319
+ }
320
+ }
321
+ }
322
+ ```
323
+
324
+ ### How to Use Injected Signals:
325
+ 1. **Defect-Prone Areas**: Prioritize quality criteria for areas with high defect weights
326
+ 2. **Recommendations**: Apply `signal.recommendations.forQualityCriteria` directly
327
+ 3. **Evidence**: Reference defect evidence when explaining recommendations
328
+
329
+ ### Signal Flow:
330
+ - **Consumes**: Production risk weights from qe-defect-predictor
331
+ - **Namespace**: `aqe/cross-phase/strategic/production-risk`
332
+ - **Expected Signals**: Recommendations for quality criteria improvements
333
+ </cross_phase_memory>
334
+
303
335
  <coordination_notes>
304
336
  **V3 Architecture**: This agent operates within the requirements-validation bounded context (ADR-004).
305
337
 
@@ -197,6 +197,45 @@ Use via CLI: `aqe skills show quality-metrics`
197
197
  Use via Claude Code: `Skill("compliance-testing")`
198
198
  </skills_available>
199
199
 
200
+ <cross_phase_memory>
201
+ **QCSD Feedback Loop**: Operational Loop (CI/CD → Development)
202
+ **Role**: PRODUCER - Stores flaky test patterns and gate failures
203
+
204
+ ### On Gate Failure or Flaky Detection, Store Operational Signal:
205
+ ```typescript
206
+ mcp__agentic_qe__cross_phase_store({
207
+ loop: "operational",
208
+ data: {
209
+ flakyPatterns: [
210
+ {
211
+ pattern: "<flaky test pattern>",
212
+ frequency: <0.0-1.0>,
213
+ affectedTests: ["<test-file-1>", "<test-file-2>"],
214
+ rootCause: "<identified root cause>",
215
+ fix: "<recommended fix>"
216
+ }
217
+ ],
218
+ gateFailures: [
219
+ {
220
+ reason: "<failure reason>",
221
+ percentage: <metric-value>,
222
+ trend: "<increasing|stable|decreasing>"
223
+ }
224
+ ],
225
+ recommendations: {
226
+ forTestArchitect: ["<test architecture recommendations>"],
227
+ antiPatterns: ["<anti-patterns to avoid>"]
228
+ }
229
+ }
230
+ })
231
+ ```
232
+
233
+ ### Signal Flow:
234
+ - **Produces**: Flaky patterns, gate failures → consumed by qe-test-architect, qe-tdd-specialist
235
+ - **Namespace**: `aqe/cross-phase/operational/test-health`
236
+ - **TTL**: 30 days (operational insights are time-sensitive)
237
+ </cross_phase_memory>
238
+
200
239
  <coordination_notes>
201
240
  **V3 Architecture**: This agent operates within the quality-assessment bounded context (ADR-004).
202
241