agentic-qe 1.6.0 → 1.6.1
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/skills/brutal-honesty-review/README.md +218 -0
- package/.claude/skills/brutal-honesty-review/SKILL.md +725 -0
- package/.claude/skills/brutal-honesty-review/resources/assessment-rubrics.md +295 -0
- package/.claude/skills/brutal-honesty-review/resources/review-template.md +102 -0
- package/.claude/skills/brutal-honesty-review/scripts/assess-code.sh +179 -0
- package/.claude/skills/brutal-honesty-review/scripts/assess-tests.sh +223 -0
- package/.claude/skills/cicd-pipeline-qe-orchestrator/README.md +301 -0
- package/.claude/skills/cicd-pipeline-qe-orchestrator/SKILL.md +510 -0
- package/.claude/skills/cicd-pipeline-qe-orchestrator/resources/workflows/microservice-pipeline.md +239 -0
- package/.claude/skills/cicd-pipeline-qe-orchestrator/resources/workflows/mobile-pipeline.md +375 -0
- package/.claude/skills/cicd-pipeline-qe-orchestrator/resources/workflows/monolith-pipeline.md +268 -0
- package/.claude/skills/six-thinking-hats/README.md +190 -0
- package/.claude/skills/six-thinking-hats/SKILL.md +1215 -0
- package/.claude/skills/six-thinking-hats/resources/examples/api-testing-example.md +345 -0
- package/.claude/skills/six-thinking-hats/resources/templates/solo-session-template.md +167 -0
- package/.claude/skills/six-thinking-hats/resources/templates/team-session-template.md +336 -0
- package/CHANGELOG.md +2239 -2157
- package/README.md +12 -6
- package/dist/cli/commands/init-claude-md-template.d.ts +16 -0
- package/dist/cli/commands/init-claude-md-template.d.ts.map +1 -0
- package/dist/cli/commands/init-claude-md-template.js +69 -0
- package/dist/cli/commands/init-claude-md-template.js.map +1 -0
- package/dist/cli/commands/init.d.ts +1 -1
- package/dist/cli/commands/init.d.ts.map +1 -1
- package/dist/cli/commands/init.js +479 -461
- package/dist/cli/commands/init.js.map +1 -1
- package/package.json +2 -2
- package/.claude/agents/.claude-flow/metrics/agent-metrics.json +0 -1
- package/.claude/agents/.claude-flow/metrics/performance.json +0 -87
- package/.claude/agents/.claude-flow/metrics/task-metrics.json +0 -10
- package/.claude/commands/analysis/COMMAND_COMPLIANCE_REPORT.md +0 -54
- package/.claude/commands/analysis/performance-bottlenecks.md +0 -59
- package/.claude/commands/flow-nexus/app-store.md +0 -124
- package/.claude/commands/flow-nexus/challenges.md +0 -120
- package/.claude/commands/flow-nexus/login-registration.md +0 -65
- package/.claude/commands/flow-nexus/neural-network.md +0 -134
- package/.claude/commands/flow-nexus/payments.md +0 -116
- package/.claude/commands/flow-nexus/sandbox.md +0 -83
- package/.claude/commands/flow-nexus/swarm.md +0 -87
- package/.claude/commands/flow-nexus/user-tools.md +0 -152
- package/.claude/commands/flow-nexus/workflow.md +0 -115
- package/.claude/commands/memory/usage.md +0 -46
package/README.md
CHANGED
|
@@ -6,12 +6,14 @@
|
|
|
6
6
|
[](https://opensource.org/licenses/MIT)
|
|
7
7
|
[](https://www.typescriptlang.org/)
|
|
8
8
|
[](https://nodejs.org/)
|
|
9
|
+
<img alt="NPM Downloads" src="https://img.shields.io/npm/dw/agentic-qe">
|
|
9
10
|
|
|
10
|
-
**Version 1.6.0** (Learning Persistence Complete) | [Changelog](CHANGELOG.md) | [Issues](https://github.com/proffesor-for-testing/agentic-qe/issues) | [Discussions](https://github.com/proffesor-for-testing/agentic-qe/discussions)
|
|
11
11
|
|
|
12
|
-
|
|
12
|
+
**Version 1.6.1** (Advanced QE Skills - Phase 3) | [Changelog](CHANGELOG.md) | [Issues](https://github.com/proffesor-for-testing/agentic-qe/issues) | [Discussions](https://github.com/proffesor-for-testing/agentic-qe/discussions)
|
|
13
13
|
|
|
14
|
-
|
|
14
|
+
> Enterprise-grade test automation with AI learning, comprehensive skills library (37 QE skills), and intelligent model routing.
|
|
15
|
+
|
|
16
|
+
🧠 **Q-Learning System** | 📚 **37 World-Class QE Skills** | 🎯 **Advanced Flaky Detection** | 💰 **Multi-Model Router** | 🔧 **32 Domain-Specific Tools**
|
|
15
17
|
|
|
16
18
|
</div>
|
|
17
19
|
|
|
@@ -58,7 +60,7 @@ claude "Use qe-flaky-test-hunter to analyze the last 100 test runs and identify
|
|
|
58
60
|
- ✅ ML Flaky Detection (100% accuracy)
|
|
59
61
|
- ✅ 18 Specialized agent definitions (including qe-code-complexity)
|
|
60
62
|
- ✅ 8 TDD subagent definitions (RED/GREEN/REFACTOR phases)
|
|
61
|
-
- ✅
|
|
63
|
+
- ✅ 37 World-class QE skills library
|
|
62
64
|
- ✅ 8 AQE slash commands
|
|
63
65
|
- ✅ Configuration directory
|
|
64
66
|
|
|
@@ -94,7 +96,7 @@ claude "Use qe-flaky-test-hunter to analyze the last 100 test runs and identify
|
|
|
94
96
|
- **Performance Testing**: k6, JMeter, Gatling integration
|
|
95
97
|
- **Real-Time Streaming**: Live progress updates for all operations
|
|
96
98
|
|
|
97
|
-
### 🎓
|
|
99
|
+
### 🎓 37 QE Skills Library (v1.3.0)
|
|
98
100
|
**95%+ coverage of modern QE practices**
|
|
99
101
|
|
|
100
102
|
<details>
|
|
@@ -112,6 +114,9 @@ claude "Use qe-flaky-test-hunter to analyze the last 100 test runs and identify
|
|
|
112
114
|
- **Specialized Testing (9)**: accessibility-testing, mobile-testing, database-testing, contract-testing, chaos-engineering-resilience, compatibility-testing, localization-testing, compliance-testing, visual-testing-advanced
|
|
113
115
|
- **Testing Infrastructure (2)**: test-environment-management, test-reporting-analytics
|
|
114
116
|
|
|
117
|
+
**Phase 3: Advanced Quality Engineering Skills (3 skills)**
|
|
118
|
+
- **Strategic Testing Methodologies (3)**: six-thinking-hats, brutal-honesty-review, cicd-pipeline-qe-orchestrator
|
|
119
|
+
|
|
115
120
|
</details>
|
|
116
121
|
|
|
117
122
|
---
|
|
@@ -172,10 +177,11 @@ Agents automatically leverage skills:
|
|
|
172
177
|
claude "Use qe-test-generator with shift-left-testing and test-design-techniques skills to create tests before implementing the new payment feature"
|
|
173
178
|
```
|
|
174
179
|
|
|
175
|
-
**Available skills** (agents auto-select from
|
|
180
|
+
**Available skills** (agents auto-select from 37):
|
|
176
181
|
- TDD, API testing, performance, security
|
|
177
182
|
- Accessibility, mobile, chaos engineering
|
|
178
183
|
- Regression, shift-left/right, compliance
|
|
184
|
+
- Six thinking hats, brutal honesty reviews, CI/CD orchestration
|
|
179
185
|
|
|
180
186
|
### Example 4: Full Quality Pipeline
|
|
181
187
|
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Condensed CLAUDE.md template for aqe init
|
|
3
|
+
* ONLY includes AQE-specific instructions
|
|
4
|
+
* NO project-specific or Claude Flow instructions
|
|
5
|
+
*/
|
|
6
|
+
export declare function generateCondensedClaudeMd(config: {
|
|
7
|
+
agentCount: number;
|
|
8
|
+
topology?: string;
|
|
9
|
+
maxAgents?: number;
|
|
10
|
+
testingFocus?: string[];
|
|
11
|
+
environments?: string[];
|
|
12
|
+
frameworks?: string[];
|
|
13
|
+
routing?: any;
|
|
14
|
+
streaming?: any;
|
|
15
|
+
}, packageVersion: string): string;
|
|
16
|
+
//# sourceMappingURL=init-claude-md-template.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"init-claude-md-template.d.ts","sourceRoot":"","sources":["../../../src/cli/commands/init-claude-md-template.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,wBAAgB,yBAAyB,CAAC,MAAM,EAAE;IAChD,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;IACxB,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;IACxB,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;IACtB,OAAO,CAAC,EAAE,GAAG,CAAC;IACd,SAAS,CAAC,EAAE,GAAG,CAAC;CACjB,EAAE,cAAc,EAAE,MAAM,GAAG,MAAM,CA2DjC"}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Condensed CLAUDE.md template for aqe init
|
|
4
|
+
* ONLY includes AQE-specific instructions
|
|
5
|
+
* NO project-specific or Claude Flow instructions
|
|
6
|
+
*/
|
|
7
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8
|
+
exports.generateCondensedClaudeMd = generateCondensedClaudeMd;
|
|
9
|
+
function generateCondensedClaudeMd(config, packageVersion) {
|
|
10
|
+
return `# Agentic QE Fleet Configuration
|
|
11
|
+
|
|
12
|
+
## 🤖 Agentic QE Fleet Quick Reference
|
|
13
|
+
|
|
14
|
+
**${config.agentCount} QE Agents:** Test generation, coverage analysis, performance, security, flaky detection
|
|
15
|
+
**37 QE Skills:** agentic-quality-engineering, tdd-london-chicago, api-testing-patterns, six-thinking-hats, brutal-honesty-review, cicd-pipeline-qe-orchestrator
|
|
16
|
+
**8 Slash Commands:** \`/aqe-execute\`, \`/aqe-generate\`, \`/aqe-coverage\`, \`/aqe-quality\`
|
|
17
|
+
|
|
18
|
+
### 📚 Complete Documentation
|
|
19
|
+
|
|
20
|
+
- **[Agent Reference](https://github.com/ruvnet/agentic-qe-cf/blob/main/docs/reference/agents.md)** - All 18 QE agents with capabilities and usage
|
|
21
|
+
- **[Skills Reference](https://github.com/ruvnet/agentic-qe-cf/blob/main/docs/reference/skills.md)** - All 37 QE skills organized by category
|
|
22
|
+
- **[Usage Guide](https://github.com/ruvnet/agentic-qe-cf/blob/main/docs/reference/usage.md)** - Complete usage examples and workflows
|
|
23
|
+
|
|
24
|
+
### 🎯 Quick Start
|
|
25
|
+
|
|
26
|
+
**Spawn agents:**
|
|
27
|
+
\`\`\`javascript
|
|
28
|
+
Task("Generate tests", "Create test suite for UserService", "qe-test-generator")
|
|
29
|
+
Task("Analyze coverage", "Find gaps using O(log n)", "qe-coverage-analyzer")
|
|
30
|
+
\`\`\`
|
|
31
|
+
|
|
32
|
+
**Check learning status:**
|
|
33
|
+
\`\`\`bash
|
|
34
|
+
aqe learn status --agent test-gen
|
|
35
|
+
aqe patterns list --framework jest
|
|
36
|
+
\`\`\`
|
|
37
|
+
|
|
38
|
+
### 🎯 Fleet Configuration
|
|
39
|
+
|
|
40
|
+
**Topology**: ${config.topology || 'hierarchical'}
|
|
41
|
+
**Max Agents**: ${config.maxAgents || 10}
|
|
42
|
+
**Testing Focus**: ${config.testingFocus?.join(', ') || 'All areas'}
|
|
43
|
+
**Environments**: ${config.environments?.join(', ') || 'Not specified'}
|
|
44
|
+
**Frameworks**: ${config.frameworks?.join(', ') || 'jest'}
|
|
45
|
+
|
|
46
|
+
### 📋 Memory Namespace
|
|
47
|
+
|
|
48
|
+
Agents share state through the **\`aqe/*\` memory namespace**:
|
|
49
|
+
- \`aqe/test-plan/*\` - Test planning and requirements
|
|
50
|
+
- \`aqe/coverage/*\` - Coverage analysis and gaps
|
|
51
|
+
- \`aqe/quality/*\` - Quality metrics and gates
|
|
52
|
+
- \`aqe/performance/*\` - Performance test results
|
|
53
|
+
- \`aqe/security/*\` - Security scan findings
|
|
54
|
+
- \`aqe/swarm/coordination\` - Cross-agent coordination
|
|
55
|
+
|
|
56
|
+
### 💡 Key Principles
|
|
57
|
+
- Use Task tool for agent execution (not just MCP)
|
|
58
|
+
- Batch all operations in single messages (TodoWrite, file ops, etc.)
|
|
59
|
+
- Test with actual databases, not mocks
|
|
60
|
+
- Document only what actually works
|
|
61
|
+
|
|
62
|
+
---
|
|
63
|
+
|
|
64
|
+
**Generated by**: Agentic QE Fleet v${packageVersion}
|
|
65
|
+
**Initialization Date**: ${new Date().toISOString()}
|
|
66
|
+
**Fleet Topology**: ${config.topology || 'hierarchical'}
|
|
67
|
+
`;
|
|
68
|
+
}
|
|
69
|
+
//# sourceMappingURL=init-claude-md-template.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"init-claude-md-template.js","sourceRoot":"","sources":["../../../src/cli/commands/init-claude-md-template.ts"],"names":[],"mappings":";AAAA;;;;GAIG;;AAEH,8DAoEC;AApED,SAAgB,yBAAyB,CAAC,MASzC,EAAE,cAAsB;IACvB,OAAO;;;;IAIL,MAAM,CAAC,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;gBA0BL,MAAM,CAAC,QAAQ,IAAI,cAAc;kBAC/B,MAAM,CAAC,SAAS,IAAI,EAAE;qBACnB,MAAM,CAAC,YAAY,EAAE,IAAI,CAAC,IAAI,CAAC,IAAI,WAAW;oBAC/C,MAAM,CAAC,YAAY,EAAE,IAAI,CAAC,IAAI,CAAC,IAAI,eAAe;kBACpD,MAAM,CAAC,UAAU,EAAE,IAAI,CAAC,IAAI,CAAC,IAAI,MAAM;;;;;;;;;;;;;;;;;;;;sCAoBnB,cAAc;2BACzB,IAAI,IAAI,EAAE,CAAC,WAAW,EAAE;sBAC7B,MAAM,CAAC,QAAQ,IAAI,cAAc;CACtD,CAAC;AACF,CAAC"}
|
|
@@ -7,7 +7,7 @@ export declare class InitCommand {
|
|
|
7
7
|
private static createMissingAgents;
|
|
8
8
|
private static countAgentFiles;
|
|
9
9
|
/**
|
|
10
|
-
* Copy all
|
|
10
|
+
* Copy all 37 QE Fleet skills (filters out Claude Flow skills)
|
|
11
11
|
*/
|
|
12
12
|
private static copySkillTemplates;
|
|
13
13
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"init.d.ts","sourceRoot":"","sources":["../../../src/cli/commands/init.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,WAAW,EAAe,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"init.d.ts","sourceRoot":"","sources":["../../../src/cli/commands/init.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,WAAW,EAAe,MAAM,aAAa,CAAC;AAOvD,qBAAa,WAAW;WACT,OAAO,CAAC,OAAO,EAAE,WAAW,GAAG,OAAO,CAAC,IAAI,CAAC;mBAiOpC,wBAAwB;mBAwCxB,kBAAkB;mBA6HlB,iBAAiB;mBAqTjB,mBAAmB;mBAuGnB,eAAe;IAMpC;;OAEG;mBACkB,kBAAkB;IAqJvC;;OAEG;mBACkB,cAAc;IAiBnC;;OAEG;mBACkB,oBAAoB;IAoFzC;;OAEG;mBACkB,iBAAiB;mBAMjB,gBAAgB;IAyBrC;;OAEG;IACH,OAAO,CAAC,MAAM,CAAC,cAAc;mBA4BR,kBAAkB;IAkDvC,OAAO,CAAC,MAAM,CAAC,oBAAoB;IA0BnC,OAAO,CAAC,MAAM,CAAC,oBAAoB;IAWnC,OAAO,CAAC,MAAM,CAAC,0BAA0B;mBAwBpB,0BAA0B;mBAoC1B,kBAAkB;mBAclB,sBAAsB;mBA6EtB,cAAc;IAihBnC;;OAEG;mBACkB,yBAAyB;IAoC9C;;OAEG;mBACkB,wBAAwB;IAsB7C;;OAEG;mBACkB,wBAAwB;IAqC7C;;OAEG;IACH,OAAO,CAAC,MAAM,CAAC,oBAAoB;IA8GnC;;OAEG;mBACkB,yBAAyB;IA2C9C;;OAEG;mBACkB,yBAAyB;IA6F9C;;OAEG;mBACkB,2BAA2B;IAoGhD;;OAEG;IACH,OAAO,CAAC,MAAM,CAAC,mBAAmB;IAwBlC;;OAEG;IACH,OAAO,CAAC,MAAM,CAAC,cAAc;IAwB7B;;OAEG;IACH,OAAO,CAAC,MAAM,CAAC,qBAAqB;CAoBrC"}
|