qaa-agent 1.9.1 → 1.9.2
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/CHANGELOG.md +180 -186
- package/CLAUDE.md +557 -557
- package/README.md +1 -1
- package/VERSION +1 -0
- package/agents/qa-pipeline-orchestrator.md +1424 -1424
- package/agents/qaa-bug-detective.md +654 -630
- package/agents/qaa-e2e-runner.md +576 -552
- package/agents/qaa-executor.md +829 -805
- package/agents/qaa-project-researcher.md +400 -339
- package/package.json +3 -2
- package/workflows/qa-start.md +1405 -1262
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "qaa-agent",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.2",
|
|
4
4
|
"description": "QA Automation Agent for Claude Code — multi-agent pipeline that analyzes repos, generates tests, validates, and creates PRs",
|
|
5
5
|
"bin": {
|
|
6
6
|
"qaa-agent": "./bin/install.cjs"
|
|
@@ -32,6 +32,7 @@
|
|
|
32
32
|
"settings.json",
|
|
33
33
|
".mcp.json",
|
|
34
34
|
"CLAUDE.md",
|
|
35
|
-
"CHANGELOG.md"
|
|
35
|
+
"CHANGELOG.md",
|
|
36
|
+
"VERSION"
|
|
36
37
|
]
|
|
37
38
|
}
|