agentic-qe 3.8.1 → 3.8.3
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/qe-security-scanner.md +2 -2
- package/.claude/commands/claude-flow-help.md +1 -1
- package/.claude/helpers/github-setup.sh +4 -4
- package/.claude/helpers/post-commit +1 -1
- package/.claude/helpers/pre-commit +1 -1
- package/.claude/helpers/quick-start.sh +4 -4
- package/.claude/helpers/setup-mcp.sh +3 -3
- package/.claude/helpers/statusline-v3.cjs +1 -1
- package/.claude/helpers/validation-pipeline.cjs +625 -0
- package/.claude/skills/README.md +29 -7
- package/.claude/skills/TRUST-TIERS.md +26 -10
- package/.claude/skills/a11y-ally/SKILL.md +10 -2
- package/.claude/skills/accessibility-testing/SKILL.md +2 -1
- package/.claude/skills/agentic-quality-engineering/SKILL.md +1 -2
- package/.claude/skills/api-testing-patterns/SKILL.md +8 -0
- package/.claude/skills/api-testing-patterns/config.json +14 -0
- package/.claude/skills/api-testing-patterns/templates/api-test-scaffold.md +87 -0
- package/.claude/skills/brutal-honesty-review/SKILL.md +0 -1
- package/.claude/skills/bug-reporting-excellence/SKILL.md +14 -1
- package/.claude/skills/cicd-pipeline-qe-orchestrator/SKILL.md +0 -1
- package/.claude/skills/code-review-quality/SKILL.md +14 -1
- package/.claude/skills/compatibility-testing/SKILL.md +1 -54
- package/.claude/skills/compliance-testing/SKILL.md +8 -1
- package/.claude/skills/compliance-testing/config.json +13 -0
- package/.claude/skills/consultancy-practices/SKILL.md +1 -33
- package/.claude/skills/context-driven-testing/SKILL.md +0 -42
- package/.claude/skills/contract-testing/SKILL.md +12 -0
- package/.claude/skills/contract-testing/config.json +13 -0
- package/.claude/skills/contract-testing/references/agent-commands.md +103 -0
- package/.claude/skills/contract-testing/references/provider-states.md +45 -0
- package/.claude/skills/coverage-drop-investigator/SKILL.md +90 -0
- package/.claude/skills/coverage-guard/SKILL.md +82 -0
- package/.claude/skills/coverage-guard/scripts/check-coverage.sh +42 -0
- package/.claude/skills/database-testing/SKILL.md +0 -10
- package/.claude/skills/debug-loop/SKILL.md +1 -1
- package/.claude/skills/e2e-flow-verifier/SKILL.md +78 -0
- package/.claude/skills/enterprise-integration-testing/SKILL.md +1 -1
- package/.claude/skills/exploratory-testing-advanced/SKILL.md +8 -1
- package/.claude/skills/exploratory-testing-advanced/references/heuristic-cheatsheet.md +48 -0
- package/.claude/skills/freeze-tests/SKILL.md +67 -0
- package/.claude/skills/freeze-tests/scripts/block-test-edits.sh +27 -0
- package/.claude/skills/holistic-testing-pact/SKILL.md +0 -1
- package/.claude/skills/iterative-loop/SKILL.md +6 -6
- package/.claude/skills/localization-testing/SKILL.md +0 -18
- package/.claude/skills/mobile-testing/SKILL.md +2 -50
- package/.claude/skills/mutation-testing/SKILL.md +26 -1
- package/.claude/skills/mutation-testing/config.json +14 -0
- package/.claude/skills/mutation-testing/references/mutation-operators.md +38 -0
- package/.claude/skills/mutation-testing/run-history.json +6 -0
- package/.claude/skills/n8n-expression-testing/SKILL.md +0 -1
- package/.claude/skills/n8n-integration-testing-patterns/SKILL.md +0 -1
- package/.claude/skills/n8n-security-testing/SKILL.md +0 -1
- package/.claude/skills/n8n-trigger-testing-strategies/SKILL.md +0 -1
- package/.claude/skills/n8n-workflow-testing-fundamentals/SKILL.md +0 -1
- package/.claude/skills/no-skip/SKILL.md +74 -0
- package/.claude/skills/no-skip/scripts/check-skips.sh +28 -0
- package/.claude/skills/pair-programming/SKILL.md +1 -1
- package/.claude/skills/pentest-validation/SKILL.md +2 -3
- package/.claude/skills/performance-testing/SKILL.md +21 -0
- package/.claude/skills/performance-testing/config.json +18 -0
- package/.claude/skills/performance-testing/references/k6-patterns.md +72 -0
- package/.claude/skills/performance-testing/run-history.json +6 -0
- package/.claude/skills/pr-review/SKILL.md +3 -3
- package/.claude/skills/qcsd-cicd-swarm/SKILL.md +1 -2
- package/.claude/skills/qcsd-development-swarm/SKILL.md +1 -2
- package/.claude/skills/qcsd-ideation-swarm/SKILL.md +1 -2
- package/.claude/skills/qcsd-production-swarm/SKILL.md +1 -2
- package/.claude/skills/qcsd-production-swarm/steps/01-flag-detection.md +1 -1
- package/.claude/skills/qcsd-production-swarm/steps/07-learning-persistence.md +2 -2
- package/.claude/skills/qcsd-refinement-swarm/SKILL.md +1 -2
- package/.claude/skills/qcsd-refinement-swarm/steps/01-flag-detection.md +1 -1
- package/.claude/skills/qe-chaos-resilience/SKILL.md +2 -3
- package/.claude/skills/qe-code-intelligence/SKILL.md +9 -2
- package/.claude/skills/qe-coverage-analysis/SKILL.md +28 -2
- package/.claude/skills/qe-coverage-analysis/run-history.json +6 -0
- package/.claude/skills/qe-defect-intelligence/SKILL.md +1 -2
- package/.claude/skills/qe-iterative-loop/SKILL.md +0 -1
- package/.claude/skills/qe-learning-optimization/SKILL.md +1 -2
- package/.claude/skills/qe-quality-assessment/SKILL.md +29 -3
- package/.claude/skills/qe-quality-assessment/run-history.json +6 -0
- package/.claude/skills/qe-requirements-validation/SKILL.md +1 -2
- package/.claude/skills/qe-test-execution/SKILL.md +9 -2
- package/.claude/skills/qe-test-generation/SKILL.md +15 -2
- package/.claude/skills/qe-test-generation/config.json +14 -0
- package/.claude/skills/qe-test-generation/templates/test-scaffold-jest.md +72 -0
- package/.claude/skills/qe-visual-accessibility/SKILL.md +1 -2
- package/.claude/skills/quality-metrics/SKILL.md +3 -78
- package/.claude/skills/refactoring-patterns/SKILL.md +0 -1
- package/.claude/skills/regression-testing/SKILL.md +13 -49
- package/.claude/skills/risk-based-testing/SKILL.md +6 -52
- package/.claude/skills/security-testing/SKILL.md +30 -0
- package/.claude/skills/security-testing/config.json +13 -0
- package/.claude/skills/security-testing/references/compliance-agent-commands.md +131 -0
- package/.claude/skills/security-testing/references/owasp-top-10.md +66 -0
- package/.claude/skills/security-testing/run-history.json +6 -0
- package/.claude/skills/security-testing/templates/security-report.md +44 -0
- package/.claude/skills/security-visual-testing/SKILL.md +0 -1
- package/.claude/skills/security-watch/SKILL.md +93 -0
- package/.claude/skills/security-watch/scripts/scan-security.sh +46 -0
- package/.claude/skills/sherlock-review/SKILL.md +0 -1
- package/.claude/skills/shift-left-testing/SKILL.md +16 -88
- package/.claude/skills/shift-right-testing/SKILL.md +0 -1
- package/.claude/skills/six-thinking-hats/SKILL.md +0 -1
- package/.claude/skills/skill-stats/SKILL.md +79 -0
- package/.claude/skills/skills-manifest.json +1 -1
- package/.claude/skills/strict-tdd/SKILL.md +72 -0
- package/.claude/skills/strict-tdd/scripts/enforce-red-phase.sh +36 -0
- package/.claude/skills/tdd-london-chicago/SKILL.md +8 -1
- package/.claude/skills/technical-writing/SKILL.md +0 -1
- package/.claude/skills/test-automation-strategy/SKILL.md +13 -65
- package/.claude/skills/test-data-management/SKILL.md +1 -105
- package/.claude/skills/test-design-techniques/SKILL.md +2 -152
- package/.claude/skills/test-environment-management/SKILL.md +0 -48
- package/.claude/skills/test-failure-investigator/SKILL.md +99 -0
- package/.claude/skills/test-metrics-dashboard/SKILL.md +97 -0
- package/.claude/skills/test-reporting-analytics/SKILL.md +0 -1
- package/.claude/skills/trust-tier-manifest.json +135 -61
- package/.claude/skills/validation-pipeline/SKILL.md +5 -6
- package/.claude/skills/verification-quality/SKILL.md +15 -1
- package/.claude/skills/visual-testing-advanced/SKILL.md +0 -1
- package/.claude/skills/xp-practices/SKILL.md +2 -110
- package/.opencode/agents/collective-intelligence-coordinator.yaml +52 -0
- package/.opencode/agents/ddd-domain-expert.yaml +49 -0
- package/.opencode/agents/memory-specialist.yaml +49 -0
- package/.opencode/agents/performance-engineer.yaml +53 -0
- package/.opencode/agents/qe-accessibility-auditor.yaml +118 -0
- package/.opencode/agents/qe-api-contract-validator.yaml +85 -0
- package/.opencode/agents/qe-bdd-generator.yaml +83 -0
- package/.opencode/agents/qe-chaos-engineer.yaml +114 -0
- package/.opencode/agents/qe-code-complexity.yaml +82 -0
- package/.opencode/agents/qe-code-intelligence.yaml +80 -0
- package/.opencode/agents/qe-coverage-analyzer.yaml +75 -0
- package/.opencode/agents/qe-defect-predictor.yaml +81 -0
- package/.opencode/agents/qe-dependency-mapper.yaml +81 -0
- package/.opencode/agents/qe-deployment-advisor.yaml +82 -0
- package/.opencode/agents/qe-devils-advocate.yaml +63 -0
- package/.opencode/agents/qe-flaky-hunter.yaml +116 -0
- package/.opencode/agents/qe-fleet-commander.yaml +83 -0
- package/.opencode/agents/qe-gap-detector.yaml +81 -0
- package/.opencode/agents/qe-graphql-tester.yaml +84 -0
- package/.opencode/agents/qe-impact-analyzer.yaml +81 -0
- package/.opencode/agents/qe-integration-architect.yaml +46 -0
- package/.opencode/agents/qe-integration-tester.yaml +84 -0
- package/.opencode/agents/qe-kg-builder.yaml +75 -0
- package/.opencode/agents/qe-learning-coordinator.yaml +82 -0
- package/.opencode/agents/qe-load-tester.yaml +84 -0
- package/.opencode/agents/qe-message-broker-tester.yaml +94 -0
- package/.opencode/agents/qe-metrics-optimizer.yaml +81 -0
- package/.opencode/agents/qe-middleware-validator.yaml +92 -0
- package/.opencode/agents/qe-mutation-tester.yaml +84 -0
- package/.opencode/agents/qe-odata-contract-tester.yaml +98 -0
- package/.opencode/agents/qe-parallel-executor.yaml +79 -0
- package/.opencode/agents/qe-pattern-learner.yaml +80 -0
- package/.opencode/agents/qe-pentest-validator.yaml +137 -0
- package/.opencode/agents/qe-performance-tester.yaml +83 -0
- package/.opencode/agents/qe-product-factors-assessor.yaml +116 -0
- package/.opencode/agents/qe-property-tester.yaml +82 -0
- package/.opencode/agents/qe-quality-criteria-recommender.yaml +111 -0
- package/.opencode/agents/qe-quality-gate.yaml +80 -0
- package/.opencode/agents/qe-queen-coordinator.yaml +59 -0
- package/.opencode/agents/qe-qx-partner.yaml +75 -0
- package/.opencode/agents/qe-regression-analyzer.yaml +90 -0
- package/.opencode/agents/qe-requirements-validator.yaml +111 -0
- package/.opencode/agents/qe-responsive-tester.yaml +85 -0
- package/.opencode/agents/qe-retry-handler.yaml +82 -0
- package/.opencode/agents/qe-risk-assessor.yaml +81 -0
- package/.opencode/agents/qe-root-cause-analyzer.yaml +82 -0
- package/.opencode/agents/qe-sap-idoc-tester.yaml +104 -0
- package/.opencode/agents/qe-sap-rfc-tester.yaml +94 -0
- package/.opencode/agents/qe-security-auditor.yaml +90 -0
- package/.opencode/agents/qe-security-scanner.yaml +80 -0
- package/.opencode/agents/qe-soap-tester.yaml +93 -0
- package/.opencode/agents/qe-sod-analyzer.yaml +96 -0
- package/.opencode/agents/qe-tdd-specialist.yaml +84 -0
- package/.opencode/agents/qe-test-generator.yaml +78 -0
- package/.opencode/agents/qe-test-idea-rewriter.yaml +88 -0
- package/.opencode/agents/qe-transfer-specialist.yaml +81 -0
- package/.opencode/agents/qe-visual-tester.yaml +82 -0
- package/.opencode/agents/security-architect.yaml +51 -0
- package/.opencode/agents/security-auditor.yaml +50 -0
- package/.opencode/permissions.yaml +74 -0
- package/.opencode/skills/qcsd-cicd-swarm.yaml +45 -0
- package/.opencode/skills/qcsd-development-swarm.yaml +45 -0
- package/.opencode/skills/qcsd-ideation-swarm.yaml +45 -0
- package/.opencode/skills/qcsd-production-swarm.yaml +45 -0
- package/.opencode/skills/qcsd-refinement-swarm.yaml +45 -0
- package/.opencode/skills/qe-a11y-ally.yaml +45 -0
- package/.opencode/skills/qe-accessibility-testing.yaml +45 -0
- package/.opencode/skills/qe-agentic-jujutsu.yaml +45 -0
- package/.opencode/skills/qe-agentic-quality-engineering.yaml +45 -0
- package/.opencode/skills/qe-api-testing-patterns.yaml +45 -0
- package/.opencode/skills/qe-aqe-v2-v3-migration.yaml +45 -0
- package/.opencode/skills/qe-brutal-honesty-review.yaml +45 -0
- package/.opencode/skills/qe-bug-reporting-excellence.yaml +45 -0
- package/.opencode/skills/qe-chaos-engineering-resilience.yaml +30 -0
- package/.opencode/skills/qe-chaos-resilience.yaml +45 -0
- package/.opencode/skills/qe-cicd-pipeline-qe-orchestrator.yaml +45 -0
- package/.opencode/skills/qe-code-intelligence.yaml +45 -0
- package/.opencode/skills/qe-code-review-quality.yaml +45 -0
- package/.opencode/skills/qe-compatibility-testing.yaml +35 -0
- package/.opencode/skills/qe-compliance-testing.yaml +35 -0
- package/.opencode/skills/qe-consultancy-practices.yaml +45 -0
- package/.opencode/skills/qe-context-driven-testing.yaml +45 -0
- package/.opencode/skills/qe-coverage-analysis.yaml +45 -0
- package/.opencode/skills/qe-database-testing.yaml +40 -0
- package/.opencode/skills/qe-debug-loop.yaml +45 -0
- package/.opencode/skills/qe-defect-intelligence.yaml +45 -0
- package/.opencode/skills/qe-enterprise-integration-testing.yaml +45 -0
- package/.opencode/skills/qe-exploratory-testing-advanced.yaml +45 -0
- package/.opencode/skills/qe-github-code-review.yaml +45 -0
- package/.opencode/skills/qe-github-multi-repo.yaml +45 -0
- package/.opencode/skills/qe-github-project-management.yaml +45 -0
- package/.opencode/skills/qe-github-release-management.yaml +45 -0
- package/.opencode/skills/qe-github-workflow-automation.yaml +45 -0
- package/.opencode/skills/qe-holistic-testing-pact.yaml +45 -0
- package/.opencode/skills/qe-iterative-loop.yaml +45 -0
- package/.opencode/skills/qe-learning-optimization.yaml +45 -0
- package/.opencode/skills/qe-localization-testing.yaml +40 -0
- package/.opencode/skills/qe-middleware-testing-patterns.yaml +45 -0
- package/.opencode/skills/qe-mobile-testing.yaml +35 -0
- package/.opencode/skills/qe-mutation-testing.yaml +35 -0
- package/.opencode/skills/qe-n8n-expression-testing.yaml +45 -0
- package/.opencode/skills/qe-n8n-integration-testing-patterns.yaml +45 -0
- package/.opencode/skills/qe-n8n-security-testing.yaml +45 -0
- package/.opencode/skills/qe-n8n-trigger-testing-strategies.yaml +45 -0
- package/.opencode/skills/qe-n8n-workflow-testing-fundamentals.yaml +45 -0
- package/.opencode/skills/qe-observability-testing-patterns.yaml +45 -0
- package/.opencode/skills/qe-pair-programming.yaml +45 -0
- package/.opencode/skills/qe-pentest-validation.yaml +45 -0
- package/.opencode/skills/qe-performance-analysis.yaml +45 -0
- package/.opencode/skills/qe-performance-testing.yaml +45 -0
- package/.opencode/skills/qe-pr-review.yaml +45 -0
- package/.opencode/skills/qe-quality-assessment.yaml +45 -0
- package/.opencode/skills/qe-quality-metrics.yaml +45 -0
- package/.opencode/skills/qe-refactoring-patterns.yaml +40 -0
- package/.opencode/skills/qe-regression-testing.yaml +40 -0
- package/.opencode/skills/qe-release.yaml +45 -0
- package/.opencode/skills/qe-requirements-validation.yaml +45 -0
- package/.opencode/skills/qe-risk-based-testing.yaml +45 -0
- package/.opencode/skills/qe-security-testing.yaml +45 -0
- package/.opencode/skills/qe-security-visual-testing.yaml +45 -0
- package/.opencode/skills/qe-sfdipot-product-factors.yaml +45 -0
- package/.opencode/skills/qe-sherlock-review.yaml +45 -0
- package/.opencode/skills/qe-shift-left-testing.yaml +45 -0
- package/.opencode/skills/qe-shift-right-testing.yaml +45 -0
- package/.opencode/skills/qe-six-thinking-hats.yaml +45 -0
- package/.opencode/skills/qe-skill-builder.yaml +45 -0
- package/.opencode/skills/qe-sparc-methodology.yaml +45 -0
- package/.opencode/skills/qe-stream-chain.yaml +45 -0
- package/.opencode/skills/qe-tdd-london-chicago.yaml +45 -0
- package/.opencode/skills/qe-technical-writing.yaml +45 -0
- package/.opencode/skills/qe-test-automation-strategy.yaml +35 -0
- package/.opencode/skills/qe-test-data-management.yaml +45 -0
- package/.opencode/skills/qe-test-design-techniques.yaml +40 -0
- package/.opencode/skills/qe-test-environment-management.yaml +40 -0
- package/.opencode/skills/qe-test-execution.yaml +45 -0
- package/.opencode/skills/qe-test-generation.yaml +45 -0
- package/.opencode/skills/qe-test-idea-rewriting.yaml +45 -0
- package/.opencode/skills/qe-test-reporting-analytics.yaml +45 -0
- package/.opencode/skills/qe-testability-scoring.yaml +45 -0
- package/.opencode/skills/qe-verification-quality.yaml +45 -0
- package/.opencode/skills/qe-visual-accessibility.yaml +45 -0
- package/.opencode/skills/qe-visual-testing-advanced.yaml +40 -0
- package/.opencode/skills/qe-wms-testing-patterns.yaml +45 -0
- package/.opencode/skills/qe-xp-practices.yaml +45 -0
- package/.opencode/tools/qe-defect-scan.ts +79 -0
- package/.opencode/tools/qe-fleet-status.ts +59 -0
- package/.opencode/tools/qe-full-audit.ts +81 -0
- package/.opencode/tools/qe-learning-report.ts +74 -0
- package/.opencode/tools/qe-test-and-verify.ts +97 -0
- package/CHANGELOG.md +50 -0
- package/README.md +5 -1
- package/assets/agents/v3/qe-security-scanner.md +2 -2
- package/assets/helpers/statusline-v3.cjs +1 -1
- package/assets/helpers/validation-pipeline.cjs +625 -0
- package/assets/skills/README.md +173 -0
- package/assets/skills/TRUST-TIERS.md +174 -0
- package/assets/skills/a11y-ally/SKILL.md +10 -2
- package/assets/skills/accessibility-testing/SKILL.md +2 -1
- package/assets/skills/agentic-quality-engineering/SKILL.md +1 -2
- package/assets/skills/api-testing-patterns/SKILL.md +8 -0
- package/assets/skills/api-testing-patterns/config.json +14 -0
- package/assets/skills/api-testing-patterns/templates/api-test-scaffold.md +87 -0
- package/assets/skills/brutal-honesty-review/SKILL.md +0 -1
- package/assets/skills/bug-reporting-excellence/SKILL.md +14 -1
- package/assets/skills/cicd-pipeline-qe-orchestrator/SKILL.md +0 -1
- package/assets/skills/code-review-quality/SKILL.md +14 -1
- package/assets/skills/compatibility-testing/SKILL.md +1 -54
- package/assets/skills/compliance-testing/SKILL.md +8 -1
- package/assets/skills/compliance-testing/config.json +13 -0
- package/assets/skills/consultancy-practices/SKILL.md +1 -33
- package/assets/skills/context-driven-testing/SKILL.md +0 -42
- package/assets/skills/contract-testing/SKILL.md +12 -0
- package/assets/skills/contract-testing/config.json +13 -0
- package/assets/skills/contract-testing/references/agent-commands.md +103 -0
- package/assets/skills/contract-testing/references/provider-states.md +45 -0
- package/assets/skills/coverage-drop-investigator/SKILL.md +90 -0
- package/assets/skills/coverage-guard/SKILL.md +82 -0
- package/assets/skills/coverage-guard/scripts/check-coverage.sh +42 -0
- package/assets/skills/database-testing/SKILL.md +0 -10
- package/assets/skills/debug-loop/SKILL.md +1 -1
- package/assets/skills/e2e-flow-verifier/SKILL.md +78 -0
- package/assets/skills/enterprise-integration-testing/SKILL.md +1 -1
- package/assets/skills/exploratory-testing-advanced/SKILL.md +8 -1
- package/assets/skills/exploratory-testing-advanced/references/heuristic-cheatsheet.md +48 -0
- package/assets/skills/freeze-tests/SKILL.md +67 -0
- package/assets/skills/freeze-tests/scripts/block-test-edits.sh +27 -0
- package/assets/skills/holistic-testing-pact/SKILL.md +0 -1
- package/assets/skills/localization-testing/SKILL.md +0 -18
- package/assets/skills/mobile-testing/SKILL.md +2 -50
- package/assets/skills/mutation-testing/SKILL.md +26 -1
- package/assets/skills/mutation-testing/config.json +14 -0
- package/assets/skills/mutation-testing/references/mutation-operators.md +38 -0
- package/assets/skills/mutation-testing/run-history.json +6 -0
- package/assets/skills/n8n-expression-testing/SKILL.md +0 -1
- package/assets/skills/n8n-integration-testing-patterns/SKILL.md +0 -1
- package/assets/skills/n8n-security-testing/SKILL.md +0 -1
- package/assets/skills/n8n-trigger-testing-strategies/SKILL.md +0 -1
- package/assets/skills/n8n-workflow-testing-fundamentals/SKILL.md +0 -1
- package/assets/skills/no-skip/SKILL.md +74 -0
- package/assets/skills/no-skip/scripts/check-skips.sh +28 -0
- package/assets/skills/pair-programming/SKILL.md +1 -1
- package/assets/skills/pentest-validation/SKILL.md +2 -3
- package/assets/skills/performance-testing/SKILL.md +21 -0
- package/assets/skills/performance-testing/config.json +18 -0
- package/assets/skills/performance-testing/references/k6-patterns.md +72 -0
- package/assets/skills/performance-testing/run-history.json +6 -0
- package/assets/skills/pr-review/SKILL.md +3 -3
- package/assets/skills/qcsd-cicd-swarm/SKILL.md +1 -2
- package/assets/skills/qcsd-development-swarm/SKILL.md +1 -2
- package/assets/skills/qcsd-ideation-swarm/SKILL.md +1 -2
- package/assets/skills/qcsd-production-swarm/SKILL.md +1 -2
- package/assets/skills/qcsd-production-swarm/steps/01-flag-detection.md +1 -1
- package/assets/skills/qcsd-production-swarm/steps/07-learning-persistence.md +2 -2
- package/assets/skills/qcsd-refinement-swarm/SKILL.md +1 -2
- package/assets/skills/qcsd-refinement-swarm/steps/01-flag-detection.md +1 -1
- package/assets/skills/qe-chaos-resilience/SKILL.md +2 -3
- package/assets/skills/qe-code-intelligence/SKILL.md +9 -2
- package/assets/skills/qe-coverage-analysis/SKILL.md +28 -2
- package/assets/skills/qe-coverage-analysis/run-history.json +6 -0
- package/assets/skills/qe-defect-intelligence/SKILL.md +1 -2
- package/assets/skills/qe-iterative-loop/SKILL.md +0 -1
- package/assets/skills/qe-learning-optimization/SKILL.md +1 -2
- package/assets/skills/qe-quality-assessment/SKILL.md +29 -3
- package/assets/skills/qe-quality-assessment/run-history.json +6 -0
- package/assets/skills/qe-requirements-validation/SKILL.md +1 -2
- package/assets/skills/qe-test-execution/SKILL.md +9 -2
- package/assets/skills/qe-test-generation/SKILL.md +15 -2
- package/assets/skills/qe-test-generation/config.json +14 -0
- package/assets/skills/qe-test-generation/templates/test-scaffold-jest.md +72 -0
- package/assets/skills/qe-visual-accessibility/SKILL.md +1 -2
- package/assets/skills/quality-metrics/SKILL.md +3 -78
- package/assets/skills/refactoring-patterns/SKILL.md +0 -1
- package/assets/skills/regression-testing/SKILL.md +13 -49
- package/assets/skills/risk-based-testing/SKILL.md +6 -52
- package/assets/skills/security-testing/SKILL.md +30 -0
- package/assets/skills/security-testing/config.json +13 -0
- package/assets/skills/security-testing/references/compliance-agent-commands.md +131 -0
- package/assets/skills/security-testing/references/owasp-top-10.md +66 -0
- package/assets/skills/security-testing/run-history.json +6 -0
- package/assets/skills/security-testing/templates/security-report.md +44 -0
- package/assets/skills/security-visual-testing/SKILL.md +0 -1
- package/assets/skills/security-watch/SKILL.md +93 -0
- package/assets/skills/security-watch/scripts/scan-security.sh +46 -0
- package/assets/skills/sherlock-review/SKILL.md +0 -1
- package/assets/skills/shift-left-testing/SKILL.md +16 -88
- package/assets/skills/shift-right-testing/SKILL.md +0 -1
- package/assets/skills/six-thinking-hats/SKILL.md +0 -1
- package/assets/skills/skill-stats/SKILL.md +79 -0
- package/assets/skills/strict-tdd/SKILL.md +72 -0
- package/assets/skills/strict-tdd/scripts/enforce-red-phase.sh +36 -0
- package/assets/skills/tdd-london-chicago/SKILL.md +8 -1
- package/assets/skills/technical-writing/SKILL.md +0 -1
- package/assets/skills/test-automation-strategy/SKILL.md +13 -65
- package/assets/skills/test-data-management/SKILL.md +1 -105
- package/assets/skills/test-design-techniques/SKILL.md +2 -152
- package/assets/skills/test-environment-management/SKILL.md +0 -48
- package/assets/skills/test-failure-investigator/SKILL.md +99 -0
- package/assets/skills/test-metrics-dashboard/SKILL.md +97 -0
- package/assets/skills/test-reporting-analytics/SKILL.md +0 -1
- package/assets/skills/trust-tier-manifest.json +135 -61
- package/assets/skills/validation-pipeline/SKILL.md +5 -6
- package/assets/skills/verification-quality/SKILL.md +15 -1
- package/assets/skills/visual-testing-advanced/SKILL.md +0 -1
- package/assets/skills/xp-practices/SKILL.md +2 -110
- package/dist/adapters/claude-flow/detect.d.ts +5 -0
- package/dist/adapters/claude-flow/detect.js +38 -18
- package/dist/adapters/claude-flow/model-router-bridge.js +4 -3
- package/dist/adapters/claude-flow/pretrain-bridge.js +5 -4
- package/dist/adapters/claude-flow/trajectory-bridge.js +5 -4
- package/dist/cli/bundle.js +262 -79
- package/dist/cli/commands/claude-flow-setup.js +4 -4
- package/dist/domains/learning-optimization/coordinator.d.ts +6 -1
- package/dist/domains/learning-optimization/coordinator.js +26 -4
- package/dist/domains/learning-optimization/plugin.d.ts +2 -0
- package/dist/domains/learning-optimization/plugin.js +2 -0
- package/dist/governance/adversarial-defense-integration.js +1 -0
- package/dist/governance/continue-gate-integration.d.ts +1 -0
- package/dist/governance/continue-gate-integration.js +1 -0
- package/dist/governance/deterministic-gateway-integration.d.ts +1 -0
- package/dist/governance/deterministic-gateway-integration.js +1 -0
- package/dist/governance/evolution-pipeline-integration.d.ts +1 -0
- package/dist/governance/evolution-pipeline-integration.js +1 -0
- package/dist/governance/memory-write-gate-integration.d.ts +1 -0
- package/dist/governance/memory-write-gate-integration.js +1 -0
- package/dist/governance/proof-envelope-integration.d.ts +1 -0
- package/dist/governance/proof-envelope-integration.js +1 -0
- package/dist/governance/shard-retriever-integration.d.ts +1 -0
- package/dist/governance/shard-retriever-integration.js +1 -0
- package/dist/governance/trust-accumulator-integration.d.ts +1 -0
- package/dist/governance/trust-accumulator-integration.js +1 -0
- package/dist/init/agents-installer.js +28 -1
- package/dist/init/enhancements/claude-flow-adapter.js +15 -2
- package/dist/init/init-wizard-hooks.js +3 -3
- package/dist/init/kiro-installer.js +10 -4
- package/dist/init/opencode-installer.d.ts +13 -1
- package/dist/init/opencode-installer.js +52 -14
- package/dist/init/phases/07-hooks.js +21 -7
- package/dist/init/settings-merge.d.ts +1 -1
- package/dist/init/settings-merge.js +12 -13
- package/dist/init/skills-installer.d.ts +10 -0
- package/dist/init/skills-installer.js +68 -6
- package/dist/integrations/ruvector/sona-persistence.d.ts +6 -0
- package/dist/integrations/ruvector/sona-persistence.js +26 -1
- package/dist/mcp/bundle.js +98 -37
- package/dist/mcp/entry.js +6 -6
- package/dist/migration/agent-compat.js +2 -2
- package/package.json +9 -4
- package/.claude/skills/aqe-v2-v3-migration/schemas/output.json +0 -513
- package/.claude/skills/aqe-v2-v3-migration/skill.md +0 -326
- package/.claude/skills/qe-contract-testing/SKILL.md +0 -224
- package/.claude/skills/qe-contract-testing/evals/qe-contract-testing.yaml +0 -513
- package/.claude/skills/qe-contract-testing/schemas/output.json +0 -295
- package/.claude/skills/qe-contract-testing/scripts/validate-config.json +0 -42
- package/.claude/skills/qe-security-compliance/SKILL.md +0 -261
- package/.claude/skills/qe-security-compliance/evals/qe-security-compliance.yaml +0 -595
- package/.claude/skills/qe-security-compliance/schemas/output.json +0 -498
- package/.claude/skills/qe-security-compliance/scripts/validate-config.json +0 -41
- package/assets/skills/aqe-v2-v3-migration/schemas/output.json +0 -513
- package/assets/skills/aqe-v2-v3-migration/skill.md +0 -326
- package/assets/skills/qe-contract-testing/SKILL.md +0 -224
- package/assets/skills/qe-contract-testing/evals/qe-contract-testing.yaml +0 -513
- package/assets/skills/qe-contract-testing/schemas/output.json +0 -295
- package/assets/skills/qe-contract-testing/scripts/validate-config.json +0 -42
- package/assets/skills/qe-security-compliance/SKILL.md +0 -261
- package/assets/skills/qe-security-compliance/evals/qe-security-compliance.yaml +0 -595
- package/assets/skills/qe-security-compliance/schemas/output.json +0 -498
- package/assets/skills/qe-security-compliance/scripts/validate-config.json +0 -41
package/dist/mcp/bundle.js
CHANGED
|
@@ -45698,7 +45698,7 @@ var init_sona_persistence = __esm({
|
|
|
45698
45698
|
},
|
|
45699
45699
|
this.config.domain
|
|
45700
45700
|
);
|
|
45701
|
-
const saved = this.
|
|
45701
|
+
const saved = this._loadFisherMatrixUnsafe(this.config.domain);
|
|
45702
45702
|
if (saved) {
|
|
45703
45703
|
const engine = this.baseEngine.getThreeLoopEngine();
|
|
45704
45704
|
if (engine) {
|
|
@@ -46336,6 +46336,27 @@ var init_sona_persistence = __esm({
|
|
|
46336
46336
|
ewcLambda: row2.ewc_lambda
|
|
46337
46337
|
};
|
|
46338
46338
|
}
|
|
46339
|
+
/**
|
|
46340
|
+
* Internal variant of loadFisherMatrix that skips ensureInitialized().
|
|
46341
|
+
* Used only during _doInitialize() when DB and statements are ready
|
|
46342
|
+
* but this.initialized has not been set yet.
|
|
46343
|
+
*/
|
|
46344
|
+
_loadFisherMatrixUnsafe(domain) {
|
|
46345
|
+
const stmt = this.prepared.get("getFisher");
|
|
46346
|
+
if (!stmt) return null;
|
|
46347
|
+
const row2 = stmt.get(domain);
|
|
46348
|
+
if (!row2) return null;
|
|
46349
|
+
return {
|
|
46350
|
+
fisherDiagonal: this.bufferToFloat32(row2.fisher_diagonal),
|
|
46351
|
+
optimalParams: this.bufferToFloat32(row2.optimal_params),
|
|
46352
|
+
baseWeights: row2.base_weights ? this.bufferToFloat32(row2.base_weights) : null,
|
|
46353
|
+
dimension: row2.dimension,
|
|
46354
|
+
taskBoundaries: row2.task_boundaries,
|
|
46355
|
+
consolidationCycles: row2.consolidation_cycles,
|
|
46356
|
+
requestCount: row2.request_count,
|
|
46357
|
+
ewcLambda: row2.ewc_lambda
|
|
46358
|
+
};
|
|
46359
|
+
}
|
|
46339
46360
|
/**
|
|
46340
46361
|
* Delete Fisher matrix for a domain.
|
|
46341
46362
|
*
|
|
@@ -114414,8 +114435,9 @@ var init_coordinator12 = __esm({
|
|
|
114414
114435
|
* QESONA (Self-Optimizing Neural Architecture) for pattern learning
|
|
114415
114436
|
* Provides <0.05ms pattern adaptation via @ruvector/sona
|
|
114416
114437
|
* Now uses PersistentSONAEngine to survive restarts
|
|
114438
|
+
* Nullable: init may fail (e.g. during `aqe init`) — coordinator degrades gracefully
|
|
114417
114439
|
*/
|
|
114418
|
-
sona;
|
|
114440
|
+
sona = null;
|
|
114419
114441
|
/**
|
|
114420
114442
|
* DreamScheduler for offline pattern consolidation and insight generation
|
|
114421
114443
|
* Wraps DreamEngine with automatic scheduling and trigger support
|
|
@@ -114427,7 +114449,7 @@ var init_coordinator12 = __esm({
|
|
|
114427
114449
|
/**
|
|
114428
114450
|
* Initialize the coordinator.
|
|
114429
114451
|
* CQ-002: Domain-specific initialization
|
|
114430
|
-
*
|
|
114452
|
+
* SONA init failure is non-fatal — coordinator degrades gracefully (#359).
|
|
114431
114453
|
*/
|
|
114432
114454
|
async onInitialize() {
|
|
114433
114455
|
try {
|
|
@@ -114441,7 +114463,8 @@ var init_coordinator12 = __esm({
|
|
|
114441
114463
|
console.log("[LearningOptimizationCoordinator] PersistentSONAEngine initialized for pattern learning");
|
|
114442
114464
|
} catch (error) {
|
|
114443
114465
|
console.error("[LearningOptimizationCoordinator] Failed to initialize PersistentSONAEngine:", error);
|
|
114444
|
-
|
|
114466
|
+
console.warn("[LearningOptimizationCoordinator] Continuing without SONA pattern persistence");
|
|
114467
|
+
this.sona = null;
|
|
114445
114468
|
}
|
|
114446
114469
|
if (this.config.enableDreamScheduler) {
|
|
114447
114470
|
try {
|
|
@@ -114811,6 +114834,7 @@ var init_coordinator12 = __esm({
|
|
|
114811
114834
|
*/
|
|
114812
114835
|
learnPattern(state2, action, outcome, patternType, domain, metadata) {
|
|
114813
114836
|
this.ensureInitialized();
|
|
114837
|
+
this.ensureSONAAvailable();
|
|
114814
114838
|
return this.sona.createPattern(state2, action, outcome, patternType, domain, metadata);
|
|
114815
114839
|
}
|
|
114816
114840
|
/**
|
|
@@ -114823,6 +114847,16 @@ var init_coordinator12 = __esm({
|
|
|
114823
114847
|
);
|
|
114824
114848
|
}
|
|
114825
114849
|
}
|
|
114850
|
+
/**
|
|
114851
|
+
* Ensure SONA engine is available (may be null if init failed gracefully).
|
|
114852
|
+
*/
|
|
114853
|
+
ensureSONAAvailable() {
|
|
114854
|
+
if (!this.sona) {
|
|
114855
|
+
throw new Error(
|
|
114856
|
+
"[LearningOptimizationCoordinator] SONA engine is not available. Pattern persistence failed during initialization."
|
|
114857
|
+
);
|
|
114858
|
+
}
|
|
114859
|
+
}
|
|
114826
114860
|
/**
|
|
114827
114861
|
* Adapt a pattern based on current context using QESONA.
|
|
114828
114862
|
* Leverages @ruvector/sona's HNSW-indexed pattern matching for <0.05ms adaptation.
|
|
@@ -114835,6 +114869,7 @@ var init_coordinator12 = __esm({
|
|
|
114835
114869
|
*/
|
|
114836
114870
|
async adaptPattern(state2, patternType, domain) {
|
|
114837
114871
|
this.ensureInitialized();
|
|
114872
|
+
this.ensureSONAAvailable();
|
|
114838
114873
|
return this.sona.adaptPattern(state2, patternType, domain);
|
|
114839
114874
|
}
|
|
114840
114875
|
/**
|
|
@@ -114845,6 +114880,7 @@ var init_coordinator12 = __esm({
|
|
|
114845
114880
|
*/
|
|
114846
114881
|
getSONAStats() {
|
|
114847
114882
|
this.ensureInitialized();
|
|
114883
|
+
this.ensureSONAAvailable();
|
|
114848
114884
|
return this.sona.getStats();
|
|
114849
114885
|
}
|
|
114850
114886
|
/**
|
|
@@ -114855,6 +114891,7 @@ var init_coordinator12 = __esm({
|
|
|
114855
114891
|
*/
|
|
114856
114892
|
getSONAPatterns() {
|
|
114857
114893
|
this.ensureInitialized();
|
|
114894
|
+
this.ensureSONAAvailable();
|
|
114858
114895
|
return this.sona.getAllPatterns();
|
|
114859
114896
|
}
|
|
114860
114897
|
/**
|
|
@@ -114866,6 +114903,7 @@ var init_coordinator12 = __esm({
|
|
|
114866
114903
|
*/
|
|
114867
114904
|
getSONAPatternsByType(type) {
|
|
114868
114905
|
this.ensureInitialized();
|
|
114906
|
+
this.ensureSONAAvailable();
|
|
114869
114907
|
return this.sona.getPatternsByType(type);
|
|
114870
114908
|
}
|
|
114871
114909
|
/**
|
|
@@ -114877,6 +114915,7 @@ var init_coordinator12 = __esm({
|
|
|
114877
114915
|
*/
|
|
114878
114916
|
getSONAPatternsByDomain(domain) {
|
|
114879
114917
|
this.ensureInitialized();
|
|
114918
|
+
this.ensureSONAAvailable();
|
|
114880
114919
|
return this.sona.getPatternsByDomain(domain);
|
|
114881
114920
|
}
|
|
114882
114921
|
/**
|
|
@@ -114891,6 +114930,7 @@ var init_coordinator12 = __esm({
|
|
|
114891
114930
|
*/
|
|
114892
114931
|
updateSONAPattern(patternId, success, quality) {
|
|
114893
114932
|
this.ensureInitialized();
|
|
114933
|
+
this.ensureSONAAvailable();
|
|
114894
114934
|
return this.sona.updatePattern(patternId, success, quality);
|
|
114895
114935
|
}
|
|
114896
114936
|
/**
|
|
@@ -114902,6 +114942,7 @@ var init_coordinator12 = __esm({
|
|
|
114902
114942
|
*/
|
|
114903
114943
|
forceSONALearning() {
|
|
114904
114944
|
this.ensureInitialized();
|
|
114945
|
+
this.ensureSONAAvailable();
|
|
114905
114946
|
return this.sona.forceLearn();
|
|
114906
114947
|
}
|
|
114907
114948
|
/**
|
|
@@ -114910,7 +114951,7 @@ var init_coordinator12 = __esm({
|
|
|
114910
114951
|
* @returns True if SONA is available
|
|
114911
114952
|
*/
|
|
114912
114953
|
isSONAAvailable() {
|
|
114913
|
-
return this.initialized;
|
|
114954
|
+
return this.initialized && this.sona !== null;
|
|
114914
114955
|
}
|
|
114915
114956
|
/**
|
|
114916
114957
|
* Export all QESONA patterns for persistence or transfer.
|
|
@@ -114920,6 +114961,7 @@ var init_coordinator12 = __esm({
|
|
|
114920
114961
|
*/
|
|
114921
114962
|
exportSONAPatterns() {
|
|
114922
114963
|
this.ensureInitialized();
|
|
114964
|
+
this.ensureSONAAvailable();
|
|
114923
114965
|
return this.sona.exportPatterns();
|
|
114924
114966
|
}
|
|
114925
114967
|
/**
|
|
@@ -114931,6 +114973,7 @@ var init_coordinator12 = __esm({
|
|
|
114931
114973
|
*/
|
|
114932
114974
|
importSONAPatterns(patterns) {
|
|
114933
114975
|
this.ensureInitialized();
|
|
114976
|
+
this.ensureSONAAvailable();
|
|
114934
114977
|
this.sona.importPatterns(patterns);
|
|
114935
114978
|
}
|
|
114936
114979
|
/**
|
|
@@ -114942,6 +114985,7 @@ var init_coordinator12 = __esm({
|
|
|
114942
114985
|
*/
|
|
114943
114986
|
async verifySONAPerformance(iterations = 100) {
|
|
114944
114987
|
this.ensureInitialized();
|
|
114988
|
+
this.ensureSONAAvailable();
|
|
114945
114989
|
return this.sona.verifyPerformance(iterations);
|
|
114946
114990
|
}
|
|
114947
114991
|
// ============================================================================
|
|
@@ -115668,6 +115712,8 @@ var init_plugin12 = __esm({
|
|
|
115668
115712
|
*/
|
|
115669
115713
|
getAPI() {
|
|
115670
115714
|
const api = {
|
|
115715
|
+
// Availability check
|
|
115716
|
+
isSONAAvailable: () => this.coordinator?.isSONAAvailable() ?? false,
|
|
115671
115717
|
// Coordinator methods
|
|
115672
115718
|
runLearningCycle: this.runLearningCycle.bind(this),
|
|
115673
115719
|
optimizeAllStrategies: this.optimizeAllStrategies.bind(this),
|
|
@@ -150959,7 +151005,7 @@ function checkMCPConfig(projectRoot) {
|
|
|
150959
151005
|
if (existsSync21(mcpJsonPath)) {
|
|
150960
151006
|
try {
|
|
150961
151007
|
const config = safeJsonParse(readFileSync16(mcpJsonPath, "utf-8"));
|
|
150962
|
-
if (config.mcpServers?.["claude-flow"]) {
|
|
151008
|
+
if (config.mcpServers?.["ruflo"] || config.mcpServers?.["claude-flow"]) {
|
|
150963
151009
|
return { available: true, method: "mcp-config" };
|
|
150964
151010
|
}
|
|
150965
151011
|
} catch {
|
|
@@ -150970,7 +151016,7 @@ function checkMCPConfig(projectRoot) {
|
|
|
150970
151016
|
try {
|
|
150971
151017
|
const settings = safeJsonParse(readFileSync16(settingsPath, "utf-8"));
|
|
150972
151018
|
const servers = settings.mcpServers || settings.mcp?.servers || {};
|
|
150973
|
-
if (servers["claude-flow"] || servers["@anthropic/claude-flow"]) {
|
|
151019
|
+
if (servers["ruflo"] || servers["claude-flow"] || servers["@anthropic/claude-flow"]) {
|
|
150974
151020
|
return { available: true, method: "mcp-config" };
|
|
150975
151021
|
}
|
|
150976
151022
|
} catch {
|
|
@@ -150984,7 +151030,7 @@ function checkPackageJson(projectRoot) {
|
|
|
150984
151030
|
try {
|
|
150985
151031
|
const pkg2 = safeJsonParse(readFileSync16(packageJsonPath, "utf-8"));
|
|
150986
151032
|
const deps = { ...pkg2.dependencies, ...pkg2.devDependencies };
|
|
150987
|
-
if (deps["@claude-flow/cli"] || deps["claude-flow"]) {
|
|
151033
|
+
if (deps["ruflo"] || deps["@claude-flow/cli"] || deps["claude-flow"]) {
|
|
150988
151034
|
return { available: true, method: "npm-dependency" };
|
|
150989
151035
|
}
|
|
150990
151036
|
} catch {
|
|
@@ -150992,20 +151038,32 @@ function checkPackageJson(projectRoot) {
|
|
|
150992
151038
|
return null;
|
|
150993
151039
|
}
|
|
150994
151040
|
function checkLocalBinary(projectRoot) {
|
|
150995
|
-
|
|
150996
|
-
|
|
150997
|
-
|
|
150998
|
-
|
|
150999
|
-
|
|
151000
|
-
|
|
151001
|
-
|
|
151002
|
-
|
|
151003
|
-
|
|
151004
|
-
|
|
151005
|
-
|
|
151041
|
+
for (const pkg2 of ["ruflo", "@claude-flow/cli"]) {
|
|
151042
|
+
try {
|
|
151043
|
+
const result = execSync7(`npx --no-install ${pkg2} --version`, {
|
|
151044
|
+
encoding: "utf-8",
|
|
151045
|
+
timeout: 5e3,
|
|
151046
|
+
cwd: projectRoot,
|
|
151047
|
+
stdio: ["pipe", "pipe", "pipe"]
|
|
151048
|
+
// suppress stderr noise
|
|
151049
|
+
});
|
|
151050
|
+
const version2 = result.trim().match(/\d+\.\d+\.\d+[\w.-]*/)?.[0];
|
|
151051
|
+
return { available: true, method: "npx-cached", version: version2 };
|
|
151052
|
+
} catch {
|
|
151053
|
+
}
|
|
151006
151054
|
}
|
|
151007
151055
|
return null;
|
|
151008
151056
|
}
|
|
151057
|
+
function resolveCliPackage() {
|
|
151058
|
+
for (const pkg2 of ["ruflo", "@claude-flow/cli"]) {
|
|
151059
|
+
try {
|
|
151060
|
+
__require.resolve(`${pkg2}/package.json`);
|
|
151061
|
+
return pkg2;
|
|
151062
|
+
} catch {
|
|
151063
|
+
}
|
|
151064
|
+
}
|
|
151065
|
+
return "ruflo";
|
|
151066
|
+
}
|
|
151009
151067
|
var cachedResult, cacheTimestamp, CACHE_TTL_MS2;
|
|
151010
151068
|
var init_detect = __esm({
|
|
151011
151069
|
"src/adapters/claude-flow/detect.ts"() {
|
|
@@ -151019,11 +151077,12 @@ var init_detect = __esm({
|
|
|
151019
151077
|
|
|
151020
151078
|
// src/adapters/claude-flow/trajectory-bridge.ts
|
|
151021
151079
|
import { randomUUID as randomUUID19 } from "node:crypto";
|
|
151022
|
-
var TrajectoryBridge;
|
|
151080
|
+
var cliPkg, TrajectoryBridge;
|
|
151023
151081
|
var init_trajectory_bridge = __esm({
|
|
151024
151082
|
"src/adapters/claude-flow/trajectory-bridge.ts"() {
|
|
151025
151083
|
"use strict";
|
|
151026
151084
|
init_detect();
|
|
151085
|
+
cliPkg = resolveCliPackage();
|
|
151027
151086
|
TrajectoryBridge = class {
|
|
151028
151087
|
constructor(options) {
|
|
151029
151088
|
this.options = options;
|
|
@@ -151050,7 +151109,7 @@ var init_trajectory_bridge = __esm({
|
|
|
151050
151109
|
if (this.claudeFlowAvailable) {
|
|
151051
151110
|
try {
|
|
151052
151111
|
const { execFileSync: execFileSync2 } = await import("child_process");
|
|
151053
|
-
const args = ["--no-install",
|
|
151112
|
+
const args = ["--no-install", cliPkg, "hooks", "intelligence", "trajectory-start", "--task", task];
|
|
151054
151113
|
if (agent) {
|
|
151055
151114
|
args.push("--agent", agent);
|
|
151056
151115
|
}
|
|
@@ -151083,7 +151142,7 @@ var init_trajectory_bridge = __esm({
|
|
|
151083
151142
|
if (this.claudeFlowAvailable) {
|
|
151084
151143
|
try {
|
|
151085
151144
|
const { execFileSync: execFileSync2 } = await import("child_process");
|
|
151086
|
-
const args = ["--no-install",
|
|
151145
|
+
const args = ["--no-install", cliPkg, "hooks", "intelligence", "trajectory-step", "--trajectory-id", trajectoryId, "--action", action];
|
|
151087
151146
|
if (result) {
|
|
151088
151147
|
args.push("--result", result);
|
|
151089
151148
|
}
|
|
@@ -151118,7 +151177,7 @@ var init_trajectory_bridge = __esm({
|
|
|
151118
151177
|
if (this.claudeFlowAvailable) {
|
|
151119
151178
|
try {
|
|
151120
151179
|
const { execFileSync: execFileSync2 } = await import("child_process");
|
|
151121
|
-
const args = ["--no-install",
|
|
151180
|
+
const args = ["--no-install", cliPkg, "hooks", "intelligence", "trajectory-end", "--trajectory-id", trajectoryId, "--success", String(success)];
|
|
151122
151181
|
if (feedback) {
|
|
151123
151182
|
args.push("--feedback", feedback);
|
|
151124
151183
|
}
|
|
@@ -151205,11 +151264,12 @@ var init_trajectory_bridge = __esm({
|
|
|
151205
151264
|
});
|
|
151206
151265
|
|
|
151207
151266
|
// src/adapters/claude-flow/model-router-bridge.ts
|
|
151208
|
-
var COMPLEXITY_INDICATORS, ModelRouterBridge;
|
|
151267
|
+
var cliPkg2, COMPLEXITY_INDICATORS, ModelRouterBridge;
|
|
151209
151268
|
var init_model_router_bridge = __esm({
|
|
151210
151269
|
"src/adapters/claude-flow/model-router-bridge.ts"() {
|
|
151211
151270
|
"use strict";
|
|
151212
151271
|
init_detect();
|
|
151272
|
+
cliPkg2 = resolveCliPackage();
|
|
151213
151273
|
COMPLEXITY_INDICATORS = {
|
|
151214
151274
|
low: [
|
|
151215
151275
|
/simple/i,
|
|
@@ -151264,7 +151324,7 @@ var init_model_router_bridge = __esm({
|
|
|
151264
151324
|
const { execFileSync: execFileSync2 } = await import("child_process");
|
|
151265
151325
|
const result = execFileSync2(
|
|
151266
151326
|
"npx",
|
|
151267
|
-
["--no-install",
|
|
151327
|
+
["--no-install", cliPkg2, "hooks", "model-route", "--task", task],
|
|
151268
151328
|
{ encoding: "utf-8", timeout: 1e4, cwd: this.options.projectRoot }
|
|
151269
151329
|
);
|
|
151270
151330
|
const modelMatch = result.match(/model[:\s]+["']?(haiku|sonnet|opus)/i);
|
|
@@ -151296,7 +151356,7 @@ var init_model_router_bridge = __esm({
|
|
|
151296
151356
|
const { execFileSync: execFileSync2 } = await import("child_process");
|
|
151297
151357
|
execFileSync2(
|
|
151298
151358
|
"npx",
|
|
151299
|
-
["--no-install",
|
|
151359
|
+
["--no-install", cliPkg2, "hooks", "model-outcome", "--task", outcome.task, "--model", outcome.model, "--outcome", outcome.outcome],
|
|
151300
151360
|
{ encoding: "utf-8", timeout: 1e4, cwd: this.options.projectRoot }
|
|
151301
151361
|
);
|
|
151302
151362
|
} catch (error) {
|
|
@@ -151380,13 +151440,14 @@ var init_model_router_bridge = __esm({
|
|
|
151380
151440
|
});
|
|
151381
151441
|
|
|
151382
151442
|
// src/adapters/claude-flow/pretrain-bridge.ts
|
|
151383
|
-
var PretrainBridge;
|
|
151443
|
+
var cliPkg3, PretrainBridge;
|
|
151384
151444
|
var init_pretrain_bridge = __esm({
|
|
151385
151445
|
"src/adapters/claude-flow/pretrain-bridge.ts"() {
|
|
151386
151446
|
"use strict";
|
|
151387
151447
|
init_detect();
|
|
151388
151448
|
init_safe_json();
|
|
151389
151449
|
init_error_utils();
|
|
151450
|
+
cliPkg3 = resolveCliPackage();
|
|
151390
151451
|
PretrainBridge = class {
|
|
151391
151452
|
constructor(options) {
|
|
151392
151453
|
this.options = options;
|
|
@@ -151420,7 +151481,7 @@ var init_pretrain_bridge = __esm({
|
|
|
151420
151481
|
const { execFileSync: execFileSync2 } = await import("child_process");
|
|
151421
151482
|
const result = execFileSync2(
|
|
151422
151483
|
"npx",
|
|
151423
|
-
["--no-install",
|
|
151484
|
+
["--no-install", cliPkg3, "hooks", "pretrain", "--path", targetPath, "--depth", depth],
|
|
151424
151485
|
{ encoding: "utf-8", timeout: 12e4, cwd: this.options.projectRoot }
|
|
151425
151486
|
);
|
|
151426
151487
|
try {
|
|
@@ -151456,7 +151517,7 @@ var init_pretrain_bridge = __esm({
|
|
|
151456
151517
|
const { execFileSync: execFileSync2 } = await import("child_process");
|
|
151457
151518
|
const result = execFileSync2(
|
|
151458
151519
|
"npx",
|
|
151459
|
-
["--no-install",
|
|
151520
|
+
["--no-install", cliPkg3, "hooks", "build-agents", "--format", format],
|
|
151460
151521
|
{ encoding: "utf-8", timeout: 6e4, cwd: this.options.projectRoot }
|
|
151461
151522
|
);
|
|
151462
151523
|
try {
|
|
@@ -151480,7 +151541,7 @@ var init_pretrain_bridge = __esm({
|
|
|
151480
151541
|
const { execFileSync: execFileSync2 } = await import("child_process");
|
|
151481
151542
|
const result = execFileSync2(
|
|
151482
151543
|
"npx",
|
|
151483
|
-
["--no-install",
|
|
151544
|
+
["--no-install", cliPkg3, "hooks", "transfer", "--source-path", sourcePath, "--min-confidence", String(minConfidence)],
|
|
151484
151545
|
{ encoding: "utf-8", timeout: 6e4, cwd: this.options.projectRoot }
|
|
151485
151546
|
);
|
|
151486
151547
|
const transferredMatch = result.match(/transferred[:\s]+(\d+)/i);
|
|
@@ -181310,7 +181371,7 @@ async function handleAQEHealth() {
|
|
|
181310
181371
|
success: true,
|
|
181311
181372
|
data: {
|
|
181312
181373
|
status: healthStatus,
|
|
181313
|
-
version: true ? "3.8.
|
|
181374
|
+
version: true ? "3.8.3" : "3.7.2",
|
|
181314
181375
|
loadedDomains: domainCount,
|
|
181315
181376
|
memory: memoryStats,
|
|
181316
181377
|
hnsw: hnswStats,
|
|
@@ -201146,17 +201207,17 @@ async function main() {
|
|
|
201146
201207
|
playbookContent = [
|
|
201147
201208
|
"services:",
|
|
201148
201209
|
" postgres:",
|
|
201149
|
-
'
|
|
201210
|
+
' healthCheck: "pg_isready -h localhost -p 5432"',
|
|
201150
201211
|
' recover: "echo postgres-recovery-placeholder"',
|
|
201151
|
-
'
|
|
201212
|
+
' verify: "pg_isready -h localhost -p 5432"',
|
|
201152
201213
|
" redis:",
|
|
201153
|
-
'
|
|
201214
|
+
' healthCheck: "redis-cli ping"',
|
|
201154
201215
|
' recover: "echo redis-recovery-placeholder"',
|
|
201155
|
-
'
|
|
201216
|
+
' verify: "redis-cli ping"',
|
|
201156
201217
|
" node:",
|
|
201157
|
-
'
|
|
201218
|
+
' healthCheck: "node --version"',
|
|
201158
201219
|
' recover: "echo node-recovery-placeholder"',
|
|
201159
|
-
'
|
|
201220
|
+
' verify: "node --version"'
|
|
201160
201221
|
].join("\n");
|
|
201161
201222
|
}
|
|
201162
201223
|
if (playbookContent) {
|
package/dist/mcp/entry.js
CHANGED
|
@@ -125,17 +125,17 @@ async function main() {
|
|
|
125
125
|
playbookContent = [
|
|
126
126
|
'services:',
|
|
127
127
|
' postgres:',
|
|
128
|
-
'
|
|
128
|
+
' healthCheck: "pg_isready -h localhost -p 5432"',
|
|
129
129
|
' recover: "echo postgres-recovery-placeholder"',
|
|
130
|
-
'
|
|
130
|
+
' verify: "pg_isready -h localhost -p 5432"',
|
|
131
131
|
' redis:',
|
|
132
|
-
'
|
|
132
|
+
' healthCheck: "redis-cli ping"',
|
|
133
133
|
' recover: "echo redis-recovery-placeholder"',
|
|
134
|
-
'
|
|
134
|
+
' verify: "redis-cli ping"',
|
|
135
135
|
' node:',
|
|
136
|
-
'
|
|
136
|
+
' healthCheck: "node --version"',
|
|
137
137
|
' recover: "echo node-recovery-placeholder"',
|
|
138
|
-
'
|
|
138
|
+
' verify: "node --version"',
|
|
139
139
|
].join('\n');
|
|
140
140
|
}
|
|
141
141
|
if (playbookContent) {
|
|
@@ -91,9 +91,9 @@ export const v2AgentMappingWithDomain = {
|
|
|
91
91
|
notes: 'Unified contract validation',
|
|
92
92
|
},
|
|
93
93
|
'qe-api-contract-validator': {
|
|
94
|
-
v3Name: '
|
|
94
|
+
v3Name: 'contract-testing',
|
|
95
95
|
domain: 'contract-testing',
|
|
96
|
-
notes: '
|
|
96
|
+
notes: 'Consolidated into contract-testing (qe-contract-testing removed)',
|
|
97
97
|
},
|
|
98
98
|
};
|
|
99
99
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "agentic-qe",
|
|
3
|
-
"version": "3.8.
|
|
3
|
+
"version": "3.8.3",
|
|
4
4
|
"description": "Agentic Quality Engineering V3 - Domain-Driven Design Architecture with 13 Bounded Contexts, O(log n) coverage analysis, ReasoningBank learning, 60 specialized QE agents, mathematical Coherence verification, deep Claude Flow integration",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -68,12 +68,13 @@
|
|
|
68
68
|
"verify:counts": "node -e \"const fs=require('fs'),p=require('path');fs.mkdirSync('reports',{recursive:true});fs.writeFileSync(p.join('reports','verification-counts.json'),JSON.stringify({status:'pass'}));console.log('Counts verification: PASS')\"",
|
|
69
69
|
"verify:agent-skills": "node -e \"const fs=require('fs'),p=require('path');fs.mkdirSync('reports',{recursive:true});fs.writeFileSync(p.join('reports','verification-agent-skills.json'),JSON.stringify({status:'pass'}));console.log('Agent skills verification: PASS')\"",
|
|
70
70
|
"verify:features": "node -e \"const fs=require('fs'),p=require('path');fs.mkdirSync('reports',{recursive:true});fs.writeFileSync(p.join('reports','verification-features.json'),JSON.stringify({status:'pass'}));console.log('Features verification: PASS')\"",
|
|
71
|
-
"test:contracts": "npm test -- --run tests/
|
|
71
|
+
"test:contracts": "npm test -- --run tests/unit/domains/contract-testing/",
|
|
72
72
|
"test:infrastructure": "npm test -- --run tests/unit/kernel/ tests/unit/shared/",
|
|
73
73
|
"test:regression": "npm run test:unit",
|
|
74
74
|
"test:coverage": "vitest run --coverage --exclude='**/browser/**' --exclude='**/*.e2e.test.ts' --exclude='**/integration/browser/**' --exclude='**/browser-swarm-coordinator.test.ts' --exclude='**/mcp/handlers/domain-handlers.test.ts'",
|
|
75
75
|
"test:perf": "vitest bench tests/performance/",
|
|
76
76
|
"test:journeys": "npm test -- --run tests/integration/",
|
|
77
|
+
"test:journeys:ci": "vitest run tests/integration/ --exclude='**/browser/**' --exclude='**/browser-integration/**' --exclude='**/integration/mcp/**' --exclude='**/integration/sync/**' --exclude='**/integration/learning/**' --exclude='**/integration/domains/**' --exclude='**/integration/llm/**' --exclude='**/integration/n8n/**' --exclude='**/*.e2e.test.ts'",
|
|
77
78
|
"test:watch": "vitest",
|
|
78
79
|
"performance:gate": "npx tsx src/performance/run-gates.ts",
|
|
79
80
|
"test:integration:browser": "VIBIUM_REAL_TESTS=true vitest run tests/integrations/vibium/vibium-real.test.ts",
|
|
@@ -127,7 +128,7 @@
|
|
|
127
128
|
"author": "AQE Development Team",
|
|
128
129
|
"license": "MIT",
|
|
129
130
|
"dependencies": {
|
|
130
|
-
"@claude-flow/guidance": "
|
|
131
|
+
"@claude-flow/guidance": "3.0.0-alpha.1",
|
|
131
132
|
"@faker-js/faker": "^10.2.0",
|
|
132
133
|
"@ruvector/attention": "0.1.3",
|
|
133
134
|
"@ruvector/gnn": "0.1.19",
|
|
@@ -154,7 +155,7 @@
|
|
|
154
155
|
"yaml": "^2.8.2"
|
|
155
156
|
},
|
|
156
157
|
"optionalDependencies": {
|
|
157
|
-
"@claude-flow/browser": "
|
|
158
|
+
"@claude-flow/browser": "3.0.0-alpha.1",
|
|
158
159
|
"@ruvector/attention-darwin-arm64": "0.1.3",
|
|
159
160
|
"@ruvector/attention-darwin-x64": "0.1.3",
|
|
160
161
|
"@ruvector/attention-linux-arm64-gnu": "0.1.3",
|
|
@@ -230,6 +231,10 @@
|
|
|
230
231
|
".claude/skills",
|
|
231
232
|
".claude/commands",
|
|
232
233
|
".claude/helpers",
|
|
234
|
+
".opencode/agents",
|
|
235
|
+
".opencode/skills",
|
|
236
|
+
".opencode/tools",
|
|
237
|
+
".opencode/permissions.yaml",
|
|
233
238
|
"README.md",
|
|
234
239
|
"CHANGELOG.md",
|
|
235
240
|
"LICENSE"
|