agentic-qe 3.6.4 → 3.6.6
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/helpers/statusline-v3.cjs +7 -1
- package/.claude/helpers/v3/product-factors/sfdipot-reference-template.html +958 -0
- package/.claude/helpers/v3/quality-criteria/evidence-classification.md +116 -0
- package/.claude/helpers/v3/quality-criteria/htsm-categories.md +139 -0
- package/.claude/helpers/v3/quality-criteria/quality-criteria-reference-template.html +811 -0
- package/.claude/helpers/v3/quality-criteria/validate-quality-criteria.ts +167 -0
- package/.claude/skills/README.md +21 -8
- package/.claude/skills/skills-manifest.json +1 -1
- package/README.md +45 -49
- package/package.json +1 -1
- package/v3/CHANGELOG.md +30 -0
- package/v3/assets/agents/v3/README.md +9 -70
- package/v3/assets/agents/v3/qe-accessibility-auditor.md +8 -7
- package/v3/assets/agents/v3/qe-bdd-generator.md +8 -7
- package/v3/assets/agents/v3/qe-chaos-engineer.md +9 -8
- package/v3/assets/agents/v3/qe-code-complexity.md +8 -7
- package/v3/assets/agents/v3/qe-code-intelligence.md +8 -7
- package/v3/assets/agents/v3/qe-contract-validator.md +8 -7
- package/v3/assets/agents/v3/qe-coverage-specialist.md +8 -7
- package/v3/assets/agents/v3/qe-defect-predictor.md +8 -7
- package/v3/assets/agents/v3/qe-dependency-mapper.md +8 -7
- package/v3/assets/agents/v3/qe-deployment-advisor.md +8 -7
- package/v3/assets/agents/v3/qe-flaky-hunter.md +8 -7
- package/v3/assets/agents/v3/qe-fleet-commander.md +8 -7
- package/v3/assets/agents/v3/qe-gap-detector.md +8 -7
- package/v3/assets/agents/v3/qe-graphql-tester.md +8 -7
- package/v3/assets/agents/v3/qe-impact-analyzer.md +8 -7
- package/v3/assets/agents/v3/qe-kg-builder.md +8 -7
- package/v3/assets/agents/v3/qe-load-tester.md +8 -7
- package/v3/assets/agents/v3/qe-message-broker-tester.md +15 -10
- package/v3/assets/agents/v3/qe-metrics-optimizer.md +8 -7
- package/v3/assets/agents/v3/qe-middleware-validator.md +15 -10
- package/v3/assets/agents/v3/qe-mutation-tester.md +8 -7
- package/v3/assets/agents/v3/qe-odata-contract-tester.md +17 -12
- package/v3/assets/agents/v3/qe-performance-tester.md +8 -7
- package/v3/assets/agents/v3/qe-property-tester.md +8 -7
- package/v3/assets/agents/v3/qe-qx-partner.md +74 -14
- package/v3/assets/agents/v3/qe-regression-analyzer.md +8 -7
- package/v3/assets/agents/v3/qe-requirements-validator.md +8 -7
- package/v3/assets/agents/v3/qe-responsive-tester.md +8 -7
- package/v3/assets/agents/v3/qe-retry-handler.md +8 -7
- package/v3/assets/agents/v3/qe-risk-assessor.md +8 -7
- package/v3/assets/agents/v3/qe-root-cause-analyzer.md +8 -7
- package/v3/assets/agents/v3/qe-sap-idoc-tester.md +16 -11
- package/v3/assets/agents/v3/qe-sap-rfc-tester.md +15 -10
- package/v3/assets/agents/v3/qe-security-auditor.md +12 -7
- package/v3/assets/agents/v3/qe-security-scanner.md +9 -8
- package/v3/assets/agents/v3/qe-soap-tester.md +15 -10
- package/v3/assets/agents/v3/qe-sod-analyzer.md +17 -12
- package/v3/assets/agents/v3/qe-test-architect.md +8 -7
- package/v3/assets/agents/v3/qe-transfer-specialist.md +8 -7
- package/v3/assets/agents/v3/subagents/qe-code-reviewer.md +8 -7
- package/v3/assets/agents/v3/subagents/qe-integration-reviewer.md +8 -7
- package/v3/assets/agents/v3/subagents/qe-performance-reviewer.md +8 -7
- package/v3/assets/agents/v3/subagents/qe-security-reviewer.md +8 -7
- package/v3/assets/agents/v3/subagents/qe-tdd-green.md +8 -7
- package/v3/assets/agents/v3/subagents/qe-tdd-red.md +8 -7
- package/v3/assets/agents/v3/subagents/qe-tdd-refactor.md +8 -7
- package/v3/assets/agents/v3/templates/qx-report-template.html +26 -22
- package/v3/dist/cli/bundle.js +1984 -1923
- package/v3/dist/cli/commands/hooks.d.ts.map +1 -1
- package/v3/dist/cli/commands/hooks.js +17 -15
- package/v3/dist/cli/commands/hooks.js.map +1 -1
- package/v3/dist/cli/commands/learning.d.ts.map +1 -1
- package/v3/dist/cli/commands/learning.js +15 -14
- package/v3/dist/cli/commands/learning.js.map +1 -1
- package/v3/dist/init/phases/11-claude-md.d.ts.map +1 -1
- package/v3/dist/init/phases/11-claude-md.js +94 -16
- package/v3/dist/init/phases/11-claude-md.js.map +1 -1
- package/v3/dist/integrations/embeddings/cache/EmbeddingCache.js +2 -2
- package/v3/dist/integrations/embeddings/cache/EmbeddingCache.js.map +1 -1
- package/v3/dist/kernel/constants.d.ts +1 -1
- package/v3/dist/kernel/constants.js +1 -1
- package/v3/dist/kernel/unified-memory.d.ts.map +1 -1
- package/v3/dist/kernel/unified-memory.js +2 -3
- package/v3/dist/kernel/unified-memory.js.map +1 -1
- package/v3/dist/learning/pattern-store.d.ts.map +1 -1
- package/v3/dist/learning/pattern-store.js +4 -2
- package/v3/dist/learning/pattern-store.js.map +1 -1
- package/v3/dist/learning/qe-reasoning-bank.d.ts.map +1 -1
- package/v3/dist/learning/qe-reasoning-bank.js +3 -2
- package/v3/dist/learning/qe-reasoning-bank.js.map +1 -1
- package/v3/dist/learning/qe-unified-memory.d.ts.map +1 -1
- package/v3/dist/learning/qe-unified-memory.js +8 -7
- package/v3/dist/learning/qe-unified-memory.js.map +1 -1
- package/v3/dist/learning/sqlite-persistence.d.ts.map +1 -1
- package/v3/dist/learning/sqlite-persistence.js +1 -2
- package/v3/dist/learning/sqlite-persistence.js.map +1 -1
- package/v3/dist/learning/v2-to-v3-migration.d.ts.map +1 -1
- package/v3/dist/learning/v2-to-v3-migration.js +1 -2
- package/v3/dist/learning/v2-to-v3-migration.js.map +1 -1
- package/v3/dist/mcp/bundle.js +525 -850
- package/v3/dist/mcp/tools/coherence/audit.js +1 -1
- package/v3/package.json +2 -2
|
@@ -0,0 +1,167 @@
|
|
|
1
|
+
#!/usr/bin/env npx ts-node
|
|
2
|
+
/**
|
|
3
|
+
* Quality Criteria Output Validator
|
|
4
|
+
* Validates HTML output from qe-quality-criteria-recommender agent
|
|
5
|
+
*
|
|
6
|
+
* Usage: npx ts-node scripts/validate-quality-criteria.ts <path-to-html>
|
|
7
|
+
*/
|
|
8
|
+
|
|
9
|
+
import * as fs from 'fs';
|
|
10
|
+
import * as path from 'path';
|
|
11
|
+
|
|
12
|
+
interface ValidationResult {
|
|
13
|
+
passed: boolean;
|
|
14
|
+
gate: string;
|
|
15
|
+
message: string;
|
|
16
|
+
count?: number;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
interface ValidationReport {
|
|
20
|
+
file: string;
|
|
21
|
+
timestamp: string;
|
|
22
|
+
passed: boolean;
|
|
23
|
+
gatesPassed: number;
|
|
24
|
+
gatesTotal: number;
|
|
25
|
+
results: ValidationResult[];
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
const QUALITY_GATES = [
|
|
29
|
+
{
|
|
30
|
+
name: 'No confidence percentages',
|
|
31
|
+
pattern: /\d+%\s*(confidence|confident)/gi,
|
|
32
|
+
shouldFind: false,
|
|
33
|
+
message: 'Found confidence percentages - use evidence types instead',
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
name: 'Evidence types present',
|
|
37
|
+
pattern: /<span class="evidence-type (direct|inferred|claimed)">/gi,
|
|
38
|
+
shouldFind: true,
|
|
39
|
+
minCount: 1,
|
|
40
|
+
message: 'Missing evidence type classifications',
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
name: 'Coverage explicitly defined',
|
|
44
|
+
pattern: /\d+\s*of\s*10\s*HTSM\s*Categories/i,
|
|
45
|
+
shouldFind: true,
|
|
46
|
+
message: 'Coverage must show "X of 10 HTSM Categories" format',
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
name: 'File:line traceability',
|
|
50
|
+
pattern: /<code>[^<]+\.(ts|js|md|json|html):\d+-\d+<\/code>/gi,
|
|
51
|
+
shouldFind: true,
|
|
52
|
+
minCount: 1,
|
|
53
|
+
message: 'Evidence must have file:line references',
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
name: 'No "Lines X-Y" without file',
|
|
57
|
+
pattern: /Lines?\s+\d+[-–]\d+(?![^<]*\.(ts|js|md))/gi,
|
|
58
|
+
shouldFind: false,
|
|
59
|
+
message: 'Found "Lines X-Y" without file path',
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
name: 'Correct footer text',
|
|
63
|
+
pattern: /AI Semantic Understanding/i,
|
|
64
|
+
shouldFind: true,
|
|
65
|
+
message: 'Footer must say "AI Semantic Understanding" not "Heuristic analysis"',
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
name: 'No heuristic analysis mention',
|
|
69
|
+
pattern: /heuristic\s+analysis|keyword\s+matching/gi,
|
|
70
|
+
shouldFind: false,
|
|
71
|
+
message: 'Found "heuristic analysis" or "keyword matching" - forbidden',
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
name: 'Light body background',
|
|
75
|
+
pattern: /body\s*\{[^}]*background:\s*linear-gradient\([^)]*#f5f7fa/i,
|
|
76
|
+
shouldFind: true,
|
|
77
|
+
message: 'Body must have light gradient background (#f5f7fa)',
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
name: 'Dark header background',
|
|
81
|
+
pattern: /\.header\s*\{[^}]*background:\s*linear-gradient\([^)]*var\(--primary\)/i,
|
|
82
|
+
shouldFind: true,
|
|
83
|
+
message: 'Header must have dark gradient background (var(--primary))',
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
name: 'Reasoning column present',
|
|
87
|
+
pattern: /<th[^>]*>Reasoning<\/th>/i,
|
|
88
|
+
shouldFind: true,
|
|
89
|
+
message: 'Evidence tables must have "Reasoning" column',
|
|
90
|
+
},
|
|
91
|
+
];
|
|
92
|
+
|
|
93
|
+
function validateFile(filePath: string): ValidationReport {
|
|
94
|
+
const content = fs.readFileSync(filePath, 'utf-8');
|
|
95
|
+
const results: ValidationResult[] = [];
|
|
96
|
+
|
|
97
|
+
for (const gate of QUALITY_GATES) {
|
|
98
|
+
const matches = content.match(gate.pattern);
|
|
99
|
+
const count = matches?.length || 0;
|
|
100
|
+
|
|
101
|
+
let passed: boolean;
|
|
102
|
+
if (gate.shouldFind) {
|
|
103
|
+
passed = gate.minCount ? count >= gate.minCount : count > 0;
|
|
104
|
+
} else {
|
|
105
|
+
passed = count === 0;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
results.push({
|
|
109
|
+
passed,
|
|
110
|
+
gate: gate.name,
|
|
111
|
+
message: passed ? 'OK' : gate.message,
|
|
112
|
+
count,
|
|
113
|
+
});
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
const gatesPassed = results.filter(r => r.passed).length;
|
|
117
|
+
|
|
118
|
+
return {
|
|
119
|
+
file: path.basename(filePath),
|
|
120
|
+
timestamp: new Date().toISOString(),
|
|
121
|
+
passed: gatesPassed === results.length,
|
|
122
|
+
gatesPassed,
|
|
123
|
+
gatesTotal: results.length,
|
|
124
|
+
results,
|
|
125
|
+
};
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
function printReport(report: ValidationReport): void {
|
|
129
|
+
console.log('\n' + '='.repeat(60));
|
|
130
|
+
console.log('Quality Criteria Validation Report');
|
|
131
|
+
console.log('='.repeat(60));
|
|
132
|
+
console.log(`File: ${report.file}`);
|
|
133
|
+
console.log(`Time: ${report.timestamp}`);
|
|
134
|
+
console.log(`Result: ${report.passed ? '✅ PASSED' : '❌ FAILED'}`);
|
|
135
|
+
console.log(`Gates: ${report.gatesPassed}/${report.gatesTotal}`);
|
|
136
|
+
console.log('-'.repeat(60));
|
|
137
|
+
|
|
138
|
+
for (const result of report.results) {
|
|
139
|
+
const icon = result.passed ? '✅' : '❌';
|
|
140
|
+
const countStr = result.count !== undefined ? ` (${result.count} found)` : '';
|
|
141
|
+
console.log(`${icon} ${result.gate}${countStr}`);
|
|
142
|
+
if (!result.passed) {
|
|
143
|
+
console.log(` → ${result.message}`);
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
console.log('='.repeat(60) + '\n');
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
// Main execution
|
|
151
|
+
const args = process.argv.slice(2);
|
|
152
|
+
if (args.length === 0) {
|
|
153
|
+
console.error('Usage: npx ts-node scripts/validate-quality-criteria.ts <path-to-html>');
|
|
154
|
+
process.exit(1);
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
const filePath = args[0];
|
|
158
|
+
if (!fs.existsSync(filePath)) {
|
|
159
|
+
console.error(`File not found: ${filePath}`);
|
|
160
|
+
process.exit(1);
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
const report = validateFile(filePath);
|
|
164
|
+
printReport(report);
|
|
165
|
+
|
|
166
|
+
// Exit with appropriate code
|
|
167
|
+
process.exit(report.passed ? 0 : 1);
|
package/.claude/skills/README.md
CHANGED
|
@@ -4,16 +4,16 @@ This directory contains Quality Engineering skills managed by Agentic QE.
|
|
|
4
4
|
|
|
5
5
|
## Summary
|
|
6
6
|
|
|
7
|
-
- **Total QE Skills**:
|
|
8
|
-
- **V2 Methodology Skills**:
|
|
9
|
-
- **V3 Domain Skills**:
|
|
10
|
-
- **Platform Skills**:
|
|
7
|
+
- **Total QE Skills**: 75
|
|
8
|
+
- **V2 Methodology Skills**: 60
|
|
9
|
+
- **V3 Domain Skills**: 15
|
|
10
|
+
- **Platform Skills**: 35 (Claude Flow managed)
|
|
11
11
|
- **Validation Infrastructure**: ✅ Installed
|
|
12
12
|
|
|
13
13
|
> **Note**: Platform skills (agentdb, github, flow-nexus, etc.) are managed by claude-flow.
|
|
14
14
|
> Only QE-specific skills are installed/updated by `aqe init`.
|
|
15
15
|
|
|
16
|
-
## V2 Methodology Skills (
|
|
16
|
+
## V2 Methodology Skills (60)
|
|
17
17
|
|
|
18
18
|
Version-agnostic quality engineering best practices from the QE community.
|
|
19
19
|
|
|
@@ -32,9 +32,12 @@ Version-agnostic quality engineering best practices from the QE community.
|
|
|
32
32
|
- **context-driven-testing**: Apply context-driven testing principles where practices are chosen based on project context, not universal
|
|
33
33
|
- **contract-testing**: Consumer-driven contract testing for microservices using Pact, schema validation, API versioning, and backward compatibility testing. Use when testing API contracts or coordinating distributed teams.
|
|
34
34
|
- **database-testing**: Database schema validation, data integrity testing, migration testing, transaction isolation, and query performance. Use when testing data persistence, ensuring referential integrity, or validating database migrations.
|
|
35
|
+
- **debug-loop**: Hypothesis-driven autonomous debugging with real command validation
|
|
36
|
+
- **enterprise-integration-testing**: Orchestration skill for enterprise integration testing across SAP, middleware, WMS, and backend systems. Covers E2E enterprise flows, SAP-specific patterns (RFC, BAPI, IDoc, OData, Fiori), cross-system data validation, and enterprise quality gates.
|
|
35
37
|
- **exploratory-testing-advanced**: Advanced exploratory testing techniques with Session-Based Test Management (SBTM), RST heuristics, and test tours. Use when planning exploration sessions, investigating bugs, or discovering unknown quality risks.
|
|
36
38
|
- **holistic-testing-pact**: Apply the Holistic Testing Model evolved with PACT (Proactive, Autonomous, Collaborative, Targeted) principles. Use when designing comprehensive test strategies for Classical, AI-assisted, Agent based, or Agentic Systems building quality into the team, or implementing whole-team quality practices.
|
|
37
39
|
- **localization-testing**: Internationalization (i18n) and localization (l10n) testing for global products including translations, locale formats, RTL languages, and cultural appropriateness. Use when launching in new markets or building multi-language products.
|
|
40
|
+
- **middleware-testing-patterns**: Enterprise middleware testing patterns for message routing, transformation, DLQ, protocol mediation, ESB error handling, and EIP patterns. Use when testing middleware layers, message brokers, ESBs, or integration buses.
|
|
38
41
|
- **mobile-testing**: Comprehensive mobile testing for iOS and Android platforms including gestures, sensors, permissions, device fragmentation, and performance. Use when testing native apps, hybrid apps, or mobile web, ensuring quality across 1000+ device variants.
|
|
39
42
|
- **mutation-testing**: Test quality validation through mutation testing, assessing test suite effectiveness by introducing code mutations and measuring kill rate. Use when evaluating test quality, identifying weak tests, or proving tests actually catch bugs.
|
|
40
43
|
- **n8n-expression-testing**: n8n expression syntax validation, context-aware testing, common pitfalls detection, and performance optimization. Use when validating n8n expressions and data transformations.
|
|
@@ -42,15 +45,21 @@ Version-agnostic quality engineering best practices from the QE community.
|
|
|
42
45
|
- **n8n-security-testing**: Credential exposure detection, OAuth flow validation, API key management testing, and data sanitization verification for n8n workflows. Use when validating n8n workflow security.
|
|
43
46
|
- **n8n-trigger-testing-strategies**: Webhook testing, schedule validation, event-driven triggers, and polling mechanism testing for n8n workflows. Use when testing how workflows are triggered.
|
|
44
47
|
- **n8n-workflow-testing-fundamentals**: Comprehensive n8n workflow testing including execution lifecycle, node connection patterns, data flow validation, and error handling strategies. Use when testing n8n workflow automation applications.
|
|
48
|
+
- **observability-testing-patterns**: Observability and monitoring validation patterns for dashboards, alerting, log aggregation, APM traces, and SLA/SLO verification. Use when testing monitoring infrastructure, dashboard accuracy, alert rules, or metric pipelines.
|
|
45
49
|
- **pair-programming**: AI-assisted pair programming with multiple modes (driver/navigator/switch), real-time verification, quality monitoring, and comprehensive testing. Supports TDD, debugging, refactoring, and learning sessions. Features automatic role switching, continuous code review, security scanning, and performance optimization with truth-score verification.
|
|
46
50
|
- **performance-testing**: Test application performance, scalability, and resilience. Use when planning load testing, stress testing, or optimizing system performance.
|
|
51
|
+
- **pr-review**: Scope-aware GitHub PR review with user-friendly tone and trust tier validation
|
|
52
|
+
- **qcsd-cicd-swarm**: QCSD Verification phase swarm for CI/CD pipeline quality gates using regression analysis, flaky test detection, quality gate enforcement, and deployment readiness assessment. Consumes Development outputs (SHIP/CONDITIONAL/HOLD decisions, quality metrics) and produces signals for Production monitoring.
|
|
53
|
+
- **qcsd-development-swarm**: QCSD Development phase swarm for in-sprint code quality assurance using TDD adherence, code complexity analysis, coverage gap detection, and defect prediction. Consumes Refinement outputs (BDD scenarios, SFDIPOT priorities) and produces signals for Verification.
|
|
47
54
|
- **qcsd-ideation-swarm**: QCSD Ideation phase swarm for Quality Criteria sessions using HTSM v6.3, Risk Storming, and Testability analysis before development begins. Uses 5-tier browser cascade: Vibium → agent-browser → Playwright+Stealth → WebFetch → WebSearch-fallback.
|
|
55
|
+
- **qcsd-refinement-swarm**: QCSD Refinement phase swarm for Sprint Refinement sessions using SFDIPOT product factors, BDD scenario generation, and requirements validation.
|
|
48
56
|
- **quality-metrics**: Measure quality effectively with actionable metrics. Use when establishing quality dashboards, defining KPIs, or evaluating test effectiveness.
|
|
49
57
|
- **refactoring-patterns**: Apply safe refactoring patterns to improve code structure without changing behavior. Use when cleaning up code, reducing technical debt, or improving maintainability.
|
|
50
58
|
- **regression-testing**: Strategic regression testing with test selection, impact analysis, and continuous regression management. Use when verifying fixes don
|
|
51
59
|
- **risk-based-testing**: Focus testing effort on highest-risk areas using risk assessment and prioritization. Use when planning test strategy, allocating testing resources, or making coverage decisions.
|
|
52
60
|
- **security-testing**: Test for security vulnerabilities using OWASP principles. Use when conducting security audits, testing auth, or implementing security practices.
|
|
53
61
|
- **security-visual-testing**: Security-first visual testing combining URL validation, PII detection, and visual regression with parallel viewport support. Use when testing web applications that handle sensitive data, need visual regression coverage, or require WCAG accessibility compliance.
|
|
62
|
+
- **sfdipot-product-factors**: James Bach
|
|
54
63
|
- **sherlock-review**: Evidence-based investigative code review using deductive reasoning to determine what actually happened versus what was claimed. Use when verifying implementation claims, investigating bugs, validating fixes, or conducting root cause analysis. Elementary approach to finding truth through systematic observation.
|
|
55
64
|
- **shift-left-testing**: Move testing activities earlier in the development lifecycle to catch defects when they
|
|
56
65
|
- **shift-right-testing**: Testing in production with feature flags, canary deployments, synthetic monitoring, and chaos engineering. Use when implementing production observability or progressive delivery.
|
|
@@ -61,17 +70,20 @@ Version-agnostic quality engineering best practices from the QE community.
|
|
|
61
70
|
- **test-data-management**: Strategic test data generation, management, and privacy compliance. Use when creating test data, handling PII, ensuring GDPR/CCPA compliance, or scaling data generation for realistic testing scenarios.
|
|
62
71
|
- **test-design-techniques**: Systematic test design with boundary value analysis, equivalence partitioning, decision tables, state transition testing, and combinatorial testing. Use when designing comprehensive test cases, reducing redundant tests, or ensuring systematic coverage.
|
|
63
72
|
- **test-environment-management**: Test environment provisioning, infrastructure as code for testing, Docker/Kubernetes for test environments, service virtualization, and cost optimization. Use when managing test infrastructure, ensuring environment parity, or optimizing testing costs.
|
|
73
|
+
- **test-idea-rewriting**: Transform passive
|
|
64
74
|
- **test-reporting-analytics**: Advanced test reporting, quality dashboards, predictive analytics, trend analysis, and executive reporting for QE metrics. Use when communicating quality status, tracking trends, or making data-driven decisions.
|
|
65
75
|
- **testability-scoring**: AI-powered testability assessment using 10 principles of intrinsic testability with Playwright and optional Vibium integration. Evaluates web applications against Observability, Controllability, Algorithmic Simplicity, Transparency, Stability, Explainability, Unbugginess, Smallness, Decomposability, and Similarity. Use when assessing software testability, evaluating test readiness, identifying testability improvements, or generating testability reports.
|
|
66
76
|
- **verification-quality**: Comprehensive truth scoring, code quality verification, and automatic rollback system with 0.95 accuracy threshold for ensuring high-quality agent outputs and codebase reliability.
|
|
67
77
|
- **visual-testing-advanced**: Advanced visual regression testing with pixel-perfect comparison, AI-powered diff analysis, responsive design validation, and cross-browser visual consistency. Use when detecting UI regressions, validating designs, or ensuring visual consistency.
|
|
78
|
+
- **wms-testing-patterns**: Warehouse Management System testing patterns for inventory operations, pick/pack/ship workflows, wave management, EDI X12/EDIFACT compliance, RF/barcode scanning, and WMS-ERP integration. Use when testing WMS platforms (Blue Yonder, Manhattan, SAP EWM).
|
|
68
79
|
- **xp-practices**: Apply XP practices including pair programming, ensemble programming, continuous integration, and sustainable pace. Use when implementing agile development practices, improving team collaboration, or adopting technical excellence practices.
|
|
69
80
|
|
|
70
|
-
## V3 Domain Skills (
|
|
81
|
+
## V3 Domain Skills (15)
|
|
71
82
|
|
|
72
83
|
V3-specific implementation guides for the 12 DDD bounded contexts.
|
|
73
84
|
|
|
74
85
|
- **aqe-v2-v3-migration**: Migrate Agentic QE projects from v2 to v3 with zero data loss
|
|
86
|
+
- **pentest-validation**: Orchestrate security finding validation through graduated exploitation. 4-phase pipeline: recon (SAST/DAST), analysis (code review), validation (exploit proof), report (No Exploit, No Report gate). Eliminates false positives by proving exploitability.
|
|
75
87
|
- **qe-chaos-resilience**: Chaos engineering and resilience testing including fault injection, load testing, and system recovery validation.
|
|
76
88
|
- **qe-code-intelligence**: Knowledge graph-based code understanding with semantic search and 80% token reduction through intelligent context retrieval.
|
|
77
89
|
- **qe-contract-testing**: Consumer-driven contract testing for APIs including REST, GraphQL, and event-driven systems with schema validation.
|
|
@@ -86,7 +98,7 @@ V3-specific implementation guides for the 12 DDD bounded contexts.
|
|
|
86
98
|
- **qe-test-generation**: AI-powered test generation using pattern recognition, code analysis, and intelligent test synthesis for comprehensive test coverage.
|
|
87
99
|
- **qe-visual-accessibility**: Visual regression testing, responsive design validation, and WCAG accessibility compliance testing.
|
|
88
100
|
|
|
89
|
-
## Platform Skills (
|
|
101
|
+
## Platform Skills (35)
|
|
90
102
|
|
|
91
103
|
Claude Flow platform skills (managed separately).
|
|
92
104
|
|
|
@@ -110,6 +122,7 @@ Claude Flow platform skills (managed separately).
|
|
|
110
122
|
- performance-analysis
|
|
111
123
|
- reasoningbank-agentdb
|
|
112
124
|
- reasoningbank-intelligence
|
|
125
|
+
- release
|
|
113
126
|
- skill-builder
|
|
114
127
|
- sparc-methodology
|
|
115
128
|
- stream-chain
|
|
@@ -138,4 +151,4 @@ See `.validation/README.md` for usage instructions.
|
|
|
138
151
|
|
|
139
152
|
---
|
|
140
153
|
|
|
141
|
-
*Generated by AQE v3 init on 2026-02-
|
|
154
|
+
*Generated by AQE v3 init on 2026-02-13T14:17:15.624Z*
|
package/README.md
CHANGED
|
@@ -27,35 +27,33 @@
|
|
|
27
27
|
# Install globally
|
|
28
28
|
npm install -g agentic-qe
|
|
29
29
|
|
|
30
|
-
# Initialize your project
|
|
30
|
+
# Initialize your project (interactive mode)
|
|
31
31
|
cd your-project
|
|
32
|
-
aqe init
|
|
32
|
+
aqe init
|
|
33
33
|
|
|
34
|
-
# Or with auto-configuration
|
|
34
|
+
# Or with auto-configuration (no prompts, configures MCP automatically)
|
|
35
35
|
aqe init --auto
|
|
36
|
-
|
|
37
|
-
# Start MCP server (agent-agnostic)
|
|
38
|
-
aqe-mcp
|
|
39
|
-
|
|
40
|
-
# Or without global install
|
|
41
|
-
npx agentic-qe mcp
|
|
42
36
|
```
|
|
43
37
|
|
|
38
|
+
> **Note:** `aqe init` automatically configures the MCP server in `.mcp.json` — Claude Code will auto-start it when connecting. For standalone MCP server usage (non-Claude-Code clients), run `aqe-mcp` or `npx agentic-qe mcp`.
|
|
39
|
+
|
|
44
40
|
### Use from MCP-compatible agent clients (Claude, Codex, others)
|
|
45
41
|
|
|
46
42
|
AQE is exposed as an MCP server and can be used from any client that supports MCP tool connections.
|
|
47
43
|
|
|
48
44
|
```bash
|
|
49
|
-
#
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
#
|
|
53
|
-
#
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
#
|
|
57
|
-
# -
|
|
58
|
-
# -
|
|
45
|
+
# For Claude Code: aqe init --auto configures .mcp.json automatically
|
|
46
|
+
# Claude Code will auto-start the MCP server on connection
|
|
47
|
+
|
|
48
|
+
# For other MCP clients: start the server manually
|
|
49
|
+
aqe-mcp # if installed globally
|
|
50
|
+
npx agentic-qe mcp # without global install
|
|
51
|
+
|
|
52
|
+
# Then ask your client to invoke AQE tools (prefixed mcp__agentic-qe__):
|
|
53
|
+
# - fleet_init (required first step)
|
|
54
|
+
# - test_generate_enhanced for test generation
|
|
55
|
+
# - task_orchestrate for multi-agent coordination
|
|
56
|
+
# - quality_assess for quality gate evaluation
|
|
59
57
|
```
|
|
60
58
|
|
|
61
59
|
For client-specific setup examples, see `docs/integration/mcp-clients.md`.
|
|
@@ -80,21 +78,19 @@ For client-specific setup examples, see `docs/integration/mcp-clients.md`.
|
|
|
80
78
|
# 1. Install
|
|
81
79
|
npm install -g agentic-qe
|
|
82
80
|
|
|
83
|
-
# 2. Initialize (auto-detects your project, enables all 13 domains)
|
|
81
|
+
# 2. Initialize (auto-detects your project, enables all 13 domains, configures MCP)
|
|
84
82
|
cd your-project && aqe init --auto
|
|
85
83
|
|
|
86
|
-
# 3.
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
# 4. Use your MCP-capable client to run test generation and quality assessment
|
|
90
|
-
# (see docs/integration/mcp-clients.md)
|
|
84
|
+
# 3. Use from Claude Code — MCP tools are available immediately (prefix: mcp__agentic-qe__)
|
|
85
|
+
# Or start MCP server manually for other clients: aqe-mcp
|
|
91
86
|
```
|
|
92
87
|
|
|
93
88
|
**What happens:**
|
|
94
89
|
1. **Auto-configuration** detects your tech stack (TypeScript/JS, testing framework, CI setup)
|
|
95
90
|
2. **All 13 DDD domains** enabled automatically - no "No factory registered" errors
|
|
96
|
-
3. **
|
|
97
|
-
4. **
|
|
91
|
+
3. **MCP server** configured in `.mcp.json` — Claude Code auto-connects on next session
|
|
92
|
+
4. **Pattern learning** kicks in - your project's test patterns are learned and reused
|
|
93
|
+
5. **AI agents** generate tests, analyze coverage, and provide actionable recommendations
|
|
98
94
|
|
|
99
95
|
---
|
|
100
96
|
|
|
@@ -190,7 +186,7 @@ V3.1.0 adds full browser automation support via **@claude-flow/browser** integra
|
|
|
190
186
|
claude "Use security-visual-testing skill to test https://example.com across mobile, tablet, desktop viewports"
|
|
191
187
|
|
|
192
188
|
# Load and execute a workflow template
|
|
193
|
-
aqe workflow
|
|
189
|
+
aqe workflow run login-flow --vars '{"username": "test", "password": "secret"}'
|
|
194
190
|
```
|
|
195
191
|
|
|
196
192
|
---
|
|
@@ -267,11 +263,11 @@ V3 agents learn and improve through the **ReasoningBank** pattern storage:
|
|
|
267
263
|
| **Cross-Project Transfer** | Share patterns between projects |
|
|
268
264
|
|
|
269
265
|
```bash
|
|
270
|
-
#
|
|
271
|
-
aqe
|
|
266
|
+
# Search learned patterns
|
|
267
|
+
aqe hooks search --query "test patterns"
|
|
272
268
|
|
|
273
|
-
# View learning
|
|
274
|
-
aqe
|
|
269
|
+
# View learning statistics
|
|
270
|
+
aqe learning stats
|
|
275
271
|
```
|
|
276
272
|
|
|
277
273
|
---
|
|
@@ -290,10 +286,10 @@ V3 introduces **Dream cycles** for neural consolidation and continuous improveme
|
|
|
290
286
|
|
|
291
287
|
```bash
|
|
292
288
|
# Trigger dream cycle for pattern consolidation
|
|
293
|
-
aqe
|
|
289
|
+
aqe learning dream
|
|
294
290
|
|
|
295
|
-
# View learning trajectory
|
|
296
|
-
aqe
|
|
291
|
+
# View learning dashboard and trajectory
|
|
292
|
+
aqe learning dashboard
|
|
297
293
|
```
|
|
298
294
|
|
|
299
295
|
---
|
|
@@ -315,11 +311,11 @@ aqe hooks intelligence trajectory-start --task "optimize coverage"
|
|
|
315
311
|
- **Token budget optimization**: Minimizes cost while maintaining quality
|
|
316
312
|
|
|
317
313
|
```bash
|
|
318
|
-
#
|
|
319
|
-
aqe
|
|
314
|
+
# Route a task through TinyDancer
|
|
315
|
+
aqe llm route --task "fix type errors in user-service.ts"
|
|
320
316
|
|
|
321
|
-
# View routing
|
|
322
|
-
aqe
|
|
317
|
+
# View routing cost analysis
|
|
318
|
+
aqe llm cost
|
|
323
319
|
```
|
|
324
320
|
|
|
325
321
|
---
|
|
@@ -388,11 +384,11 @@ V3.3.3 achieves **full MinCut/Consensus integration across all 13 domains**:
|
|
|
388
384
|
| **Self-Healing Triggers** | `shouldPauseOperations()` for automatic recovery |
|
|
389
385
|
|
|
390
386
|
```bash
|
|
391
|
-
#
|
|
392
|
-
aqe
|
|
387
|
+
# Check fleet health (includes consensus and topology status)
|
|
388
|
+
aqe fleet status
|
|
393
389
|
|
|
394
|
-
#
|
|
395
|
-
|
|
390
|
+
# Via MCP tools (from Claude Code)
|
|
391
|
+
# mcp__agentic-qe__fleet_health({ includeTopology: true })
|
|
396
392
|
```
|
|
397
393
|
|
|
398
394
|
---
|
|
@@ -424,11 +420,11 @@ V3.3.0 introduces **mathematical coherence verification** using Prime Radiant WA
|
|
|
424
420
|
- "Coherence Verified" CI/CD badges
|
|
425
421
|
|
|
426
422
|
```bash
|
|
427
|
-
#
|
|
428
|
-
|
|
423
|
+
# Coherence verification is available via MCP tools and programmatic API:
|
|
424
|
+
# mcp__agentic-qe__quality_assess({ scope: "coherence", includeMetrics: true })
|
|
429
425
|
|
|
430
|
-
#
|
|
431
|
-
aqe
|
|
426
|
+
# Verify learned patterns for consistency
|
|
427
|
+
aqe learning verify
|
|
432
428
|
```
|
|
433
429
|
|
|
434
430
|
---
|
|
@@ -717,8 +713,8 @@ aqe migrate status
|
|
|
717
713
|
# Run migration with backup
|
|
718
714
|
aqe migrate run --backup
|
|
719
715
|
|
|
720
|
-
#
|
|
721
|
-
aqe migrate
|
|
716
|
+
# Verify migration
|
|
717
|
+
aqe migrate verify
|
|
722
718
|
```
|
|
723
719
|
|
|
724
720
|
**What gets migrated:**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "agentic-qe",
|
|
3
|
-
"version": "3.6.
|
|
3
|
+
"version": "3.6.6",
|
|
4
4
|
"description": "Agentic Quality Engineering V3 - Domain-Driven Design Architecture with 13 Bounded Contexts, O(log n) coverage analysis, ReasoningBank learning, 59 specialized QE agents, mathematical Coherence verification, deep Claude Flow integration",
|
|
5
5
|
"main": "./v3/dist/index.js",
|
|
6
6
|
"types": "./v3/dist/index.d.ts",
|
package/v3/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,36 @@ All notable changes to Agentic QE will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [3.6.6] - 2026-02-13
|
|
9
|
+
|
|
10
|
+
### Fixed
|
|
11
|
+
|
|
12
|
+
- **Node 22+ crash on `npm install -g`** — `aqe --version` failed with `ERR_MODULE_NOT_FOUND: better-sqlite3` because Node 22's ESM resolver cannot handle packages without an `exports` field. Build scripts now use a `createRequire()` shim for all native modules, eliminating bare ESM imports that triggered `legacyMainResolve` failures.
|
|
13
|
+
- **Hooks writing to wrong database** — Self-learning hooks used `process.cwd()` to find the database, which could resolve to the wrong `.agentic-qe/` directory in monorepos or subdirectories. All hooks and learning commands now use `findProjectRoot()` to always write to the project root database.
|
|
14
|
+
- **Silent hook failures for 8+ days** — Removed 9 dead `npx @claude-flow/cli@latest` hooks and 3 `v3-qe-bridge.sh` hooks from settings.json that silently failed on every tool use. Each hook event now has exactly one working `aqe` handler.
|
|
15
|
+
- **Vector dimension mismatch in hooks** — HNSW index initialized at 128 dimensions while database vectors were 768, causing fallback to in-memory mode. Fixed all `embeddingDimension` defaults across hooks, learning, pattern-store, reasoning-bank, and MCP audit to 768.
|
|
16
|
+
- **Learning experiences not tracked** — `recordOutcome` in `post-task` hook only fired when both `--task-id` and `--agent` were passed, but hooks never pass `--agent`. Relaxed guard to only require `--task-id`, with agent defaulting to `"unknown"`.
|
|
17
|
+
- **FK constraint blocking analytics** — `qe_pattern_usage` table had a foreign key to `qe_patterns`, but hooks write synthetic pattern IDs. Removed the FK constraint so analytics writes succeed.
|
|
18
|
+
- **Statusline missing hook experiences** — Statusline experience count didn't include `qe_pattern_usage` table. Added it as a source, so hook-recorded learning now appears in metrics.
|
|
19
|
+
- **Noisy `[PatternStore] Loaded 0 patterns` log** — Suppressed the zero-count log that printed on every CLI invocation.
|
|
20
|
+
|
|
21
|
+
### Changed
|
|
22
|
+
|
|
23
|
+
- **Build system modernized** — `build-cli.js` and `build-mcp.js` now use esbuild's JavaScript API with a `nativeRequirePlugin` instead of shelling out via `execSync`. Native modules (better-sqlite3, @ruvector/*, hnswlib-node, etc.) are shimmed with `createRequire()` for Node 22+ compatibility. `chalk` externalized to avoid CJS `require('os')` failures in ESM context.
|
|
24
|
+
|
|
25
|
+
## [3.6.5] - 2026-02-13
|
|
26
|
+
|
|
27
|
+
### Fixed
|
|
28
|
+
|
|
29
|
+
- **Vector dimension mismatch (#255)** — `fleet_init` crashed with `Vector length mismatch: 128 vs 768` because QE domain HNSW indices were hardcoded to 128-dim while the embedding system produces 768-dim vectors. All 6 QE domain HNSW configs now derive dimensions from `EMBEDDING_CONFIG.DIMENSIONS` (768), and `DEFAULT_VECTOR_DIMENSIONS` aligned from 384 to 768. Coverage-analysis (128-dim custom feature vectors) remains unchanged.
|
|
30
|
+
- **Agent asset learning protocol** — 48 agent templates in `v3/assets/agents/v3/` had broken learning persistence: wrong namespace (`"patterns"` instead of `"learning"`), missing `persist: true`, and malformed key formats. Synced all assets from the correct committed agent definitions.
|
|
31
|
+
- **README CLI commands** — Fixed 13 incorrect CLI commands referencing non-existent flags/subcommands: `aqe init --wizard` → `aqe init`, `aqe memory search` → `aqe hooks search`, `aqe hooks metrics` → `aqe hooks stats`, `aqe hooks intelligence` → `aqe learning dream`, `aqe hooks model-route` → `aqe llm route`, `aqe coordination` → `aqe fleet status`, `aqe coherence` → MCP tools, `aqe migrate validate` → `aqe migrate verify`, `aqe workflow load` → `aqe workflow run`.
|
|
32
|
+
|
|
33
|
+
### Changed
|
|
34
|
+
|
|
35
|
+
- **CLAUDE.md init template** — `aqe init` now generates a CLAUDE.md with comprehensive MCP tool usage instructions including `fleet_init` requirement, tool examples with correct `mcp__agentic-qe__` prefix, and full tool reference table.
|
|
36
|
+
- **README MCP setup flow** — Clarified that `aqe init --auto` configures `.mcp.json` automatically; Claude Code auto-starts the MCP server on connection. Manual `aqe-mcp` only needed for non-Claude-Code clients.
|
|
37
|
+
|
|
8
38
|
## [3.6.4] - 2026-02-12
|
|
9
39
|
|
|
10
40
|
### Added
|
|
@@ -8,93 +8,32 @@ This directory contains V3 QE agents installed by `aqe init`.
|
|
|
8
8
|
|
|
9
9
|
## Summary
|
|
10
10
|
|
|
11
|
-
- **Total Agents**:
|
|
12
|
-
- **V3 QE Domain Agents**:
|
|
11
|
+
- **Total Agents**: 0
|
|
12
|
+
- **V3 QE Domain Agents**: 0
|
|
13
13
|
- **V3 Subagents**: 0
|
|
14
14
|
|
|
15
|
-
## V2 → V3 Migration Guide
|
|
16
|
-
|
|
17
|
-
| V2 Agent | V3 Agent | Domain | Key Changes |
|
|
18
|
-
|----------|----------|--------|-------------|
|
|
19
|
-
| `qe-a11y-ally` | `qe-accessibility-auditor` | visual-accessibility | **MANDATORY video pipeline** |
|
|
20
|
-
| `qe-test-generator` | `qe-test-architect` | test-generation | ReasoningBank learning |
|
|
21
|
-
| `qe-coverage-analyzer` | `qe-coverage-specialist` | coverage-analysis | O(log n) sublinear |
|
|
22
|
-
| `qe-coordinator` | `qe-learning-coordinator` | learning-optimization | Cross-domain patterns |
|
|
23
|
-
| `qe-flaky-investigator` | `qe-flaky-hunter` | defect-intelligence | ML-powered detection |
|
|
24
|
-
|
|
25
|
-
## Critical: qe-accessibility-auditor
|
|
26
|
-
|
|
27
|
-
The V3 accessibility auditor has a **MANDATORY video accessibility pipeline**.
|
|
28
|
-
|
|
29
|
-
### V2 Behavior (qe-a11y-ally)
|
|
30
|
-
|
|
31
|
-
Generated these files when videos detected:
|
|
32
|
-
- `*-captions.vtt` - For deaf/hard-of-hearing users
|
|
33
|
-
- `*-audiodesc.vtt` - For blind/low-vision users
|
|
34
|
-
- Implementation instructions
|
|
35
|
-
|
|
36
|
-
### V3 Behavior (qe-accessibility-auditor)
|
|
37
|
-
|
|
38
|
-
**MUST** execute the same pipeline:
|
|
39
|
-
|
|
40
|
-
1. **Detect** - Find `<video>`, `<iframe>` elements
|
|
41
|
-
2. **Download** - `curl -L -o video.mp4 URL`
|
|
42
|
-
3. **Extract** - `ffmpeg -vf "fps=1/3" -frames:v 10`
|
|
43
|
-
4. **Analyze** - Read each .jpg with Claude Vision
|
|
44
|
-
5. **Generate** - Create .vtt from actual descriptions
|
|
45
|
-
6. **Save** - Output to `docs/accessibility/captions/{page-slug}/`
|
|
46
|
-
|
|
47
|
-
### Expected Output Structure
|
|
48
|
-
|
|
49
|
-
```
|
|
50
|
-
docs/accessibility/captions/{page-slug}/
|
|
51
|
-
├── video-001-captions.vtt # Captions
|
|
52
|
-
├── video-001-audiodesc.vtt # Audio descriptions
|
|
53
|
-
├── implementation.md # HTML integration
|
|
54
|
-
└── audit-report.md # WCAG report
|
|
55
|
-
```
|
|
56
|
-
|
|
57
|
-
### Invocation
|
|
58
|
-
|
|
59
|
-
Use the skill for guaranteed video pipeline execution:
|
|
60
|
-
|
|
61
|
-
```
|
|
62
|
-
/qe-a11y-ally https://example.com/page
|
|
63
|
-
```
|
|
64
|
-
|
|
65
|
-
Or via Task with explicit video pipeline requirement:
|
|
66
|
-
|
|
67
|
-
```javascript
|
|
68
|
-
Task({
|
|
69
|
-
prompt: "Audit accessibility including MANDATORY video pipeline for URL",
|
|
70
|
-
subagent_type: "qe-accessibility-auditor"
|
|
71
|
-
})
|
|
72
|
-
```
|
|
73
|
-
|
|
74
15
|
## Usage
|
|
75
16
|
|
|
76
17
|
Spawn agents using Claude Code's Task tool:
|
|
77
18
|
|
|
78
19
|
```javascript
|
|
79
|
-
Task("Generate tests for UserService", "...", "qe-test-architect")
|
|
80
|
-
Task("Analyze coverage gaps", "...", "qe-coverage-specialist")
|
|
81
|
-
Task("
|
|
20
|
+
Task("Generate tests for UserService", "...", "v3-qe-test-architect")
|
|
21
|
+
Task("Analyze coverage gaps", "...", "v3-qe-coverage-specialist")
|
|
22
|
+
Task("Run security scan", "...", "v3-qe-security-scanner")
|
|
82
23
|
```
|
|
83
24
|
|
|
84
|
-
## V3 QE Domain Agents (
|
|
25
|
+
## V3 QE Domain Agents (0)
|
|
85
26
|
|
|
86
27
|
Quality Engineering agents mapped to the 12 DDD bounded contexts.
|
|
87
28
|
|
|
88
|
-
|
|
89
|
-
|-------|--------|------|
|
|
90
|
-
| `qe-accessibility-auditor` | visual-accessibility | `qe-accessibility-auditor.md` |
|
|
29
|
+
|
|
91
30
|
|
|
92
31
|
## V3 Subagents (0)
|
|
93
32
|
|
|
94
33
|
Specialized sub-task agents for TDD and code review.
|
|
95
34
|
|
|
96
|
-
|
|
35
|
+
|
|
97
36
|
|
|
98
37
|
---
|
|
99
38
|
|
|
100
|
-
*
|
|
39
|
+
*Generated by AQE v3 init on 2026-02-04T16:48:59.207Z*
|
|
@@ -277,18 +277,19 @@ mcp__agentic-qe__memory_store({
|
|
|
277
277
|
**2. Store Remediation Pattern:**
|
|
278
278
|
```typescript
|
|
279
279
|
mcp__agentic-qe__memory_store({
|
|
280
|
-
key: "
|
|
281
|
-
namespace: "
|
|
280
|
+
key: "patterns/accessibility-remediation/{timestamp}",
|
|
281
|
+
namespace: "learning",
|
|
282
282
|
value: {
|
|
283
283
|
pattern: "<accessibility fix pattern>",
|
|
284
284
|
confidence: <0.0-1.0>,
|
|
285
285
|
type: "accessibility-remediation",
|
|
286
286
|
metadata: {
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
}
|
|
287
|
+
wcagCriteria: "<criteria>",
|
|
288
|
+
violationType: "<type>",
|
|
289
|
+
codeExample: "<fix>"
|
|
290
|
+
}
|
|
291
|
+
},
|
|
292
|
+
persist: true
|
|
292
293
|
})
|
|
293
294
|
```
|
|
294
295
|
|