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.
- package/.claude/agents/v3/README.md +100 -0
- package/.claude/agents/v3/qe-accessibility-auditor.md +112 -11
- package/.claude/agents/v3/qe-bdd-generator.md +40 -0
- package/.claude/agents/v3/qe-coverage-specialist.md +39 -0
- package/.claude/agents/v3/qe-defect-predictor.md +36 -0
- package/.claude/agents/v3/qe-gap-detector.md +39 -0
- package/.claude/agents/v3/qe-pattern-learner.md +31 -0
- package/.claude/agents/v3/qe-product-factors-assessor.md +34 -0
- package/.claude/agents/v3/qe-quality-criteria-recommender.md +32 -0
- package/.claude/agents/v3/qe-quality-gate.md +39 -0
- package/.claude/agents/v3/qe-queen-coordinator.md +332 -166
- package/.claude/agents/v3/qe-requirements-validator.md +37 -0
- package/.claude/agents/v3/qe-risk-assessor.md +33 -0
- package/.claude/agents/v3/qe-tdd-specialist.md +33 -0
- package/.claude/agents/v3/qe-test-architect.md +36 -0
- package/.claude/helpers/statusline-v3.cjs +38 -42
- package/.claude/skills/README.md +30 -104
- package/.claude/skills/a11y-ally/SKILL.md +1658 -0
- package/.claude/skills/qcsd-ideation-swarm/SKILL.md +1750 -0
- package/.claude/skills/skills-manifest.json +78 -8
- package/README.md +18 -4
- package/package.json +1 -1
- package/scripts/cloud-db-config.json +10 -5
- package/scripts/demo-warmup.sh +45 -0
- package/scripts/fetch-content.js +460 -0
- package/scripts/merge-v3-to-root.sql +48 -0
- package/v3/CHANGELOG.md +166 -0
- package/v3/README.md +11 -6
- package/v3/assets/agents/v3/README.md +100 -0
- package/v3/assets/agents/v3/qe-accessibility-auditor.md +112 -11
- package/v3/assets/agents/v3/qe-bdd-generator.md +40 -0
- package/v3/assets/agents/v3/qe-coverage-specialist.md +39 -0
- package/v3/assets/agents/v3/qe-defect-predictor.md +36 -0
- package/v3/assets/agents/v3/qe-gap-detector.md +39 -0
- package/v3/assets/agents/v3/qe-pattern-learner.md +31 -0
- package/v3/assets/agents/v3/qe-product-factors-assessor.md +34 -0
- package/v3/assets/agents/v3/qe-quality-criteria-recommender.md +32 -0
- package/v3/assets/agents/v3/qe-quality-gate.md +39 -0
- package/v3/assets/agents/v3/qe-queen-coordinator.md +332 -166
- package/v3/assets/agents/v3/qe-requirements-validator.md +37 -0
- package/v3/assets/agents/v3/qe-risk-assessor.md +33 -0
- package/v3/assets/agents/v3/qe-tdd-specialist.md +33 -0
- package/v3/assets/agents/v3/qe-test-architect.md +36 -0
- package/v3/assets/hooks/cross-phase-memory.yaml +253 -0
- package/v3/assets/skills/a11y-ally/SKILL.md +1658 -0
- package/v3/assets/skills/qcsd-ideation-swarm/SKILL.md +1750 -0
- package/v3/assets/skills/skills-manifest.json +753 -0
- package/v3/dist/adapters/claude-flow/model-router-bridge.d.ts.map +1 -1
- package/v3/dist/adapters/claude-flow/model-router-bridge.js +6 -4
- package/v3/dist/adapters/claude-flow/model-router-bridge.js.map +1 -1
- package/v3/dist/adapters/claude-flow/pretrain-bridge.d.ts.map +1 -1
- package/v3/dist/adapters/claude-flow/pretrain-bridge.js +13 -8
- package/v3/dist/adapters/claude-flow/pretrain-bridge.js.map +1 -1
- package/v3/dist/adapters/claude-flow/trajectory-bridge.d.ts.map +1 -1
- package/v3/dist/adapters/claude-flow/trajectory-bridge.js +9 -6
- package/v3/dist/adapters/claude-flow/trajectory-bridge.js.map +1 -1
- package/v3/dist/benchmarks/performance-benchmarks.d.ts.map +1 -1
- package/v3/dist/benchmarks/performance-benchmarks.js +5 -3
- package/v3/dist/benchmarks/performance-benchmarks.js.map +1 -1
- package/v3/dist/cli/bundle.js +27646 -23204
- package/v3/dist/cli/commands/hooks.d.ts.map +1 -1
- package/v3/dist/cli/commands/hooks.js +288 -0
- package/v3/dist/cli/commands/hooks.js.map +1 -1
- package/v3/dist/cli/commands/sync.d.ts.map +1 -1
- package/v3/dist/cli/commands/sync.js +0 -6
- package/v3/dist/cli/commands/sync.js.map +1 -1
- package/v3/dist/cli/handlers/init-handler.d.ts.map +1 -1
- package/v3/dist/cli/handlers/init-handler.js +11 -0
- package/v3/dist/cli/handlers/init-handler.js.map +1 -1
- package/v3/dist/cli/index.js +14 -2
- package/v3/dist/cli/index.js.map +1 -1
- package/v3/dist/cli/scheduler/persistent-scheduler.d.ts.map +1 -1
- package/v3/dist/cli/scheduler/persistent-scheduler.js +3 -2
- package/v3/dist/cli/scheduler/persistent-scheduler.js.map +1 -1
- package/v3/dist/cli/wizards/test-wizard.d.ts.map +1 -1
- package/v3/dist/cli/wizards/test-wizard.js +6 -4
- package/v3/dist/cli/wizards/test-wizard.js.map +1 -1
- package/v3/dist/coordination/consensus/providers/claude-provider.js +1 -1
- package/v3/dist/coordination/consensus/providers/gemini-provider.js +1 -1
- package/v3/dist/coordination/consensus/providers/native-learning-provider.d.ts.map +1 -1
- package/v3/dist/coordination/consensus/providers/native-learning-provider.js +10 -8
- package/v3/dist/coordination/consensus/providers/native-learning-provider.js.map +1 -1
- package/v3/dist/coordination/consensus/providers/ollama-provider.d.ts.map +1 -1
- package/v3/dist/coordination/consensus/providers/ollama-provider.js +5 -4
- package/v3/dist/coordination/consensus/providers/ollama-provider.js.map +1 -1
- package/v3/dist/coordination/consensus/providers/openai-provider.d.ts.map +1 -1
- package/v3/dist/coordination/consensus/providers/openai-provider.js +5 -4
- package/v3/dist/coordination/consensus/providers/openai-provider.js.map +1 -1
- package/v3/dist/coordination/constants.d.ts +198 -0
- package/v3/dist/coordination/constants.d.ts.map +1 -0
- package/v3/dist/coordination/constants.js +210 -0
- package/v3/dist/coordination/constants.js.map +1 -0
- package/v3/dist/coordination/mincut/dream-integration.d.ts.map +1 -1
- package/v3/dist/coordination/mincut/dream-integration.js +5 -1
- package/v3/dist/coordination/mincut/dream-integration.js.map +1 -1
- package/v3/dist/coordination/queen-coordinator.d.ts +9 -1
- package/v3/dist/coordination/queen-coordinator.d.ts.map +1 -1
- package/v3/dist/coordination/queen-coordinator.js +49 -9
- package/v3/dist/coordination/queen-coordinator.js.map +1 -1
- package/v3/dist/coordination/task-executor.d.ts.map +1 -1
- package/v3/dist/coordination/task-executor.js +7 -8
- package/v3/dist/coordination/task-executor.js.map +1 -1
- package/v3/dist/coordination/workflow-orchestrator.d.ts.map +1 -1
- package/v3/dist/coordination/workflow-orchestrator.js +261 -0
- package/v3/dist/coordination/workflow-orchestrator.js.map +1 -1
- package/v3/dist/domains/chaos-resilience/plugin.d.ts +14 -3
- package/v3/dist/domains/chaos-resilience/plugin.d.ts.map +1 -1
- package/v3/dist/domains/chaos-resilience/plugin.js +96 -0
- package/v3/dist/domains/chaos-resilience/plugin.js.map +1 -1
- package/v3/dist/domains/chaos-resilience/services/performance-profiler.d.ts.map +1 -1
- package/v3/dist/domains/chaos-resilience/services/performance-profiler.js +12 -8
- package/v3/dist/domains/chaos-resilience/services/performance-profiler.js.map +1 -1
- package/v3/dist/domains/code-intelligence/plugin.d.ts +13 -3
- package/v3/dist/domains/code-intelligence/plugin.d.ts.map +1 -1
- package/v3/dist/domains/code-intelligence/plugin.js +85 -0
- package/v3/dist/domains/code-intelligence/plugin.js.map +1 -1
- package/v3/dist/domains/code-intelligence/services/product-factors-bridge.d.ts.map +1 -1
- package/v3/dist/domains/code-intelligence/services/product-factors-bridge.js +3 -2
- package/v3/dist/domains/code-intelligence/services/product-factors-bridge.js.map +1 -1
- package/v3/dist/domains/constants.d.ts +481 -0
- package/v3/dist/domains/constants.d.ts.map +1 -0
- package/v3/dist/domains/constants.js +503 -0
- package/v3/dist/domains/constants.js.map +1 -0
- package/v3/dist/domains/contract-testing/plugin.d.ts +6 -1
- package/v3/dist/domains/contract-testing/plugin.d.ts.map +1 -1
- package/v3/dist/domains/contract-testing/plugin.js +80 -1
- package/v3/dist/domains/contract-testing/plugin.js.map +1 -1
- package/v3/dist/domains/contract-testing/services/contract-validator.d.ts.map +1 -1
- package/v3/dist/domains/contract-testing/services/contract-validator.js +5 -4
- package/v3/dist/domains/contract-testing/services/contract-validator.js.map +1 -1
- package/v3/dist/domains/coverage-analysis/services/hnsw-index.d.ts.map +1 -1
- package/v3/dist/domains/coverage-analysis/services/hnsw-index.js +1 -0
- package/v3/dist/domains/coverage-analysis/services/hnsw-index.js.map +1 -1
- package/v3/dist/domains/defect-intelligence/coordinator.d.ts +2 -2
- package/v3/dist/domains/defect-intelligence/coordinator.d.ts.map +1 -1
- package/v3/dist/domains/defect-intelligence/coordinator.js.map +1 -1
- package/v3/dist/domains/defect-intelligence/plugin.d.ts +6 -1
- package/v3/dist/domains/defect-intelligence/plugin.d.ts.map +1 -1
- package/v3/dist/domains/defect-intelligence/plugin.js +101 -0
- package/v3/dist/domains/defect-intelligence/plugin.js.map +1 -1
- package/v3/dist/domains/defect-intelligence/services/defect-predictor.d.ts.map +1 -1
- package/v3/dist/domains/defect-intelligence/services/defect-predictor.js +3 -2
- package/v3/dist/domains/defect-intelligence/services/defect-predictor.js.map +1 -1
- package/v3/dist/domains/domain-interface.d.ts.map +1 -1
- package/v3/dist/domains/domain-interface.js +24 -9
- package/v3/dist/domains/domain-interface.js.map +1 -1
- package/v3/dist/domains/learning-optimization/plugin.d.ts +2 -1
- package/v3/dist/domains/learning-optimization/plugin.d.ts.map +1 -1
- package/v3/dist/domains/learning-optimization/plugin.js +49 -0
- package/v3/dist/domains/learning-optimization/plugin.js.map +1 -1
- package/v3/dist/domains/quality-assessment/coordinator.d.ts +90 -1
- package/v3/dist/domains/quality-assessment/coordinator.d.ts.map +1 -1
- package/v3/dist/domains/quality-assessment/coordinator.js +310 -0
- package/v3/dist/domains/quality-assessment/coordinator.js.map +1 -1
- package/v3/dist/domains/requirements-validation/index.d.ts +1 -0
- package/v3/dist/domains/requirements-validation/index.d.ts.map +1 -1
- package/v3/dist/domains/requirements-validation/index.js +2 -0
- package/v3/dist/domains/requirements-validation/index.js.map +1 -1
- package/v3/dist/domains/requirements-validation/plugin.d.ts +13 -1
- package/v3/dist/domains/requirements-validation/plugin.d.ts.map +1 -1
- package/v3/dist/domains/requirements-validation/plugin.js +94 -0
- package/v3/dist/domains/requirements-validation/plugin.js.map +1 -1
- package/v3/dist/domains/requirements-validation/qcsd-ideation-plugin.d.ts +245 -0
- package/v3/dist/domains/requirements-validation/qcsd-ideation-plugin.d.ts.map +1 -0
- package/v3/dist/domains/requirements-validation/qcsd-ideation-plugin.js +1143 -0
- package/v3/dist/domains/requirements-validation/qcsd-ideation-plugin.js.map +1 -0
- package/v3/dist/domains/requirements-validation/services/product-factors-assessment/code-intelligence/codebase-analyzer.d.ts.map +1 -1
- package/v3/dist/domains/requirements-validation/services/product-factors-assessment/code-intelligence/codebase-analyzer.js +3 -2
- package/v3/dist/domains/requirements-validation/services/product-factors-assessment/code-intelligence/codebase-analyzer.js.map +1 -1
- package/v3/dist/domains/security-compliance/plugin.d.ts +3 -2
- package/v3/dist/domains/security-compliance/plugin.d.ts.map +1 -1
- package/v3/dist/domains/security-compliance/plugin.js +64 -0
- package/v3/dist/domains/security-compliance/plugin.js.map +1 -1
- package/v3/dist/domains/security-compliance/services/scanners/dast-auth-testing.d.ts +25 -0
- package/v3/dist/domains/security-compliance/services/scanners/dast-auth-testing.d.ts.map +1 -0
- package/v3/dist/domains/security-compliance/services/scanners/dast-auth-testing.js +160 -0
- package/v3/dist/domains/security-compliance/services/scanners/dast-auth-testing.js.map +1 -0
- package/v3/dist/domains/security-compliance/services/scanners/dast-helpers.d.ts +48 -0
- package/v3/dist/domains/security-compliance/services/scanners/dast-helpers.d.ts.map +1 -0
- package/v3/dist/domains/security-compliance/services/scanners/dast-helpers.js +385 -0
- package/v3/dist/domains/security-compliance/services/scanners/dast-helpers.js.map +1 -0
- package/v3/dist/domains/security-compliance/services/scanners/dast-injection-testing.d.ts +20 -0
- package/v3/dist/domains/security-compliance/services/scanners/dast-injection-testing.d.ts.map +1 -0
- package/v3/dist/domains/security-compliance/services/scanners/dast-injection-testing.js +99 -0
- package/v3/dist/domains/security-compliance/services/scanners/dast-injection-testing.js.map +1 -0
- package/v3/dist/domains/security-compliance/services/scanners/dast-scanner.d.ts +62 -0
- package/v3/dist/domains/security-compliance/services/scanners/dast-scanner.d.ts.map +1 -0
- package/v3/dist/domains/security-compliance/services/scanners/dast-scanner.js +329 -0
- package/v3/dist/domains/security-compliance/services/scanners/dast-scanner.js.map +1 -0
- package/v3/dist/domains/security-compliance/services/scanners/dependency-scanner.d.ts +46 -0
- package/v3/dist/domains/security-compliance/services/scanners/dependency-scanner.d.ts.map +1 -0
- package/v3/dist/domains/security-compliance/services/scanners/dependency-scanner.js +180 -0
- package/v3/dist/domains/security-compliance/services/scanners/dependency-scanner.js.map +1 -0
- package/v3/dist/domains/security-compliance/services/scanners/index.d.ts +14 -0
- package/v3/dist/domains/security-compliance/services/scanners/index.d.ts.map +1 -0
- package/v3/dist/domains/security-compliance/services/scanners/index.js +16 -0
- package/v3/dist/domains/security-compliance/services/scanners/index.js.map +1 -0
- package/v3/dist/domains/security-compliance/services/scanners/sast-scanner.d.ts +92 -0
- package/v3/dist/domains/security-compliance/services/scanners/sast-scanner.d.ts.map +1 -0
- package/v3/dist/domains/security-compliance/services/scanners/sast-scanner.js +440 -0
- package/v3/dist/domains/security-compliance/services/scanners/sast-scanner.js.map +1 -0
- package/v3/dist/domains/security-compliance/services/scanners/scanner-orchestrator.d.ts +78 -0
- package/v3/dist/domains/security-compliance/services/scanners/scanner-orchestrator.d.ts.map +1 -0
- package/v3/dist/domains/security-compliance/services/scanners/scanner-orchestrator.js +179 -0
- package/v3/dist/domains/security-compliance/services/scanners/scanner-orchestrator.js.map +1 -0
- package/v3/dist/domains/security-compliance/services/scanners/scanner-types.d.ts +91 -0
- package/v3/dist/domains/security-compliance/services/scanners/scanner-types.d.ts.map +1 -0
- package/v3/dist/domains/security-compliance/services/scanners/scanner-types.js +15 -0
- package/v3/dist/domains/security-compliance/services/scanners/scanner-types.js.map +1 -0
- package/v3/dist/domains/security-compliance/services/scanners/security-patterns.d.ts +16 -0
- package/v3/dist/domains/security-compliance/services/scanners/security-patterns.d.ts.map +1 -0
- package/v3/dist/domains/security-compliance/services/scanners/security-patterns.js +507 -0
- package/v3/dist/domains/security-compliance/services/scanners/security-patterns.js.map +1 -0
- package/v3/dist/domains/security-compliance/services/security-auditor.d.ts.map +1 -1
- package/v3/dist/domains/security-compliance/services/security-auditor.js +2 -1
- package/v3/dist/domains/security-compliance/services/security-auditor.js.map +1 -1
- package/v3/dist/domains/security-compliance/services/security-scanner.d.ts +20 -213
- package/v3/dist/domains/security-compliance/services/security-scanner.d.ts.map +1 -1
- package/v3/dist/domains/security-compliance/services/security-scanner.js +37 -2013
- package/v3/dist/domains/security-compliance/services/security-scanner.js.map +1 -1
- package/v3/dist/domains/security-compliance/services/semgrep-integration.d.ts.map +1 -1
- package/v3/dist/domains/security-compliance/services/semgrep-integration.js +7 -6
- package/v3/dist/domains/security-compliance/services/semgrep-integration.js.map +1 -1
- package/v3/dist/domains/test-execution/services/auth-state-manager.d.ts.map +1 -1
- package/v3/dist/domains/test-execution/services/auth-state-manager.js +6 -4
- package/v3/dist/domains/test-execution/services/auth-state-manager.js.map +1 -1
- package/v3/dist/domains/test-execution/services/e2e/assertion-handlers.d.ts +55 -0
- package/v3/dist/domains/test-execution/services/e2e/assertion-handlers.d.ts.map +1 -0
- package/v3/dist/domains/test-execution/services/e2e/assertion-handlers.js +407 -0
- package/v3/dist/domains/test-execution/services/e2e/assertion-handlers.js.map +1 -0
- package/v3/dist/domains/test-execution/services/e2e/browser-orchestrator.d.ts +122 -0
- package/v3/dist/domains/test-execution/services/e2e/browser-orchestrator.d.ts.map +1 -0
- package/v3/dist/domains/test-execution/services/e2e/browser-orchestrator.js +325 -0
- package/v3/dist/domains/test-execution/services/e2e/browser-orchestrator.js.map +1 -0
- package/v3/dist/domains/test-execution/services/e2e/e2e-coordinator.d.ts +97 -0
- package/v3/dist/domains/test-execution/services/e2e/e2e-coordinator.d.ts.map +1 -0
- package/v3/dist/domains/test-execution/services/e2e/e2e-coordinator.js +297 -0
- package/v3/dist/domains/test-execution/services/e2e/e2e-coordinator.js.map +1 -0
- package/v3/dist/domains/test-execution/services/e2e/index.d.ts +22 -0
- package/v3/dist/domains/test-execution/services/e2e/index.d.ts.map +1 -0
- package/v3/dist/domains/test-execution/services/e2e/index.js +52 -0
- package/v3/dist/domains/test-execution/services/e2e/index.js.map +1 -0
- package/v3/dist/domains/test-execution/services/e2e/result-collector.d.ts +51 -0
- package/v3/dist/domains/test-execution/services/e2e/result-collector.d.ts.map +1 -0
- package/v3/dist/domains/test-execution/services/e2e/result-collector.js +133 -0
- package/v3/dist/domains/test-execution/services/e2e/result-collector.js.map +1 -0
- package/v3/dist/domains/test-execution/services/e2e/step-executors.d.ts +48 -0
- package/v3/dist/domains/test-execution/services/e2e/step-executors.d.ts.map +1 -0
- package/v3/dist/domains/test-execution/services/e2e/step-executors.js +422 -0
- package/v3/dist/domains/test-execution/services/e2e/step-executors.js.map +1 -0
- package/v3/dist/domains/test-execution/services/e2e/step-retry-handler.d.ts +49 -0
- package/v3/dist/domains/test-execution/services/e2e/step-retry-handler.d.ts.map +1 -0
- package/v3/dist/domains/test-execution/services/e2e/step-retry-handler.js +146 -0
- package/v3/dist/domains/test-execution/services/e2e/step-retry-handler.js.map +1 -0
- package/v3/dist/domains/test-execution/services/e2e/types.d.ts +138 -0
- package/v3/dist/domains/test-execution/services/e2e/types.d.ts.map +1 -0
- package/v3/dist/domains/test-execution/services/e2e/types.js +65 -0
- package/v3/dist/domains/test-execution/services/e2e/types.js.map +1 -0
- package/v3/dist/domains/test-execution/services/e2e/wait-condition-handler.d.ts +33 -0
- package/v3/dist/domains/test-execution/services/e2e/wait-condition-handler.d.ts.map +1 -0
- package/v3/dist/domains/test-execution/services/e2e/wait-condition-handler.js +114 -0
- package/v3/dist/domains/test-execution/services/e2e/wait-condition-handler.js.map +1 -0
- package/v3/dist/domains/test-execution/services/e2e-runner.d.ts +18 -392
- package/v3/dist/domains/test-execution/services/e2e-runner.d.ts.map +1 -1
- package/v3/dist/domains/test-execution/services/e2e-runner.js +25 -1757
- package/v3/dist/domains/test-execution/services/e2e-runner.js.map +1 -1
- package/v3/dist/domains/test-execution/services/flaky-detector.d.ts.map +1 -1
- package/v3/dist/domains/test-execution/services/flaky-detector.js +12 -9
- package/v3/dist/domains/test-execution/services/flaky-detector.js.map +1 -1
- package/v3/dist/domains/test-execution/services/retry-handler.d.ts.map +1 -1
- package/v3/dist/domains/test-execution/services/retry-handler.js +7 -5
- package/v3/dist/domains/test-execution/services/retry-handler.js.map +1 -1
- package/v3/dist/domains/test-execution/services/test-executor.d.ts.map +1 -1
- package/v3/dist/domains/test-execution/services/test-executor.js +4 -3
- package/v3/dist/domains/test-execution/services/test-executor.js.map +1 -1
- package/v3/dist/domains/visual-accessibility/coordinator.d.ts +70 -0
- package/v3/dist/domains/visual-accessibility/coordinator.d.ts.map +1 -1
- package/v3/dist/domains/visual-accessibility/coordinator.js +172 -0
- package/v3/dist/domains/visual-accessibility/coordinator.js.map +1 -1
- package/v3/dist/domains/visual-accessibility/plugin.d.ts +2 -1
- package/v3/dist/domains/visual-accessibility/plugin.d.ts.map +1 -1
- package/v3/dist/domains/visual-accessibility/plugin.js +63 -0
- package/v3/dist/domains/visual-accessibility/plugin.js.map +1 -1
- package/v3/dist/domains/visual-accessibility/services/accessibility-tester.d.ts.map +1 -1
- package/v3/dist/domains/visual-accessibility/services/accessibility-tester.js +3 -2
- package/v3/dist/domains/visual-accessibility/services/accessibility-tester.js.map +1 -1
- package/v3/dist/domains/visual-accessibility/services/browser-security-scanner.d.ts.map +1 -1
- package/v3/dist/domains/visual-accessibility/services/browser-security-scanner.js +22 -12
- package/v3/dist/domains/visual-accessibility/services/browser-security-scanner.js.map +1 -1
- package/v3/dist/domains/visual-accessibility/services/viewport-capture.d.ts.map +1 -1
- package/v3/dist/domains/visual-accessibility/services/viewport-capture.js +3 -2
- package/v3/dist/domains/visual-accessibility/services/viewport-capture.js.map +1 -1
- package/v3/dist/domains/visual-accessibility/services/visual-regression.d.ts.map +1 -1
- package/v3/dist/domains/visual-accessibility/services/visual-regression.js +3 -2
- package/v3/dist/domains/visual-accessibility/services/visual-regression.js.map +1 -1
- package/v3/dist/hooks/cross-phase-hooks.d.ts +42 -0
- package/v3/dist/hooks/cross-phase-hooks.d.ts.map +1 -0
- package/v3/dist/hooks/cross-phase-hooks.js +338 -0
- package/v3/dist/hooks/cross-phase-hooks.js.map +1 -0
- package/v3/dist/hooks/index.d.ts +9 -0
- package/v3/dist/hooks/index.d.ts.map +1 -0
- package/v3/dist/hooks/index.js +9 -0
- package/v3/dist/hooks/index.js.map +1 -0
- package/v3/dist/init/agents-installer.d.ts.map +1 -1
- package/v3/dist/init/agents-installer.js +6 -4
- package/v3/dist/init/agents-installer.js.map +1 -1
- package/v3/dist/init/enhancements/claude-flow-adapter.d.ts.map +1 -1
- package/v3/dist/init/enhancements/claude-flow-adapter.js +15 -9
- package/v3/dist/init/enhancements/claude-flow-adapter.js.map +1 -1
- package/v3/dist/init/enhancements/detector.js +6 -4
- package/v3/dist/init/enhancements/detector.js.map +1 -1
- package/v3/dist/init/init-wizard.d.ts +5 -0
- package/v3/dist/init/init-wizard.d.ts.map +1 -1
- package/v3/dist/init/init-wizard.js +77 -14
- package/v3/dist/init/init-wizard.js.map +1 -1
- package/v3/dist/init/migration/data-migrator.d.ts.map +1 -1
- package/v3/dist/init/migration/data-migrator.js +6 -4
- package/v3/dist/init/migration/data-migrator.js.map +1 -1
- package/v3/dist/init/phases/02-analysis.js +2 -2
- package/v3/dist/init/phases/02-analysis.js.map +1 -1
- package/v3/dist/init/phases/04-database.d.ts.map +1 -1
- package/v3/dist/init/phases/04-database.js +0 -1
- package/v3/dist/init/phases/04-database.js.map +1 -1
- package/v3/dist/init/phases/05-learning.js +1 -1
- package/v3/dist/init/phases/05-learning.js.map +1 -1
- package/v3/dist/init/phases/11-claude-md.d.ts.map +1 -1
- package/v3/dist/init/phases/11-claude-md.js +25 -0
- package/v3/dist/init/phases/11-claude-md.js.map +1 -1
- package/v3/dist/init/phases/12-verification.d.ts.map +1 -1
- package/v3/dist/init/phases/12-verification.js +2 -1
- package/v3/dist/init/phases/12-verification.js.map +1 -1
- package/v3/dist/init/project-analyzer.d.ts.map +1 -1
- package/v3/dist/init/project-analyzer.js +12 -8
- package/v3/dist/init/project-analyzer.js.map +1 -1
- package/v3/dist/init/skills-installer.d.ts.map +1 -1
- package/v3/dist/init/skills-installer.js +6 -4
- package/v3/dist/init/skills-installer.js.map +1 -1
- package/v3/dist/init/token-bootstrap.d.ts.map +1 -1
- package/v3/dist/init/token-bootstrap.js +2 -1
- package/v3/dist/init/token-bootstrap.js.map +1 -1
- package/v3/dist/integrations/agent-booster-wasm/index.d.ts.map +1 -1
- package/v3/dist/integrations/agent-booster-wasm/index.js +8 -4
- package/v3/dist/integrations/agent-booster-wasm/index.js.map +1 -1
- package/v3/dist/integrations/agentic-flow/model-router/signal-collector.d.ts.map +1 -1
- package/v3/dist/integrations/agentic-flow/model-router/signal-collector.js +3 -2
- package/v3/dist/integrations/agentic-flow/model-router/signal-collector.js.map +1 -1
- package/v3/dist/integrations/agentic-flow/reasoning-bank/experience-replay.d.ts.map +1 -1
- package/v3/dist/integrations/agentic-flow/reasoning-bank/experience-replay.js.map +1 -1
- package/v3/dist/integrations/agentic-flow/reasoning-bank/trajectory-tracker.d.ts.map +1 -1
- package/v3/dist/integrations/agentic-flow/reasoning-bank/trajectory-tracker.js.map +1 -1
- package/v3/dist/integrations/browser/agent-browser/client.d.ts.map +1 -1
- package/v3/dist/integrations/browser/agent-browser/client.js +9 -6
- package/v3/dist/integrations/browser/agent-browser/client.js.map +1 -1
- package/v3/dist/integrations/browser/agent-browser/command-executor.d.ts.map +1 -1
- package/v3/dist/integrations/browser/agent-browser/command-executor.js +3 -2
- package/v3/dist/integrations/browser/agent-browser/command-executor.js.map +1 -1
- package/v3/dist/integrations/browser/index.d.ts +1 -0
- package/v3/dist/integrations/browser/index.d.ts.map +1 -1
- package/v3/dist/integrations/browser/index.js +6 -0
- package/v3/dist/integrations/browser/index.js.map +1 -1
- package/v3/dist/integrations/browser/web-content-fetcher.d.ts +154 -0
- package/v3/dist/integrations/browser/web-content-fetcher.d.ts.map +1 -0
- package/v3/dist/integrations/browser/web-content-fetcher.js +529 -0
- package/v3/dist/integrations/browser/web-content-fetcher.js.map +1 -0
- package/v3/dist/integrations/coherence/threshold-tuner.d.ts.map +1 -1
- package/v3/dist/integrations/coherence/threshold-tuner.js +3 -2
- package/v3/dist/integrations/coherence/threshold-tuner.js.map +1 -1
- package/v3/dist/integrations/coherence/wasm-loader.d.ts.map +1 -1
- package/v3/dist/integrations/coherence/wasm-loader.js +3 -2
- package/v3/dist/integrations/coherence/wasm-loader.js.map +1 -1
- package/v3/dist/integrations/n8n/agent-factory.d.ts.map +1 -1
- package/v3/dist/integrations/n8n/agent-factory.js +6 -4
- package/v3/dist/integrations/n8n/agent-factory.js.map +1 -1
- package/v3/dist/integrations/rl-suite/persistence/q-value-store.d.ts.map +1 -1
- package/v3/dist/integrations/rl-suite/persistence/q-value-store.js.map +1 -1
- package/v3/dist/integrations/ruvector/interfaces.js +1 -1
- package/v3/dist/integrations/ruvector/interfaces.js.map +1 -1
- package/v3/dist/integrations/ruvector/sona-persistence.d.ts.map +1 -1
- package/v3/dist/integrations/ruvector/sona-persistence.js +6 -4
- package/v3/dist/integrations/ruvector/sona-persistence.js.map +1 -1
- package/v3/dist/integrations/vibium/client.d.ts.map +1 -1
- package/v3/dist/integrations/vibium/client.js +3 -2
- package/v3/dist/integrations/vibium/client.js.map +1 -1
- package/v3/dist/kernel/agent-coordinator.d.ts +1 -1
- package/v3/dist/kernel/agent-coordinator.d.ts.map +1 -1
- package/v3/dist/kernel/agent-coordinator.js +4 -4
- package/v3/dist/kernel/agent-coordinator.js.map +1 -1
- package/v3/dist/kernel/constants.d.ts +155 -0
- package/v3/dist/kernel/constants.d.ts.map +1 -0
- package/v3/dist/kernel/constants.js +169 -0
- package/v3/dist/kernel/constants.js.map +1 -0
- package/v3/dist/kernel/event-bus.d.ts +8 -0
- package/v3/dist/kernel/event-bus.d.ts.map +1 -1
- package/v3/dist/kernel/event-bus.js +79 -17
- package/v3/dist/kernel/event-bus.js.map +1 -1
- package/v3/dist/kernel/hybrid-backend.d.ts.map +1 -1
- package/v3/dist/kernel/hybrid-backend.js +4 -3
- package/v3/dist/kernel/hybrid-backend.js.map +1 -1
- package/v3/dist/kernel/index.d.ts +1 -1
- package/v3/dist/kernel/index.d.ts.map +1 -1
- package/v3/dist/kernel/index.js +3 -1
- package/v3/dist/kernel/index.js.map +1 -1
- package/v3/dist/kernel/kernel.d.ts.map +1 -1
- package/v3/dist/kernel/kernel.js +3 -2
- package/v3/dist/kernel/kernel.js.map +1 -1
- package/v3/dist/kernel/memory-backend.d.ts.map +1 -1
- package/v3/dist/kernel/memory-backend.js +4 -3
- package/v3/dist/kernel/memory-backend.js.map +1 -1
- package/v3/dist/kernel/unified-memory.d.ts +26 -0
- package/v3/dist/kernel/unified-memory.d.ts.map +1 -1
- package/v3/dist/kernel/unified-memory.js +68 -13
- package/v3/dist/kernel/unified-memory.js.map +1 -1
- package/v3/dist/kernel/unified-persistence.js +3 -2
- package/v3/dist/kernel/unified-persistence.js.map +1 -1
- package/v3/dist/learning/aqe-learning-engine.d.ts.map +1 -1
- package/v3/dist/learning/aqe-learning-engine.js +12 -8
- package/v3/dist/learning/aqe-learning-engine.js.map +1 -1
- package/v3/dist/learning/dream/index.d.ts +1 -1
- package/v3/dist/learning/dream/index.d.ts.map +1 -1
- package/v3/dist/learning/dream/index.js +3 -1
- package/v3/dist/learning/dream/index.js.map +1 -1
- package/v3/dist/learning/dream/spreading-activation.d.ts +41 -0
- package/v3/dist/learning/dream/spreading-activation.d.ts.map +1 -1
- package/v3/dist/learning/dream/spreading-activation.js +79 -0
- package/v3/dist/learning/dream/spreading-activation.js.map +1 -1
- package/v3/dist/learning/pattern-store.d.ts.map +1 -1
- package/v3/dist/learning/pattern-store.js +16 -6
- package/v3/dist/learning/pattern-store.js.map +1 -1
- package/v3/dist/learning/qe-unified-memory.js +1 -1
- package/v3/dist/learning/qe-unified-memory.js.map +1 -1
- package/v3/dist/learning/real-embeddings.d.ts.map +1 -1
- package/v3/dist/learning/real-embeddings.js +7 -1
- package/v3/dist/learning/real-embeddings.js.map +1 -1
- package/v3/dist/learning/real-qe-reasoning-bank.js +2 -2
- package/v3/dist/learning/real-qe-reasoning-bank.js.map +1 -1
- package/v3/dist/learning/sqlite-persistence.d.ts +2 -2
- package/v3/dist/learning/sqlite-persistence.d.ts.map +1 -1
- package/v3/dist/learning/sqlite-persistence.js +1 -1
- package/v3/dist/learning/sqlite-persistence.js.map +1 -1
- package/v3/dist/learning/v2-to-v3-migration.d.ts +2 -2
- package/v3/dist/learning/v2-to-v3-migration.d.ts.map +1 -1
- package/v3/dist/learning/v2-to-v3-migration.js +2 -2
- package/v3/dist/learning/v2-to-v3-migration.js.map +1 -1
- package/v3/dist/logging/console-logger.d.ts +96 -0
- package/v3/dist/logging/console-logger.d.ts.map +1 -0
- package/v3/dist/logging/console-logger.js +247 -0
- package/v3/dist/logging/console-logger.js.map +1 -0
- package/v3/dist/logging/index.d.ts +42 -0
- package/v3/dist/logging/index.d.ts.map +1 -0
- package/v3/dist/logging/index.js +39 -0
- package/v3/dist/logging/index.js.map +1 -0
- package/v3/dist/logging/logger-factory.d.ts +145 -0
- package/v3/dist/logging/logger-factory.d.ts.map +1 -0
- package/v3/dist/logging/logger-factory.js +218 -0
- package/v3/dist/logging/logger-factory.js.map +1 -0
- package/v3/dist/logging/logger.d.ts +89 -0
- package/v3/dist/logging/logger.d.ts.map +1 -0
- package/v3/dist/logging/logger.js +74 -0
- package/v3/dist/logging/logger.js.map +1 -0
- package/v3/dist/mcp/bundle.js +11385 -7526
- package/v3/dist/mcp/handlers/agent-handlers.js +2 -2
- package/v3/dist/mcp/handlers/agent-handlers.js.map +1 -1
- package/v3/dist/mcp/handlers/core-handlers.d.ts +2 -0
- package/v3/dist/mcp/handlers/core-handlers.d.ts.map +1 -1
- package/v3/dist/mcp/handlers/core-handlers.js +33 -0
- package/v3/dist/mcp/handlers/core-handlers.js.map +1 -1
- package/v3/dist/mcp/handlers/cross-phase-handlers.d.ts +110 -0
- package/v3/dist/mcp/handlers/cross-phase-handlers.d.ts.map +1 -0
- package/v3/dist/mcp/handlers/cross-phase-handlers.js +216 -0
- package/v3/dist/mcp/handlers/cross-phase-handlers.js.map +1 -0
- package/v3/dist/mcp/handlers/domain-handler-configs.d.ts +151 -0
- package/v3/dist/mcp/handlers/domain-handler-configs.d.ts.map +1 -0
- package/v3/dist/mcp/handlers/domain-handler-configs.js +486 -0
- package/v3/dist/mcp/handlers/domain-handler-configs.js.map +1 -0
- package/v3/dist/mcp/handlers/domain-handlers.d.ts +174 -120
- package/v3/dist/mcp/handlers/domain-handlers.d.ts.map +1 -1
- package/v3/dist/mcp/handlers/domain-handlers.js +178 -1049
- package/v3/dist/mcp/handlers/domain-handlers.js.map +1 -1
- package/v3/dist/mcp/handlers/handler-factory.d.ts +182 -0
- package/v3/dist/mcp/handlers/handler-factory.d.ts.map +1 -0
- package/v3/dist/mcp/handlers/handler-factory.js +327 -0
- package/v3/dist/mcp/handlers/handler-factory.js.map +1 -0
- package/v3/dist/mcp/handlers/index.d.ts +1 -0
- package/v3/dist/mcp/handlers/index.d.ts.map +1 -1
- package/v3/dist/mcp/handlers/index.js +2 -0
- package/v3/dist/mcp/handlers/index.js.map +1 -1
- package/v3/dist/mcp/handlers/task-handlers.d.ts +1 -0
- package/v3/dist/mcp/handlers/task-handlers.d.ts.map +1 -1
- package/v3/dist/mcp/handlers/task-handlers.js +91 -7
- package/v3/dist/mcp/handlers/task-handlers.js.map +1 -1
- package/v3/dist/mcp/server.d.ts.map +1 -1
- package/v3/dist/mcp/server.js +107 -1
- package/v3/dist/mcp/server.js.map +1 -1
- package/v3/dist/mcp/types.d.ts +5 -3
- package/v3/dist/mcp/types.d.ts.map +1 -1
- package/v3/dist/memory/cross-phase-memory.d.ts +55 -0
- package/v3/dist/memory/cross-phase-memory.d.ts.map +1 -0
- package/v3/dist/memory/cross-phase-memory.js +265 -0
- package/v3/dist/memory/cross-phase-memory.js.map +1 -0
- package/v3/dist/memory/index.d.ts +9 -0
- package/v3/dist/memory/index.d.ts.map +1 -0
- package/v3/dist/memory/index.js +9 -0
- package/v3/dist/memory/index.js.map +1 -0
- package/v3/dist/shared/io/file-reader.d.ts.map +1 -1
- package/v3/dist/shared/io/file-reader.js +3 -2
- package/v3/dist/shared/io/file-reader.js.map +1 -1
- package/v3/dist/shared/utils/binary-insert.d.ts +85 -0
- package/v3/dist/shared/utils/binary-insert.d.ts.map +1 -0
- package/v3/dist/shared/utils/binary-insert.js +122 -0
- package/v3/dist/shared/utils/binary-insert.js.map +1 -0
- package/v3/dist/shared/utils/index.d.ts +1 -0
- package/v3/dist/shared/utils/index.d.ts.map +1 -1
- package/v3/dist/shared/utils/index.js +1 -0
- package/v3/dist/shared/utils/index.js.map +1 -1
- package/v3/dist/strange-loop/belief-reconciler.d.ts.map +1 -1
- package/v3/dist/strange-loop/belief-reconciler.js +3 -2
- package/v3/dist/strange-loop/belief-reconciler.js.map +1 -1
- package/v3/dist/sync/claude-flow-bridge.d.ts +1 -1
- package/v3/dist/sync/claude-flow-bridge.d.ts.map +1 -1
- package/v3/dist/sync/claude-flow-bridge.js +7 -5
- package/v3/dist/sync/claude-flow-bridge.js.map +1 -1
- package/v3/dist/sync/cloud/postgres-writer.d.ts.map +1 -1
- package/v3/dist/sync/cloud/postgres-writer.js +0 -1
- package/v3/dist/sync/cloud/postgres-writer.js.map +1 -1
- package/v3/dist/sync/interfaces.d.ts +6 -0
- package/v3/dist/sync/interfaces.d.ts.map +1 -1
- package/v3/dist/sync/interfaces.js +34 -47
- package/v3/dist/sync/interfaces.js.map +1 -1
- package/v3/dist/sync/readers/sqlite-reader.d.ts +1 -1
- package/v3/dist/sync/readers/sqlite-reader.d.ts.map +1 -1
- package/v3/dist/sync/readers/sqlite-reader.js +4 -3
- package/v3/dist/sync/readers/sqlite-reader.js.map +1 -1
- package/v3/dist/test-scheduling/flaky-tracking/flaky-tracker.d.ts.map +1 -1
- package/v3/dist/test-scheduling/flaky-tracking/flaky-tracker.js +3 -2
- package/v3/dist/test-scheduling/flaky-tracking/flaky-tracker.js.map +1 -1
- package/v3/dist/test-scheduling/git-aware/test-selector.d.ts.map +1 -1
- package/v3/dist/test-scheduling/git-aware/test-selector.js +3 -2
- package/v3/dist/test-scheduling/git-aware/test-selector.js.map +1 -1
- package/v3/dist/types/cross-phase-signals.d.ts +119 -0
- package/v3/dist/types/cross-phase-signals.d.ts.map +1 -0
- package/v3/dist/types/cross-phase-signals.js +33 -0
- package/v3/dist/types/cross-phase-signals.js.map +1 -0
- package/v3/dist/types/index.d.ts +9 -0
- package/v3/dist/types/index.d.ts.map +1 -0
- package/v3/dist/types/index.js +9 -0
- package/v3/dist/types/index.js.map +1 -0
- package/v3/dist/workers/worker-manager.d.ts.map +1 -1
- package/v3/dist/workers/worker-manager.js +3 -2
- package/v3/dist/workers/worker-manager.js.map +1 -1
- package/v3/dist/workflows/browser/workflow-loader.d.ts +3 -3
- package/v3/dist/workflows/browser/workflow-loader.d.ts.map +1 -1
- package/v3/dist/workflows/browser/workflow-loader.js.map +1 -1
- package/v3/package.json +4 -1
package/v3/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
[](https://www.typescriptlang.org/)
|
|
6
6
|
[](https://nodejs.org/)
|
|
7
7
|
|
|
8
|
-
> Domain-Driven Quality Engineering with Mathematical Coherence Verification, 12 Bounded Contexts, 51 Specialized QE Agents,
|
|
8
|
+
> Domain-Driven Quality Engineering with Mathematical Coherence Verification, 12 Bounded Contexts, 51 Specialized QE Agents, 63 QE Skills, and ReasoningBank Learning
|
|
9
9
|
|
|
10
10
|
## Quick Start
|
|
11
11
|
|
|
@@ -38,7 +38,7 @@ npx aqe test generate src/
|
|
|
38
38
|
## Why Agentic QE?
|
|
39
39
|
|
|
40
40
|
- **51 Specialized QE Agents** - Domain-focused quality engineering agents (44 main + 7 subagents)
|
|
41
|
-
- **
|
|
41
|
+
- **63 QE Skills** - Domain-specific skills for testing, security, accessibility, QCSD, and more
|
|
42
42
|
- **12 DDD Bounded Contexts** - Modular, extensible architecture
|
|
43
43
|
- **TinyDancer Model Routing** - 3-tier intelligent routing for cost optimization
|
|
44
44
|
- **O(log n) Coverage Analysis** - Sublinear performance with HNSW indexing
|
|
@@ -48,6 +48,7 @@ npx aqe test generate src/
|
|
|
48
48
|
- **MinCut Topology** - Graph-based self-healing agent coordination
|
|
49
49
|
- **Coherence Verification** (v3.3.0) - Mathematical proof of belief consistency using WASM engines
|
|
50
50
|
- **MinCut/Consensus Integration** (v3.3.3) - Full 12/12 domain integration with self-healing
|
|
51
|
+
- **Cross-Phase Memory Unification** (v3.3.5) - Unified SQLite storage for QCSD feedback loops
|
|
51
52
|
- **Zero-Breaking-Changes Migration** - Full v2 backward compatibility
|
|
52
53
|
- **Browser Automation** (v3.1.0) - @claude-flow/browser integration with 9 workflow templates
|
|
53
54
|
|
|
@@ -490,7 +491,7 @@ console.log(`Quality gate: ${gate.value.passed ? 'PASSED' : 'FAILED'}`);
|
|
|
490
491
|
| Memory | SQLite only | HNSW + SQLite hybrid |
|
|
491
492
|
| Learning | Basic patterns | ReasoningBank + SONA + Dream Cycles |
|
|
492
493
|
| Agents | 32 | 51 QE agents (44 main + 7 subagents) |
|
|
493
|
-
| Skills | 35 |
|
|
494
|
+
| Skills | 35 | 63 QE skills (v2 + v3 domain skills) |
|
|
494
495
|
| Coverage | O(n) | O(log n) |
|
|
495
496
|
| Pattern Search | Linear | O(log n) HNSW indexing |
|
|
496
497
|
| Coordination | Sequential | Queen + Work Stealing + Consensus |
|
|
@@ -606,12 +607,12 @@ Agentic QE includes 51 specialized quality engineering agents (44 main + 7 subag
|
|
|
606
607
|
### Additional Agents (New in v3)
|
|
607
608
|
`qe-product-factors-assessor` (SFDIPOT analysis), `qe-quality-criteria-recommender` (HTSM v6.3 Quality Criteria), `qe-test-idea-rewriter` (passive→active test transforms)
|
|
608
609
|
|
|
609
|
-
##
|
|
610
|
+
## 63 QE Skills
|
|
610
611
|
|
|
611
|
-
Agentic QE includes
|
|
612
|
+
Agentic QE includes 63 domain-specific quality engineering skills that agents automatically apply:
|
|
612
613
|
|
|
613
614
|
<details>
|
|
614
|
-
<summary><b>View All
|
|
615
|
+
<summary><b>View All 63 QE Skills</b></summary>
|
|
615
616
|
|
|
616
617
|
### Core Testing & Methodologies (12)
|
|
617
618
|
- `agentic-quality-engineering` - Core PACT principles for AI-powered QE
|
|
@@ -685,6 +686,10 @@ Agentic QE includes 61 domain-specific quality engineering skills that agents au
|
|
|
685
686
|
- `n8n-trigger-testing-strategies` - Webhook and event testing
|
|
686
687
|
- `n8n-integration-testing-patterns` - API contract testing for n8n
|
|
687
688
|
|
|
689
|
+
### QCSD & Accessibility (2)
|
|
690
|
+
- `qcsd-ideation-swarm` - QCSD Ideation phase swarm using HTSM v6.3, Risk Storming, Testability analysis
|
|
691
|
+
- `a11y-ally` - Comprehensive WCAG auditing with multi-tool testing, video captions, and EU compliance
|
|
692
|
+
|
|
688
693
|
</details>
|
|
689
694
|
|
|
690
695
|
> **Note**: Claude Flow platform skills (agentdb, github, flow-nexus, etc.) are managed separately by the claude-flow package and not counted in QE skills.
|
|
@@ -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
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
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
|
|