agentic-qe 3.3.2 → 3.3.4
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-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 +96 -27
- 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 +24 -7
- package/package.json +1 -1
- package/scripts/demo-warmup.sh +45 -0
- package/scripts/fetch-content.js +460 -0
- package/scripts/sync-claude-flow.cjs +99 -0
- package/v3/CHANGELOG.md +188 -0
- package/v3/README.md +18 -9
- 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-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 +47008 -36837
- 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/domain-findings.d.ts +202 -0
- package/v3/dist/coordination/consensus/domain-findings.d.ts.map +1 -0
- package/v3/dist/coordination/consensus/domain-findings.js +66 -0
- package/v3/dist/coordination/consensus/domain-findings.js.map +1 -0
- package/v3/dist/coordination/consensus/index.d.ts +2 -0
- package/v3/dist/coordination/consensus/index.d.ts.map +1 -1
- package/v3/dist/coordination/consensus/index.js +4 -0
- package/v3/dist/coordination/consensus/index.js.map +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/index.d.ts +1 -0
- package/v3/dist/coordination/index.d.ts.map +1 -1
- package/v3/dist/coordination/index.js +4 -0
- package/v3/dist/coordination/index.js.map +1 -1
- 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/mixins/consensus-enabled-domain.d.ts +225 -0
- package/v3/dist/coordination/mixins/consensus-enabled-domain.d.ts.map +1 -0
- package/v3/dist/coordination/mixins/consensus-enabled-domain.js +466 -0
- package/v3/dist/coordination/mixins/consensus-enabled-domain.js.map +1 -0
- package/v3/dist/coordination/mixins/index.d.ts +14 -0
- package/v3/dist/coordination/mixins/index.d.ts.map +1 -0
- package/v3/dist/coordination/mixins/index.js +28 -0
- package/v3/dist/coordination/mixins/index.js.map +1 -0
- package/v3/dist/coordination/mixins/mincut-aware-domain.d.ts +227 -0
- package/v3/dist/coordination/mixins/mincut-aware-domain.d.ts.map +1 -0
- package/v3/dist/coordination/mixins/mincut-aware-domain.js +368 -0
- package/v3/dist/coordination/mixins/mincut-aware-domain.js.map +1 -0
- package/v3/dist/coordination/queen-coordinator.d.ts +19 -1
- package/v3/dist/coordination/queen-coordinator.d.ts.map +1 -1
- package/v3/dist/coordination/queen-coordinator.js +87 -7
- package/v3/dist/coordination/queen-coordinator.js.map +1 -1
- package/v3/dist/coordination/task-executor.d.ts +21 -1
- package/v3/dist/coordination/task-executor.d.ts.map +1 -1
- package/v3/dist/coordination/task-executor.js +227 -11
- 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/coordinator.d.ts +92 -0
- package/v3/dist/domains/chaos-resilience/coordinator.d.ts.map +1 -1
- package/v3/dist/domains/chaos-resilience/coordinator.js +241 -1
- package/v3/dist/domains/chaos-resilience/coordinator.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 +97 -1
- package/v3/dist/domains/chaos-resilience/plugin.js.map +1 -1
- package/v3/dist/domains/chaos-resilience/services/chaos-engineer.d.ts +29 -2
- package/v3/dist/domains/chaos-resilience/services/chaos-engineer.d.ts.map +1 -1
- package/v3/dist/domains/chaos-resilience/services/chaos-engineer.js +62 -3
- package/v3/dist/domains/chaos-resilience/services/chaos-engineer.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/coordinator.d.ts +112 -0
- package/v3/dist/domains/code-intelligence/coordinator.d.ts.map +1 -1
- package/v3/dist/domains/code-intelligence/coordinator.js +221 -0
- package/v3/dist/domains/code-intelligence/coordinator.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/knowledge-graph.d.ts +66 -2
- package/v3/dist/domains/code-intelligence/services/knowledge-graph.d.ts.map +1 -1
- package/v3/dist/domains/code-intelligence/services/knowledge-graph.js +253 -3
- package/v3/dist/domains/code-intelligence/services/knowledge-graph.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/coordinator.d.ts +89 -1
- package/v3/dist/domains/contract-testing/coordinator.d.ts.map +1 -1
- package/v3/dist/domains/contract-testing/coordinator.js +222 -1
- package/v3/dist/domains/contract-testing/coordinator.js.map +1 -1
- package/v3/dist/domains/contract-testing/interfaces.d.ts +29 -1
- package/v3/dist/domains/contract-testing/interfaces.d.ts.map +1 -1
- 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 +81 -2
- package/v3/dist/domains/contract-testing/plugin.js.map +1 -1
- package/v3/dist/domains/contract-testing/services/contract-validator.d.ts +29 -2
- package/v3/dist/domains/contract-testing/services/contract-validator.d.ts.map +1 -1
- package/v3/dist/domains/contract-testing/services/contract-validator.js +62 -6
- package/v3/dist/domains/contract-testing/services/contract-validator.js.map +1 -1
- package/v3/dist/domains/coverage-analysis/coordinator.d.ts +95 -2
- package/v3/dist/domains/coverage-analysis/coordinator.d.ts.map +1 -1
- package/v3/dist/domains/coverage-analysis/coordinator.js +274 -6
- package/v3/dist/domains/coverage-analysis/coordinator.js.map +1 -1
- package/v3/dist/domains/coverage-analysis/services/coverage-analyzer.d.ts +119 -3
- package/v3/dist/domains/coverage-analysis/services/coverage-analyzer.d.ts.map +1 -1
- package/v3/dist/domains/coverage-analysis/services/coverage-analyzer.js +267 -5
- package/v3/dist/domains/coverage-analysis/services/coverage-analyzer.js.map +1 -1
- package/v3/dist/domains/coverage-analysis/services/gap-detector.d.ts +111 -2
- package/v3/dist/domains/coverage-analysis/services/gap-detector.d.ts.map +1 -1
- package/v3/dist/domains/coverage-analysis/services/gap-detector.js +231 -3
- package/v3/dist/domains/coverage-analysis/services/gap-detector.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 +80 -1
- package/v3/dist/domains/defect-intelligence/coordinator.d.ts.map +1 -1
- package/v3/dist/domains/defect-intelligence/coordinator.js +262 -7
- package/v3/dist/domains/defect-intelligence/coordinator.js.map +1 -1
- package/v3/dist/domains/defect-intelligence/interfaces.d.ts +17 -0
- package/v3/dist/domains/defect-intelligence/interfaces.d.ts.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 +91 -2
- package/v3/dist/domains/defect-intelligence/services/defect-predictor.d.ts.map +1 -1
- package/v3/dist/domains/defect-intelligence/services/defect-predictor.js +277 -9
- package/v3/dist/domains/defect-intelligence/services/defect-predictor.js.map +1 -1
- package/v3/dist/domains/defect-intelligence/services/root-cause-analyzer.d.ts +79 -2
- package/v3/dist/domains/defect-intelligence/services/root-cause-analyzer.d.ts.map +1 -1
- package/v3/dist/domains/defect-intelligence/services/root-cause-analyzer.js +259 -3
- package/v3/dist/domains/defect-intelligence/services/root-cause-analyzer.js.map +1 -1
- package/v3/dist/domains/domain-interface.d.ts +155 -0
- package/v3/dist/domains/domain-interface.d.ts.map +1 -1
- package/v3/dist/domains/domain-interface.js +164 -9
- package/v3/dist/domains/domain-interface.js.map +1 -1
- package/v3/dist/domains/learning-optimization/coordinator.d.ts +88 -0
- package/v3/dist/domains/learning-optimization/coordinator.d.ts.map +1 -1
- package/v3/dist/domains/learning-optimization/coordinator.js +227 -1
- package/v3/dist/domains/learning-optimization/coordinator.js.map +1 -1
- package/v3/dist/domains/learning-optimization/index.d.ts +1 -1
- package/v3/dist/domains/learning-optimization/index.d.ts.map +1 -1
- package/v3/dist/domains/learning-optimization/index.js.map +1 -1
- package/v3/dist/domains/learning-optimization/interfaces.d.ts +4 -0
- package/v3/dist/domains/learning-optimization/interfaces.d.ts.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 +50 -1
- package/v3/dist/domains/learning-optimization/plugin.js.map +1 -1
- package/v3/dist/domains/learning-optimization/services/learning-coordinator.d.ts +54 -2
- package/v3/dist/domains/learning-optimization/services/learning-coordinator.d.ts.map +1 -1
- package/v3/dist/domains/learning-optimization/services/learning-coordinator.js +90 -3
- package/v3/dist/domains/learning-optimization/services/learning-coordinator.js.map +1 -1
- package/v3/dist/domains/quality-assessment/coordinator.d.ts +194 -1
- package/v3/dist/domains/quality-assessment/coordinator.d.ts.map +1 -1
- package/v3/dist/domains/quality-assessment/coordinator.js +664 -6
- package/v3/dist/domains/quality-assessment/coordinator.js.map +1 -1
- package/v3/dist/domains/quality-assessment/interfaces.d.ts +22 -0
- package/v3/dist/domains/quality-assessment/interfaces.d.ts.map +1 -1
- package/v3/dist/domains/quality-assessment/services/deployment-advisor.d.ts +61 -2
- package/v3/dist/domains/quality-assessment/services/deployment-advisor.d.ts.map +1 -1
- package/v3/dist/domains/quality-assessment/services/deployment-advisor.js +213 -5
- package/v3/dist/domains/quality-assessment/services/deployment-advisor.js.map +1 -1
- package/v3/dist/domains/quality-assessment/services/quality-analyzer.d.ts +59 -4
- package/v3/dist/domains/quality-assessment/services/quality-analyzer.d.ts.map +1 -1
- package/v3/dist/domains/quality-assessment/services/quality-analyzer.js +195 -3
- package/v3/dist/domains/quality-assessment/services/quality-analyzer.js.map +1 -1
- package/v3/dist/domains/requirements-validation/coordinator.d.ts +78 -0
- package/v3/dist/domains/requirements-validation/coordinator.d.ts.map +1 -1
- package/v3/dist/domains/requirements-validation/coordinator.js +189 -0
- package/v3/dist/domains/requirements-validation/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/interfaces.d.ts +4 -0
- package/v3/dist/domains/requirements-validation/interfaces.d.ts.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/requirements-validation/services/requirements-validator.d.ts +106 -2
- package/v3/dist/domains/requirements-validation/services/requirements-validator.d.ts.map +1 -1
- package/v3/dist/domains/requirements-validation/services/requirements-validator.js +263 -3
- package/v3/dist/domains/requirements-validation/services/requirements-validator.js.map +1 -1
- package/v3/dist/domains/security-compliance/coordinator.d.ts +56 -1
- package/v3/dist/domains/security-compliance/coordinator.d.ts.map +1 -1
- package/v3/dist/domains/security-compliance/coordinator.js +241 -17
- package/v3/dist/domains/security-compliance/coordinator.js.map +1 -1
- package/v3/dist/domains/security-compliance/interfaces.d.ts +2 -0
- package/v3/dist/domains/security-compliance/interfaces.d.ts.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 -182
- 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 -1909
- 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/coordinator.d.ts +89 -0
- package/v3/dist/domains/test-execution/coordinator.d.ts.map +1 -1
- package/v3/dist/domains/test-execution/coordinator.js +259 -2
- package/v3/dist/domains/test-execution/coordinator.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 +30 -2
- package/v3/dist/domains/test-execution/services/test-executor.d.ts.map +1 -1
- package/v3/dist/domains/test-execution/services/test-executor.js +67 -5
- package/v3/dist/domains/test-execution/services/test-executor.js.map +1 -1
- package/v3/dist/domains/test-generation/coordinator.d.ts +97 -0
- package/v3/dist/domains/test-generation/coordinator.d.ts.map +1 -1
- package/v3/dist/domains/test-generation/coordinator.js +237 -0
- package/v3/dist/domains/test-generation/coordinator.js.map +1 -1
- package/v3/dist/domains/test-generation/interfaces.d.ts +2 -0
- package/v3/dist/domains/test-generation/interfaces.d.ts.map +1 -1
- package/v3/dist/domains/test-generation/services/test-generator.d.ts +32 -0
- package/v3/dist/domains/test-generation/services/test-generator.d.ts.map +1 -1
- package/v3/dist/domains/test-generation/services/test-generator.js +158 -3
- package/v3/dist/domains/test-generation/services/test-generator.js.map +1 -1
- package/v3/dist/domains/visual-accessibility/coordinator.d.ts +147 -0
- package/v3/dist/domains/visual-accessibility/coordinator.d.ts.map +1 -1
- package/v3/dist/domains/visual-accessibility/coordinator.js +382 -2
- 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 +66 -3
- 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/domains/visual-accessibility/services/visual-tester.d.ts +47 -2
- package/v3/dist/domains/visual-accessibility/services/visual-tester.d.ts.map +1 -1
- package/v3/dist/domains/visual-accessibility/services/visual-tester.js +87 -3
- package/v3/dist/domains/visual-accessibility/services/visual-tester.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 +74 -11
- 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/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/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/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.map +1 -1
- package/v3/dist/kernel/unified-memory.js +14 -11
- 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/experience-capture-middleware.d.ts +119 -0
- package/v3/dist/learning/experience-capture-middleware.d.ts.map +1 -0
- package/v3/dist/learning/experience-capture-middleware.js +416 -0
- package/v3/dist/learning/experience-capture-middleware.js.map +1 -0
- 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/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/sqlite-persistence.d.ts +1 -1
- package/v3/dist/learning/sqlite-persistence.d.ts.map +1 -1
- package/v3/dist/learning/sqlite-persistence.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 +63771 -53632
- 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 -121
- 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 +2 -1
- package/v3/dist/mcp/handlers/index.d.ts.map +1 -1
- package/v3/dist/mcp/handlers/index.js +4 -2
- 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/handlers/wrapped-domain-handlers.d.ts +30 -0
- package/v3/dist/mcp/handlers/wrapped-domain-handlers.d.ts.map +1 -0
- package/v3/dist/mcp/handlers/wrapped-domain-handlers.js +75 -0
- package/v3/dist/mcp/handlers/wrapped-domain-handlers.js.map +1 -0
- 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/tools/chaos-resilience/inject.js +1 -1
- package/v3/dist/mcp/tools/chaos-resilience/inject.js.map +1 -1
- package/v3/dist/mcp/tools/contract-testing/validate.js +1 -1
- package/v3/dist/mcp/tools/contract-testing/validate.js.map +1 -1
- package/v3/dist/mcp/tools/learning-optimization/optimize.js +1 -1
- package/v3/dist/mcp/tools/learning-optimization/optimize.js.map +1 -1
- package/v3/dist/mcp/tools/visual-accessibility/index.js +2 -2
- package/v3/dist/mcp/tools/visual-accessibility/index.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/routing/qe-agent-registry.d.ts +1 -1
- package/v3/dist/routing/qe-agent-registry.d.ts.map +1 -1
- package/v3/dist/routing/qe-agent-registry.js +20 -1
- package/v3/dist/routing/qe-agent-registry.js.map +1 -1
- 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 +63 -0
- package/v3/dist/sync/claude-flow-bridge.d.ts.map +1 -0
- package/v3/dist/sync/claude-flow-bridge.js +322 -0
- package/v3/dist/sync/claude-flow-bridge.js.map +1 -0
- 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/readers/sqlite-reader.d.ts.map +1 -1
- package/v3/dist/sync/readers/sqlite-reader.js +3 -2
- 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
|
@@ -0,0 +1,503 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Domain Module Constants
|
|
3
|
+
*
|
|
4
|
+
* Centralizes all magic numbers used across domain coordinators and services.
|
|
5
|
+
* Each domain may have its own specific constants file, but common constants
|
|
6
|
+
* shared across domains are defined here.
|
|
7
|
+
*
|
|
8
|
+
* @see ADR-051: LLM-Powered Analysis
|
|
9
|
+
*/
|
|
10
|
+
// ============================================================================
|
|
11
|
+
// Test Execution Constants
|
|
12
|
+
// ============================================================================
|
|
13
|
+
export const TEST_EXECUTION_CONSTANTS = {
|
|
14
|
+
/**
|
|
15
|
+
* Default timeout for test execution in milliseconds.
|
|
16
|
+
* 60 seconds covers most test suites.
|
|
17
|
+
*/
|
|
18
|
+
DEFAULT_TEST_TIMEOUT_MS: 60000, // 1 minute
|
|
19
|
+
/**
|
|
20
|
+
* Default timeout for individual test files.
|
|
21
|
+
* 30 seconds per file is reasonable.
|
|
22
|
+
*/
|
|
23
|
+
DEFAULT_FILE_TIMEOUT_MS: 30000, // 30 seconds
|
|
24
|
+
/**
|
|
25
|
+
* Default viewport width for E2E tests.
|
|
26
|
+
*/
|
|
27
|
+
DEFAULT_VIEWPORT_WIDTH: 1280,
|
|
28
|
+
/**
|
|
29
|
+
* Default viewport height for E2E tests.
|
|
30
|
+
*/
|
|
31
|
+
DEFAULT_VIEWPORT_HEIGHT: 720,
|
|
32
|
+
/**
|
|
33
|
+
* Maximum number of test results to retain.
|
|
34
|
+
*/
|
|
35
|
+
MAX_RESULTS: 1000,
|
|
36
|
+
/**
|
|
37
|
+
* Retention period for test results.
|
|
38
|
+
* 24 hours of history.
|
|
39
|
+
*/
|
|
40
|
+
RESULT_RETENTION_MS: 86400000, // 24 hours
|
|
41
|
+
/**
|
|
42
|
+
* Maximum number of tests to track for flaky detection.
|
|
43
|
+
*/
|
|
44
|
+
MAX_TESTS_TRACKED: 10000,
|
|
45
|
+
/**
|
|
46
|
+
* Maximum execution history entries per test.
|
|
47
|
+
*/
|
|
48
|
+
MAX_EXECUTION_HISTORY: 100,
|
|
49
|
+
/**
|
|
50
|
+
* Cache TTL for flaky analysis results.
|
|
51
|
+
* 1 hour prevents stale analysis.
|
|
52
|
+
*/
|
|
53
|
+
ANALYSIS_CACHE_TTL_MS: 3600000, // 1 hour
|
|
54
|
+
/**
|
|
55
|
+
* Maximum number of retry history entries.
|
|
56
|
+
*/
|
|
57
|
+
MAX_RETRY_HISTORY: 50,
|
|
58
|
+
/**
|
|
59
|
+
* Maximum actions to record in user flow.
|
|
60
|
+
*/
|
|
61
|
+
MAX_ACTIONS_PER_RECORDING: 1000,
|
|
62
|
+
/**
|
|
63
|
+
* Maximum recording duration.
|
|
64
|
+
* 30 minutes prevents runaway recordings.
|
|
65
|
+
*/
|
|
66
|
+
MAX_RECORDING_DURATION_MS: 30 * 60 * 1000, // 30 minutes
|
|
67
|
+
/**
|
|
68
|
+
* Maximum workers for parallel test execution.
|
|
69
|
+
*/
|
|
70
|
+
MAX_WORKERS: 32,
|
|
71
|
+
};
|
|
72
|
+
// ============================================================================
|
|
73
|
+
// E2E Testing Constants
|
|
74
|
+
// ============================================================================
|
|
75
|
+
export const E2E_CONSTANTS = {
|
|
76
|
+
/**
|
|
77
|
+
* Default step timeout for E2E tests.
|
|
78
|
+
* 30 seconds per step is reasonable.
|
|
79
|
+
*/
|
|
80
|
+
DEFAULT_STEP_TIMEOUT_MS: 30000,
|
|
81
|
+
/**
|
|
82
|
+
* Default retry delay between step attempts.
|
|
83
|
+
*/
|
|
84
|
+
RETRY_DELAY_MS: 1000,
|
|
85
|
+
/**
|
|
86
|
+
* Default maximum retries per step.
|
|
87
|
+
*/
|
|
88
|
+
DEFAULT_MAX_RETRIES: 3,
|
|
89
|
+
/**
|
|
90
|
+
* Polling interval for element detection.
|
|
91
|
+
*/
|
|
92
|
+
POLLING_INTERVAL_MS: 100,
|
|
93
|
+
/**
|
|
94
|
+
* Short timeout for element detection.
|
|
95
|
+
*/
|
|
96
|
+
ELEMENT_DETECTION_TIMEOUT_MS: 1000,
|
|
97
|
+
/**
|
|
98
|
+
* Delay after interactions for stability.
|
|
99
|
+
*/
|
|
100
|
+
POST_INTERACTION_DELAY_MS: 500,
|
|
101
|
+
/**
|
|
102
|
+
* Default wait time in generated tests.
|
|
103
|
+
*/
|
|
104
|
+
DEFAULT_WAIT_MS: 1000,
|
|
105
|
+
/**
|
|
106
|
+
* Accessibility check timeout (longer due to analysis).
|
|
107
|
+
*/
|
|
108
|
+
ACCESSIBILITY_TIMEOUT_MS: 60000,
|
|
109
|
+
/**
|
|
110
|
+
* Screenshot quality percentage.
|
|
111
|
+
*/
|
|
112
|
+
SCREENSHOT_QUALITY: 80,
|
|
113
|
+
/**
|
|
114
|
+
* Type debounce delay for input fields.
|
|
115
|
+
*/
|
|
116
|
+
TYPE_DEBOUNCE_MS: 300,
|
|
117
|
+
};
|
|
118
|
+
// ============================================================================
|
|
119
|
+
// Retry Handler Constants
|
|
120
|
+
// ============================================================================
|
|
121
|
+
export const RETRY_CONSTANTS = {
|
|
122
|
+
/**
|
|
123
|
+
* Base delay for exponential backoff.
|
|
124
|
+
*/
|
|
125
|
+
BASE_DELAY_MS: 1000,
|
|
126
|
+
/**
|
|
127
|
+
* Maximum delay cap for exponential backoff.
|
|
128
|
+
*/
|
|
129
|
+
MAX_DELAY_MS: 30000,
|
|
130
|
+
/**
|
|
131
|
+
* Default flaky rate simulation.
|
|
132
|
+
* 30% of tests are flaky in simulation mode.
|
|
133
|
+
*/
|
|
134
|
+
DEFAULT_FLAKY_RATE: 0.3,
|
|
135
|
+
/**
|
|
136
|
+
* Default pass rate for flaky tests.
|
|
137
|
+
* 70% chance of passing on retry.
|
|
138
|
+
*/
|
|
139
|
+
DEFAULT_FLAKY_PASS_RATE: 0.7,
|
|
140
|
+
/**
|
|
141
|
+
* Default retry pass rate variation.
|
|
142
|
+
* +/- 10% variation.
|
|
143
|
+
*/
|
|
144
|
+
RETRY_PASS_RATE_VARIATION: 0.1,
|
|
145
|
+
/**
|
|
146
|
+
* Grace period before sending SIGKILL after SIGTERM.
|
|
147
|
+
*/
|
|
148
|
+
SIGKILL_GRACE_PERIOD_MS: 1000,
|
|
149
|
+
};
|
|
150
|
+
// ============================================================================
|
|
151
|
+
// Contract Testing Constants
|
|
152
|
+
// ============================================================================
|
|
153
|
+
export const CONTRACT_CONSTANTS = {
|
|
154
|
+
/**
|
|
155
|
+
* Default contract validation timeout.
|
|
156
|
+
*/
|
|
157
|
+
DEFAULT_TIMEOUT_MS: 60000, // 1 minute
|
|
158
|
+
/**
|
|
159
|
+
* Short timeout for quick operations.
|
|
160
|
+
*/
|
|
161
|
+
QUICK_TIMEOUT_MS: 10000,
|
|
162
|
+
/**
|
|
163
|
+
* Maximum cached contract validations.
|
|
164
|
+
*/
|
|
165
|
+
MAX_CACHED_VALIDATIONS: 1000,
|
|
166
|
+
/**
|
|
167
|
+
* Cache TTL for validation results.
|
|
168
|
+
* 1 hour prevents stale validations.
|
|
169
|
+
*/
|
|
170
|
+
CACHE_TTL_MS: 3600000, // 1 hour
|
|
171
|
+
/**
|
|
172
|
+
* TTL for stored contracts.
|
|
173
|
+
* 24 hours of retention.
|
|
174
|
+
*/
|
|
175
|
+
CONTRACT_TTL_SECONDS: 86400, // 24 hours
|
|
176
|
+
/**
|
|
177
|
+
* TTL for API compatibility migrations.
|
|
178
|
+
* 90 days of retention.
|
|
179
|
+
*/
|
|
180
|
+
MIGRATION_TTL_SECONDS: 86400 * 90, // 90 days
|
|
181
|
+
/**
|
|
182
|
+
* Maximum recursion depth for schema validation.
|
|
183
|
+
*/
|
|
184
|
+
MAX_RECURSION_DEPTH: 10,
|
|
185
|
+
/**
|
|
186
|
+
* Maximum schema depth for complex contracts.
|
|
187
|
+
*/
|
|
188
|
+
MAX_SCHEMA_DEPTH: 20,
|
|
189
|
+
/**
|
|
190
|
+
* Maximum migration steps to generate.
|
|
191
|
+
*/
|
|
192
|
+
MAX_MIGRATION_STEPS: 50,
|
|
193
|
+
/**
|
|
194
|
+
* Default search limit for contract queries.
|
|
195
|
+
*/
|
|
196
|
+
DEFAULT_SEARCH_LIMIT: 100,
|
|
197
|
+
/**
|
|
198
|
+
* Threshold for high-impact breaking changes.
|
|
199
|
+
*/
|
|
200
|
+
HIGH_IMPACT_THRESHOLD: 5,
|
|
201
|
+
/**
|
|
202
|
+
* Threshold for triggering major version bump.
|
|
203
|
+
*/
|
|
204
|
+
BREAKING_CHANGE_THRESHOLD: 10,
|
|
205
|
+
/**
|
|
206
|
+
* Default provider load assumption.
|
|
207
|
+
* 50% represents moderate load.
|
|
208
|
+
*/
|
|
209
|
+
DEFAULT_PROVIDER_LOAD: 50,
|
|
210
|
+
/**
|
|
211
|
+
* High provider load threshold.
|
|
212
|
+
* Above 80% indicates stress.
|
|
213
|
+
*/
|
|
214
|
+
HIGH_PROVIDER_LOAD_THRESHOLD: 80,
|
|
215
|
+
};
|
|
216
|
+
// ============================================================================
|
|
217
|
+
// Quality Assessment Constants
|
|
218
|
+
// ============================================================================
|
|
219
|
+
export const QUALITY_CONSTANTS = {
|
|
220
|
+
/**
|
|
221
|
+
* Minimum passing rate for quality gate.
|
|
222
|
+
* Below 95% triggers warnings.
|
|
223
|
+
*/
|
|
224
|
+
PASSING_RATE_WARNING_THRESHOLD: 95,
|
|
225
|
+
/**
|
|
226
|
+
* Critical passing rate threshold.
|
|
227
|
+
* Below 80% is high severity.
|
|
228
|
+
*/
|
|
229
|
+
PASSING_RATE_CRITICAL_THRESHOLD: 80,
|
|
230
|
+
/**
|
|
231
|
+
* Minimum coverage for deployment readiness.
|
|
232
|
+
*/
|
|
233
|
+
MIN_COVERAGE_FOR_DEPLOY: 80,
|
|
234
|
+
/**
|
|
235
|
+
* Perfect passing rate for deployment.
|
|
236
|
+
*/
|
|
237
|
+
PERFECT_PASSING_RATE: 100,
|
|
238
|
+
/**
|
|
239
|
+
* Quality metric retention period.
|
|
240
|
+
* 7 days of history.
|
|
241
|
+
*/
|
|
242
|
+
METRIC_TTL_SECONDS: 86400 * 7, // 7 days
|
|
243
|
+
/**
|
|
244
|
+
* Standard metric retention period.
|
|
245
|
+
* 24 hours of detailed data.
|
|
246
|
+
*/
|
|
247
|
+
STANDARD_METRIC_TTL_SECONDS: 86400, // 24 hours
|
|
248
|
+
/**
|
|
249
|
+
* Maximum vulnerability impact on score.
|
|
250
|
+
* High vulns capped at 30% impact.
|
|
251
|
+
*/
|
|
252
|
+
MAX_HIGH_VULN_IMPACT: 0.3,
|
|
253
|
+
/**
|
|
254
|
+
* Medium vulnerability impact divisor.
|
|
255
|
+
* Medium vulns have 1/20th impact.
|
|
256
|
+
*/
|
|
257
|
+
MEDIUM_VULN_IMPACT: 0.1,
|
|
258
|
+
/**
|
|
259
|
+
* Maximum duplication percentage before penalty.
|
|
260
|
+
* Above 20% indicates excessive duplication.
|
|
261
|
+
*/
|
|
262
|
+
MAX_DUPLICATION_PERCENT: 20,
|
|
263
|
+
};
|
|
264
|
+
// ============================================================================
|
|
265
|
+
// Security Compliance Constants
|
|
266
|
+
// ============================================================================
|
|
267
|
+
export const SECURITY_CONSTANTS = {
|
|
268
|
+
/**
|
|
269
|
+
* Starting score for security assessment.
|
|
270
|
+
*/
|
|
271
|
+
BASE_SECURITY_SCORE: 100,
|
|
272
|
+
/**
|
|
273
|
+
* Target compliance score.
|
|
274
|
+
*/
|
|
275
|
+
TARGET_COMPLIANCE_SCORE: 100,
|
|
276
|
+
/**
|
|
277
|
+
* HTTP OK status code.
|
|
278
|
+
*/
|
|
279
|
+
HTTP_OK: 200,
|
|
280
|
+
/**
|
|
281
|
+
* HTTP Created status code.
|
|
282
|
+
*/
|
|
283
|
+
HTTP_CREATED: 201,
|
|
284
|
+
/**
|
|
285
|
+
* HTTP Unauthorized status code.
|
|
286
|
+
*/
|
|
287
|
+
HTTP_UNAUTHORIZED: 401,
|
|
288
|
+
/**
|
|
289
|
+
* HTTP Forbidden status code.
|
|
290
|
+
*/
|
|
291
|
+
HTTP_FORBIDDEN: 403,
|
|
292
|
+
/**
|
|
293
|
+
* HTTP Too Many Requests status code.
|
|
294
|
+
*/
|
|
295
|
+
HTTP_TOO_MANY_REQUESTS: 429,
|
|
296
|
+
};
|
|
297
|
+
// ============================================================================
|
|
298
|
+
// Visual Accessibility Constants
|
|
299
|
+
// ============================================================================
|
|
300
|
+
export const VISUAL_CONSTANTS = {
|
|
301
|
+
/**
|
|
302
|
+
* Mobile viewport width threshold.
|
|
303
|
+
*/
|
|
304
|
+
MOBILE_WIDTH_THRESHOLD: 480,
|
|
305
|
+
/**
|
|
306
|
+
* Small mobile viewport width.
|
|
307
|
+
*/
|
|
308
|
+
SMALL_MOBILE_WIDTH: 320,
|
|
309
|
+
/**
|
|
310
|
+
* Tablet viewport width threshold.
|
|
311
|
+
*/
|
|
312
|
+
TABLET_WIDTH_THRESHOLD: 768,
|
|
313
|
+
/**
|
|
314
|
+
* Desktop viewport width threshold.
|
|
315
|
+
*/
|
|
316
|
+
DESKTOP_WIDTH_THRESHOLD: 1024,
|
|
317
|
+
/**
|
|
318
|
+
* Large desktop viewport width threshold.
|
|
319
|
+
*/
|
|
320
|
+
LARGE_DESKTOP_WIDTH_THRESHOLD: 1440,
|
|
321
|
+
/**
|
|
322
|
+
* Starting score for visual tests.
|
|
323
|
+
*/
|
|
324
|
+
BASE_VISUAL_SCORE: 100,
|
|
325
|
+
/**
|
|
326
|
+
* Base load time estimate.
|
|
327
|
+
* 800ms baseline for page loads.
|
|
328
|
+
*/
|
|
329
|
+
BASE_LOAD_TIME_MS: 800,
|
|
330
|
+
/**
|
|
331
|
+
* Additional load time for long URLs.
|
|
332
|
+
*/
|
|
333
|
+
LONG_URL_LOAD_PENALTY_MS: 200,
|
|
334
|
+
/**
|
|
335
|
+
* Additional load time for query parameters.
|
|
336
|
+
*/
|
|
337
|
+
QUERY_PARAM_LOAD_PENALTY_MS: 150,
|
|
338
|
+
/**
|
|
339
|
+
* Additional load time for complex pages.
|
|
340
|
+
*/
|
|
341
|
+
COMPLEX_PAGE_LOAD_PENALTY_MS: 300,
|
|
342
|
+
/**
|
|
343
|
+
* Load time reduction for API endpoints.
|
|
344
|
+
*/
|
|
345
|
+
API_LOAD_BONUS_MS: 200,
|
|
346
|
+
/**
|
|
347
|
+
* Load time reduction for mobile viewports.
|
|
348
|
+
*/
|
|
349
|
+
MOBILE_LOAD_BONUS_MS: 100,
|
|
350
|
+
/**
|
|
351
|
+
* Default axe-core timeout.
|
|
352
|
+
*/
|
|
353
|
+
AXE_DEFAULT_TIMEOUT_MS: 10000,
|
|
354
|
+
/**
|
|
355
|
+
* Extended axe-core timeout for complex pages.
|
|
356
|
+
*/
|
|
357
|
+
AXE_EXTENDED_TIMEOUT_MS: 30000,
|
|
358
|
+
/**
|
|
359
|
+
* Retry delay for visual operations.
|
|
360
|
+
*/
|
|
361
|
+
VISUAL_RETRY_DELAY_MS: 200,
|
|
362
|
+
/**
|
|
363
|
+
* Render time variance range.
|
|
364
|
+
*/
|
|
365
|
+
RENDER_TIME_VARIANCE_MS: 1000,
|
|
366
|
+
/**
|
|
367
|
+
* Load time variance range.
|
|
368
|
+
*/
|
|
369
|
+
LOAD_TIME_VARIANCE_MS: 2000,
|
|
370
|
+
};
|
|
371
|
+
// ============================================================================
|
|
372
|
+
// Chaos Resilience Constants
|
|
373
|
+
// ============================================================================
|
|
374
|
+
export const CHAOS_CONSTANTS = {
|
|
375
|
+
/**
|
|
376
|
+
* Default chunk size for file operations.
|
|
377
|
+
* 1MB chunks for memory testing.
|
|
378
|
+
*/
|
|
379
|
+
CHUNK_SIZE_BYTES: 1024 * 1024, // 1MB
|
|
380
|
+
/**
|
|
381
|
+
* Default spike interval for load testing.
|
|
382
|
+
* 30 seconds between spikes.
|
|
383
|
+
*/
|
|
384
|
+
SPIKE_INTERVAL_MS: 30000,
|
|
385
|
+
/**
|
|
386
|
+
* Duration of load spikes.
|
|
387
|
+
* 5 seconds of elevated load.
|
|
388
|
+
*/
|
|
389
|
+
SPIKE_DURATION_MS: 5000,
|
|
390
|
+
};
|
|
391
|
+
// ============================================================================
|
|
392
|
+
// Test Prioritization Constants
|
|
393
|
+
// ============================================================================
|
|
394
|
+
export const PRIORITIZATION_CONSTANTS = {
|
|
395
|
+
/**
|
|
396
|
+
* Weight for failure probability in prioritization.
|
|
397
|
+
*/
|
|
398
|
+
FAILURE_PROBABILITY_WEIGHT: 30,
|
|
399
|
+
/**
|
|
400
|
+
* Weight for flakiness in prioritization.
|
|
401
|
+
*/
|
|
402
|
+
FLAKINESS_WEIGHT: 15,
|
|
403
|
+
/**
|
|
404
|
+
* Weight for complexity in prioritization.
|
|
405
|
+
*/
|
|
406
|
+
COMPLEXITY_WEIGHT: 10,
|
|
407
|
+
/**
|
|
408
|
+
* Weight for coverage gap in prioritization.
|
|
409
|
+
*/
|
|
410
|
+
COVERAGE_GAP_WEIGHT: 20,
|
|
411
|
+
/**
|
|
412
|
+
* Weight for criticality in prioritization.
|
|
413
|
+
*/
|
|
414
|
+
CRITICALITY_WEIGHT: 15,
|
|
415
|
+
/**
|
|
416
|
+
* Critical priority score threshold.
|
|
417
|
+
*/
|
|
418
|
+
CRITICAL_THRESHOLD: 60,
|
|
419
|
+
/**
|
|
420
|
+
* High priority score threshold.
|
|
421
|
+
*/
|
|
422
|
+
HIGH_THRESHOLD: 45,
|
|
423
|
+
/**
|
|
424
|
+
* Standard priority score threshold.
|
|
425
|
+
*/
|
|
426
|
+
STANDARD_THRESHOLD: 30,
|
|
427
|
+
/**
|
|
428
|
+
* Low priority score threshold.
|
|
429
|
+
*/
|
|
430
|
+
LOW_THRESHOLD: 15,
|
|
431
|
+
/**
|
|
432
|
+
* Priority score mapping.
|
|
433
|
+
*/
|
|
434
|
+
PRIORITY_SCORES: {
|
|
435
|
+
critical: 100,
|
|
436
|
+
high: 75,
|
|
437
|
+
standard: 50,
|
|
438
|
+
low: 25,
|
|
439
|
+
},
|
|
440
|
+
/**
|
|
441
|
+
* Recent history window for analysis.
|
|
442
|
+
*/
|
|
443
|
+
RECENT_HISTORY_SIZE: 10,
|
|
444
|
+
/**
|
|
445
|
+
* Sample confidence baseline.
|
|
446
|
+
* Confidence reaches 1.0 at 20 samples.
|
|
447
|
+
*/
|
|
448
|
+
SAMPLE_CONFIDENCE_BASELINE: 20,
|
|
449
|
+
};
|
|
450
|
+
// ============================================================================
|
|
451
|
+
// Risk Assessment Constants
|
|
452
|
+
// ============================================================================
|
|
453
|
+
export const RISK_CONSTANTS = {
|
|
454
|
+
/**
|
|
455
|
+
* Maximum test duration for scoring.
|
|
456
|
+
* 1 minute as baseline.
|
|
457
|
+
*/
|
|
458
|
+
MAX_DURATION_MS: 60000,
|
|
459
|
+
/**
|
|
460
|
+
* Maximum test age for scoring.
|
|
461
|
+
* 1 week as baseline.
|
|
462
|
+
*/
|
|
463
|
+
MAX_AGE_MS: 7 * 24 * 60 * 60 * 1000, // 1 week
|
|
464
|
+
/**
|
|
465
|
+
* One year in days for age calculations.
|
|
466
|
+
*/
|
|
467
|
+
DAYS_IN_YEAR: 365,
|
|
468
|
+
/**
|
|
469
|
+
* Maximum dependency count for complexity scoring.
|
|
470
|
+
*/
|
|
471
|
+
MAX_DEPENDENCY_COUNT: 10,
|
|
472
|
+
};
|
|
473
|
+
// ============================================================================
|
|
474
|
+
// LLM Analysis Constants (ADR-051)
|
|
475
|
+
// ============================================================================
|
|
476
|
+
export const LLM_ANALYSIS_CONSTANTS = {
|
|
477
|
+
/**
|
|
478
|
+
* Maximum tokens for LLM responses.
|
|
479
|
+
*/
|
|
480
|
+
MAX_TOKENS: 2048,
|
|
481
|
+
/**
|
|
482
|
+
* Truncation length for error messages.
|
|
483
|
+
*/
|
|
484
|
+
ERROR_TRUNCATION_LENGTH: 200,
|
|
485
|
+
/**
|
|
486
|
+
* Truncation length for stdout/stderr.
|
|
487
|
+
*/
|
|
488
|
+
OUTPUT_TRUNCATION_LENGTH: 500,
|
|
489
|
+
/**
|
|
490
|
+
* Truncation length for detailed output.
|
|
491
|
+
*/
|
|
492
|
+
DETAILED_OUTPUT_TRUNCATION_LENGTH: 1000,
|
|
493
|
+
/**
|
|
494
|
+
* Model tier mapping.
|
|
495
|
+
*/
|
|
496
|
+
MODEL_TIERS: {
|
|
497
|
+
1: 'claude-3-haiku-20240307',
|
|
498
|
+
2: 'claude-sonnet-4-20250514',
|
|
499
|
+
3: 'claude-sonnet-4-20250514',
|
|
500
|
+
4: 'claude-opus-4-20250514',
|
|
501
|
+
},
|
|
502
|
+
};
|
|
503
|
+
//# sourceMappingURL=constants.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../src/domains/constants.ts"],"names":[],"mappings":"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"}
|
|
@@ -2,10 +2,11 @@
|
|
|
2
2
|
* Agentic QE v3 - Contract Testing Coordinator
|
|
3
3
|
* Orchestrates the contract testing workflow across services
|
|
4
4
|
*/
|
|
5
|
-
import { Result } from '../../shared/types/index.js';
|
|
5
|
+
import { Result, type DomainName } from '../../shared/types/index.js';
|
|
6
6
|
import { FilePath } from '../../shared/value-objects/index.js';
|
|
7
7
|
import type { EventBus, MemoryBackend, AgentCoordinator } from '../../kernel/interfaces.js';
|
|
8
8
|
import type { IContractTestingCoordinator, ApiContract, ProviderVerificationReport, PreReleaseReport, ContractPrioritizationContext, ContractPrioritizationResult } from './interfaces.js';
|
|
9
|
+
import type { QueenMinCutBridge } from '../../coordination/mincut/queen-integration.js';
|
|
9
10
|
/**
|
|
10
11
|
* Contract Testing Events
|
|
11
12
|
*/
|
|
@@ -39,6 +40,13 @@ export interface CoordinatorConfig {
|
|
|
39
40
|
publishEvents: boolean;
|
|
40
41
|
enableSARSA: boolean;
|
|
41
42
|
enableQESONA: boolean;
|
|
43
|
+
enableMinCutAwareness: boolean;
|
|
44
|
+
topologyHealthThreshold: number;
|
|
45
|
+
pauseOnCriticalTopology: boolean;
|
|
46
|
+
enableConsensus: boolean;
|
|
47
|
+
consensusThreshold: number;
|
|
48
|
+
consensusStrategy: 'majority' | 'weighted' | 'unanimous';
|
|
49
|
+
consensusMinModels: number;
|
|
42
50
|
}
|
|
43
51
|
/**
|
|
44
52
|
* Contract Testing Coordinator
|
|
@@ -58,6 +66,9 @@ export declare class ContractTestingCoordinator implements IContractTestingCoord
|
|
|
58
66
|
private sarsaAlgorithm?;
|
|
59
67
|
private qesona?;
|
|
60
68
|
private initialized;
|
|
69
|
+
private readonly minCutMixin;
|
|
70
|
+
private readonly consensusMixin;
|
|
71
|
+
private readonly domainName;
|
|
61
72
|
constructor(eventBus: EventBus, memory: MemoryBackend, agentCoordinator: AgentCoordinator, config?: Partial<CoordinatorConfig>);
|
|
62
73
|
/**
|
|
63
74
|
* Initialize the coordinator
|
|
@@ -135,5 +146,82 @@ export declare class ContractTestingCoordinator implements IContractTestingCoord
|
|
|
135
146
|
private handleImpactAnalysis;
|
|
136
147
|
private loadContracts;
|
|
137
148
|
private saveContracts;
|
|
149
|
+
/**
|
|
150
|
+
* Set the MinCut bridge for topology awareness
|
|
151
|
+
*/
|
|
152
|
+
setMinCutBridge(bridge: QueenMinCutBridge): void;
|
|
153
|
+
/**
|
|
154
|
+
* Check if topology is healthy
|
|
155
|
+
*/
|
|
156
|
+
isTopologyHealthy(): boolean;
|
|
157
|
+
/**
|
|
158
|
+
* Check if consensus engine is available
|
|
159
|
+
*/
|
|
160
|
+
isConsensusAvailable(): boolean;
|
|
161
|
+
/**
|
|
162
|
+
* Get consensus statistics
|
|
163
|
+
* Per MM-001: Returns metrics about consensus verification
|
|
164
|
+
*/
|
|
165
|
+
getConsensusStats(): import("../../index.js").ConsensusStats | undefined;
|
|
166
|
+
/**
|
|
167
|
+
* Verify a contract violation using multi-model consensus
|
|
168
|
+
* Per MM-001: High-stakes contract decisions require verification
|
|
169
|
+
*
|
|
170
|
+
* @param violation - The contract violation to verify
|
|
171
|
+
* @param confidence - Initial confidence in the violation detection
|
|
172
|
+
* @returns true if the violation is verified or doesn't require consensus
|
|
173
|
+
*/
|
|
174
|
+
verifyContractViolation(violation: {
|
|
175
|
+
consumer: string;
|
|
176
|
+
provider: string;
|
|
177
|
+
endpoint: string;
|
|
178
|
+
type: string;
|
|
179
|
+
}, confidence: number): Promise<boolean>;
|
|
180
|
+
/**
|
|
181
|
+
* Verify a breaking change detection using multi-model consensus
|
|
182
|
+
* Per MM-001: Breaking changes have significant deployment impact
|
|
183
|
+
*
|
|
184
|
+
* @param change - The breaking change to verify
|
|
185
|
+
* @param confidence - Initial confidence in the detection
|
|
186
|
+
* @returns true if the change is verified or doesn't require consensus
|
|
187
|
+
*/
|
|
188
|
+
verifyBreakingChange(change: {
|
|
189
|
+
path: string;
|
|
190
|
+
type: string;
|
|
191
|
+
affectedConsumers: string[];
|
|
192
|
+
description: string;
|
|
193
|
+
}, confidence: number): Promise<boolean>;
|
|
194
|
+
/**
|
|
195
|
+
* Verify a schema incompatibility using multi-model consensus
|
|
196
|
+
* Per MM-001: Schema incompatibilities can cause integration failures
|
|
197
|
+
*
|
|
198
|
+
* @param incompatibility - The schema incompatibility to verify
|
|
199
|
+
* @param confidence - Initial confidence in the detection
|
|
200
|
+
* @returns true if the incompatibility is verified or doesn't require consensus
|
|
201
|
+
*/
|
|
202
|
+
verifySchemaIncompatibility(incompatibility: {
|
|
203
|
+
schema: string;
|
|
204
|
+
field: string;
|
|
205
|
+
expected: string;
|
|
206
|
+
actual: string;
|
|
207
|
+
}, confidence: number): Promise<boolean>;
|
|
208
|
+
/**
|
|
209
|
+
* Get weak vertices belonging to this domain
|
|
210
|
+
* Per ADR-047: Identifies agents that are single points of failure
|
|
211
|
+
*/
|
|
212
|
+
getDomainWeakVertices(): import("../../index.js").WeakVertex[];
|
|
213
|
+
/**
|
|
214
|
+
* Check if this domain is a weak point in the topology
|
|
215
|
+
* Per ADR-047: Returns true if any weak vertex belongs to contract-testing domain
|
|
216
|
+
*/
|
|
217
|
+
isDomainWeakPoint(): boolean;
|
|
218
|
+
/**
|
|
219
|
+
* Get topology-based routing excluding weak domains
|
|
220
|
+
* Per ADR-047: Filters out domains that are currently weak points
|
|
221
|
+
*
|
|
222
|
+
* @param targetDomains - List of potential target domains
|
|
223
|
+
* @returns Filtered list of healthy domains for routing
|
|
224
|
+
*/
|
|
225
|
+
getTopologyBasedRouting(targetDomains: DomainName[]): DomainName[];
|
|
138
226
|
}
|
|
139
227
|
//# sourceMappingURL=coordinator.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"coordinator.d.ts","sourceRoot":"","sources":["../../../src/domains/contract-testing/coordinator.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAGH,OAAO,EAAE,MAAM,EAAwB,MAAM,6BAA6B,CAAC;
|
|
1
|
+
{"version":3,"file":"coordinator.d.ts","sourceRoot":"","sources":["../../../src/domains/contract-testing/coordinator.ts"],"names":[],"mappings":"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"}
|