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
|
@@ -115,18 +115,19 @@ mcp__agentic-qe__memory_store({
|
|
|
115
115
|
**2. Store Performance Pattern:**
|
|
116
116
|
```typescript
|
|
117
117
|
mcp__agentic-qe__memory_store({
|
|
118
|
-
key: "
|
|
119
|
-
namespace: "
|
|
118
|
+
key: "patterns/performance-review/{timestamp}",
|
|
119
|
+
namespace: "learning",
|
|
120
120
|
value: {
|
|
121
121
|
pattern: "<performance pattern description>",
|
|
122
122
|
confidence: <0.0-1.0>,
|
|
123
123
|
type: "performance-review",
|
|
124
124
|
metadata: {
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
}
|
|
125
|
+
issueType: "<type>",
|
|
126
|
+
complexity: "<complexity>",
|
|
127
|
+
impactEstimate: "<impact>"
|
|
128
|
+
}
|
|
129
|
+
},
|
|
130
|
+
persist: true
|
|
130
131
|
})
|
|
131
132
|
```
|
|
132
133
|
|
|
@@ -115,18 +115,19 @@ mcp__agentic-qe__memory_store({
|
|
|
115
115
|
**2. Store Security Pattern:**
|
|
116
116
|
```typescript
|
|
117
117
|
mcp__agentic-qe__memory_store({
|
|
118
|
-
key: "
|
|
119
|
-
namespace: "
|
|
118
|
+
key: "patterns/security-review/{timestamp}",
|
|
119
|
+
namespace: "learning",
|
|
120
120
|
value: {
|
|
121
121
|
pattern: "<security pattern description>",
|
|
122
122
|
confidence: <0.0-1.0>,
|
|
123
123
|
type: "security-review",
|
|
124
124
|
metadata: {
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
}
|
|
125
|
+
vulnerabilityType: "<type>",
|
|
126
|
+
owaspCategory: "<category>",
|
|
127
|
+
severity: "<severity>"
|
|
128
|
+
}
|
|
129
|
+
},
|
|
130
|
+
persist: true
|
|
130
131
|
})
|
|
131
132
|
```
|
|
132
133
|
|
|
@@ -120,18 +120,19 @@ mcp__agentic-qe__memory_store({
|
|
|
120
120
|
**2. Store GREEN Phase Pattern:**
|
|
121
121
|
```typescript
|
|
122
122
|
mcp__agentic-qe__memory_store({
|
|
123
|
-
key: "
|
|
124
|
-
namespace: "
|
|
123
|
+
key: "patterns/tdd-green/{timestamp}",
|
|
124
|
+
namespace: "learning",
|
|
125
125
|
value: {
|
|
126
126
|
pattern: "<green phase pattern description>",
|
|
127
127
|
confidence: <0.0-1.0>,
|
|
128
128
|
type: "tdd-green",
|
|
129
129
|
metadata: {
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
}
|
|
130
|
+
testType: "<type>",
|
|
131
|
+
implementationStyle: "<style>",
|
|
132
|
+
iterationsRequired: <count>
|
|
133
|
+
}
|
|
134
|
+
},
|
|
135
|
+
persist: true
|
|
135
136
|
})
|
|
136
137
|
```
|
|
137
138
|
|
|
@@ -120,18 +120,19 @@ mcp__agentic-qe__memory_store({
|
|
|
120
120
|
**2. Store RED Phase Pattern:**
|
|
121
121
|
```typescript
|
|
122
122
|
mcp__agentic-qe__memory_store({
|
|
123
|
-
key: "
|
|
124
|
-
namespace: "
|
|
123
|
+
key: "patterns/tdd-red/{timestamp}",
|
|
124
|
+
namespace: "learning",
|
|
125
125
|
value: {
|
|
126
126
|
pattern: "<red phase pattern description>",
|
|
127
127
|
confidence: <0.0-1.0>,
|
|
128
128
|
type: "tdd-red",
|
|
129
129
|
metadata: {
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
}
|
|
130
|
+
behaviorType: "<type>",
|
|
131
|
+
testStructure: "<structure>",
|
|
132
|
+
assertionCount: <count>
|
|
133
|
+
}
|
|
134
|
+
},
|
|
135
|
+
persist: true
|
|
135
136
|
})
|
|
136
137
|
```
|
|
137
138
|
|
|
@@ -120,18 +120,19 @@ mcp__agentic-qe__memory_store({
|
|
|
120
120
|
**2. Store Refactoring Pattern:**
|
|
121
121
|
```typescript
|
|
122
122
|
mcp__agentic-qe__memory_store({
|
|
123
|
-
key: "
|
|
124
|
-
namespace: "
|
|
123
|
+
key: "patterns/tdd-refactor/{timestamp}",
|
|
124
|
+
namespace: "learning",
|
|
125
125
|
value: {
|
|
126
126
|
pattern: "<refactoring pattern description>",
|
|
127
127
|
confidence: <0.0-1.0>,
|
|
128
128
|
type: "tdd-refactor",
|
|
129
129
|
metadata: {
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
}
|
|
130
|
+
smellType: "<smell>",
|
|
131
|
+
refactoringApplied: "<pattern>",
|
|
132
|
+
designImprovement: "<improvement>"
|
|
133
|
+
}
|
|
134
|
+
},
|
|
135
|
+
persist: true
|
|
135
136
|
})
|
|
136
137
|
```
|
|
137
138
|
|
|
@@ -320,11 +320,11 @@
|
|
|
320
320
|
</div>
|
|
321
321
|
<div class="info-content">
|
|
322
322
|
<blockquote>
|
|
323
|
-
"Quality is
|
|
323
|
+
"Quality Experience (QX) is the marriage of Quality Advocacy (QA) and User Experience (UX) - recognizing that quality is co-created by all stakeholders in a system." <span style="opacity: 0.7;">- Lalitkumar Bhamare</span>
|
|
324
324
|
</blockquote>
|
|
325
|
-
<p>
|
|
326
|
-
<p>
|
|
327
|
-
<p>
|
|
325
|
+
<p>In the <a href="https://talesoftesting.com/wp-content/uploads/2022/10/Lalitkumar-Bhamare-Quality-Conscious-Software-Delivery-eBook.pdf" style="color: #93c5fd; text-decoration: underline;">QCSD framework</a>, it is recommended to conduct Quality Experience (QX) Sessions on a regular basis. QX Sessions can be carried out when evaluating platforms, redesigns, or when serving vulnerable user populations. Testers in the team analyze the product experience using <strong>23+ QX heuristics</strong> across 6 categories (Problem Understanding, User Needs, Business Needs, Balance, Impact, and Creativity) and identify <strong>oracle problems</strong> - situations where quality criteria are unclear or conflicting between stakeholders.</p>
|
|
326
|
+
<p>A guided discussion based on this analysis can help teams uncover hidden stakeholder conflicts, understand the true meaning of "quality" for each persona, identify where user needs compete with business goals, and most importantly - make informed decisions about tradeoffs rather than discovering conflicts post-release.</p>
|
|
327
|
+
<p>If we want to deliver products that delight users while meeting business objectives, we must bridge the traditional divide between "does it work?" (QA) and "is it delightful?" (UX). The purpose of this report is to facilitate QX Sessions and help teams achieve exactly that: co-creating quality experience for everyone associated with the product.</p>
|
|
328
328
|
</div>
|
|
329
329
|
</div>
|
|
330
330
|
|
|
@@ -335,10 +335,12 @@
|
|
|
335
335
|
<span class="collapse-icon">▼</span>
|
|
336
336
|
</div>
|
|
337
337
|
<div class="info-content">
|
|
338
|
-
<p
|
|
339
|
-
<p><strong>
|
|
340
|
-
<p><strong>
|
|
341
|
-
<p><strong>
|
|
338
|
+
<p>The sooner the better! As soon as testers can access wireframes, prototypes, or live platforms, this report should be generated. Generate this report and organize a "QX Session" discussion with relevant stakeholders such as Product Owners, UX Designers, Developers, Customer Support, and Accessibility Specialists.</p>
|
|
339
|
+
<p style="margin-top: 12px;"><strong>Key trigger scenarios:</strong></p>
|
|
340
|
+
<p><strong>Platform Redesign or Migration:</strong> When redesigning core user journeys or consolidating systems, QX analysis identifies where stakeholder needs conflict before costly rework.</p>
|
|
341
|
+
<p><strong>Expansion to New Markets:</strong> When adding localization or new user personas, QX reveals hidden oracle problems around "correct" behavior that differs by cultural context.</p>
|
|
342
|
+
<p><strong>Serving Vulnerable Populations:</strong> When your users include those with disabilities, elderly users, or mental health conditions, QX ensures accessibility isn't sacrificed for aesthetics.</p>
|
|
343
|
+
<p><strong>Regulatory Compliance:</strong> For healthcare, finance, or regulated industries - QX ensures compliance requirements don't come at the expense of user experience.</p>
|
|
342
344
|
</div>
|
|
343
345
|
</div>
|
|
344
346
|
|
|
@@ -351,16 +353,18 @@
|
|
|
351
353
|
<div class="info-content">
|
|
352
354
|
<p style="margin-bottom: 12px;">In this report you will find:</p>
|
|
353
355
|
<div style="margin-left: 5px; line-height: 1.8;">
|
|
354
|
-
<div class="checklist-item">&#
|
|
355
|
-
<div class="checklist-item">&#
|
|
356
|
-
<div class="checklist-item">&#
|
|
357
|
-
<div class="checklist-item">&#
|
|
358
|
-
<div class="checklist-item">&#
|
|
359
|
-
<div class="checklist-item">&#
|
|
360
|
-
<div class="checklist-item">&#
|
|
361
|
-
<div class="checklist-item">&#
|
|
362
|
-
<div class="checklist-item">&#
|
|
356
|
+
<div class="checklist-item">☐ <strong>Executive Summary</strong> - Key findings and overall QX score at a glance.</div>
|
|
357
|
+
<div class="checklist-item">☐ <strong>Problem Understanding</strong> - Rule of Three analysis with minimum 3 failure modes per issue. Review these carefully to understand the scope of potential quality impacts.</div>
|
|
358
|
+
<div class="checklist-item">☐ <strong>User Needs Analysis</strong> - Pain points, journey friction, accessibility concerns, and emotional design considerations.</div>
|
|
359
|
+
<div class="checklist-item">☐ <strong>Business Needs Analysis</strong> - Goals alignment, stakeholder value, competitive positioning, and KPI impacts.</div>
|
|
360
|
+
<div class="checklist-item">☐ <strong>Oracle Problems</strong> - Critical section identifying where quality criteria conflict between stakeholders. Use these to facilitate team discussions about tradeoffs.</div>
|
|
361
|
+
<div class="checklist-item">☐ <strong>Impact Analysis</strong> - Visible and invisible effects on users, systems, and business metrics.</div>
|
|
362
|
+
<div class="checklist-item">☐ <strong>Creativity & Innovation</strong> - Multi-domain analysis with novel testing approaches and exploratory session suggestions.</div>
|
|
363
|
+
<div class="checklist-item">☐ <strong>Heuristic Analysis</strong> - Detailed scoring across 23+ QX heuristics organized by category.</div>
|
|
364
|
+
<div class="checklist-item">☐ <strong>Prioritized Recommendations</strong> - Effort/impact matrix for strategic planning with clear ownership assignments.</div>
|
|
363
365
|
</div>
|
|
366
|
+
<p style="margin: 15px 0 0 0; padding-top: 12px; border-top: 1px solid rgba(255,255,255,0.2); opacity: 0.9; font-size: 0.95rem;">All in all, this report represents important stakeholder considerations for your test strategy. <strong>Rebuild this report if there are significant platform changes, new user personas, or updated business objectives.</strong></p>
|
|
367
|
+
<p style="margin: 10px 0 0 0; opacity: 0.85; font-style: italic; font-size: 0.9rem;">Testers are advised to carefully evaluate all findings using critical thinking, context awareness, and domain expertise. This report complements - but does not replace - direct user research and stakeholder interviews.</p>
|
|
364
368
|
</div>
|
|
365
369
|
</div>
|
|
366
370
|
</div>
|
|
@@ -410,13 +414,13 @@
|
|
|
410
414
|
<div class="footer-brand" style="margin-top: 20px; padding-top: 20px; border-top: 1px solid var(--border);">
|
|
411
415
|
<p>Part of the <strong>Agentic QE Fleet</strong> - AI-powered quality engineering for shift-left testing</p>
|
|
412
416
|
<p style="margin-top: 15px; font-size: 0.9em; font-style: italic; opacity: 0.8;">
|
|
413
|
-
This report uses the QX
|
|
414
|
-
|
|
415
|
-
<a href="https://talesoftesting.com/
|
|
416
|
-
|
|
417
|
+
This report uses the <a href="https://talesoftesting.com/quality-experienceqx-co-creating-quality-experience-for-everyone-associated-with-the-product/">QX (Quality Experience) methodology</a>
|
|
418
|
+
from <a href="https://talesoftesting.com">Tales of Testing</a> by <strong>Lalitkumar Bhamare</strong>.
|
|
419
|
+
QX is a core activity in the <a href="https://talesoftesting.com/wp-content/uploads/2022/10/Lalitkumar-Bhamare-Quality-Conscious-Software-Delivery-eBook.pdf">Quality Conscious Software Delivery (QCSD) framework</a>,
|
|
420
|
+
combining Quality Advocacy with User Experience design and recognizing that quality is co-created by all stakeholders in a system.
|
|
417
421
|
</p>
|
|
418
422
|
<p style="margin-top: 10px; font-size: 0.85em; opacity: 0.7;">
|
|
419
|
-
Recommendations require domain expert validation. Use this report to facilitate
|
|
423
|
+
Recommendations require domain expert validation. Use this report to facilitate QX Session discussions with stakeholders, not replace them.
|
|
420
424
|
</p>
|
|
421
425
|
</div>
|
|
422
426
|
</div>
|