qaa-agent 1.7.3 → 1.7.4

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 CHANGED
@@ -19,7 +19,7 @@ All notable changes to QAA (QA Automation Agent) are documented here.
19
19
  - **E2E runner max fix loops: 3 → 5** -- more attempts to fix locator/assertion mismatches before giving up
20
20
  - **Installer**: updated paths for new package structure (commands/ and skills/ at root level), updated command list to reflect 7 consolidated commands
21
21
  - **Package structure**: commands and skills now live at package root instead of `.claude/` subdirectory
22
- - **Repository**: moved to `capmation/qaa-testing`
22
+ - **Repository**: moved to new GitHub organization
23
23
 
24
24
  ### Consolidated
25
25
  - 7 slash commands: `/qa-start`, `/qa-create-test`, `/qa-map`, `/qa-testid`, `/qa-pr`, `/qa-audit`, `/qa-fix`
package/README.md CHANGED
@@ -9,8 +9,6 @@ Multi-agent QA pipeline for [Claude Code](https://docs.anthropic.com/en/docs/cla
9
9
  scan → map → analyze → plan → generate → validate → deliver
10
10
  ```
11
11
 
12
- No manual test writing. No guessing what to cover. One command, full pipeline.
13
-
14
12
  ---
15
13
 
16
14
  ## The Problem
@@ -184,7 +182,7 @@ Runs the full pipeline end-to-end: scan, map, analyze, plan, generate, validate,
184
182
  | `/qa-pom` | Generate Page Object Models |
185
183
  | `/update-test` | Improve existing tests incrementally |
186
184
 
187
- See [COMMANDS.md](docs/COMMANDS.md) for full usage details and flags.
185
+ Run any command in Claude Code to see full usage and available flags.
188
186
 
189
187
  ---
190
188
 
@@ -229,7 +227,7 @@ Every downstream agent reads these documents. The result: generated tests feel n
229
227
 
230
228
  ## Standards Enforced
231
229
 
232
- Every generated artifact follows strict rules defined in [CLAUDE.md](CLAUDE.md):
230
+ Every generated artifact follows strict rules:
233
231
 
234
232
  ### Testing Pyramid
235
233
 
@@ -365,16 +363,11 @@ QAA follows strict git conventions:
365
363
 
366
364
  ## Documentation
367
365
 
368
- - [Commands Reference](docs/COMMANDS.md) all commands with flags and examples
369
- - [Demo & Walkthrough](docs/DEMO.md) — problem/solution explanation with real workflows
370
- - [Changelog](CHANGELOG.md) — version history
366
+ All documentation is included in the installed package under `docs/`, `templates/`, and `CLAUDE.md`.
371
367
 
372
368
  ---
373
369
 
374
370
  ## License
375
371
 
376
- [MIT](LICENSE)
377
-
378
- ---
372
+ MIT
379
373
 
380
- Built by [Capmation](https://github.com/capmation)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qaa-agent",
3
- "version": "1.7.3",
3
+ "version": "1.7.4",
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"
@@ -17,7 +17,7 @@
17
17
  ],
18
18
  "repository": {
19
19
  "type": "git",
20
- "url": "https://github.com/capmation/qaa-testing.git"
20
+ "url": "https://github.com/Backhaus7997/qaa-testing.git"
21
21
  },
22
22
  "author": "Backhaus7997",
23
23
  "license": "MIT",