@appfire-ux/audit-agent 0.20260708.2 → 0.20260708.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appfire-ux/audit-agent",
3
- "version": "0.20260708.2",
3
+ "version": "0.20260708.3",
4
4
  "description": "Claude Code audit agents for Appfire apps — ux-auditor (/ux-audit), ui-auditor (/ui-audit), a11y-auditor (/a11y-audit: WCAG 2.2 + axe-core scan feeding the Appfire VPAT/ACR process), /full-audit parallel orchestration. Confluence-ready MD+HTML+PNG output, runtime capture & scan scripts.",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
@@ -12,7 +12,7 @@ Arguments passed by the user: `$ARGUMENTS`
12
12
  - **Scope path** — optional directory (default: whole repo).
13
13
  - `--agents ux,ui,a11y` — subset of agents to run (default: all three).
14
14
  - `--critique hard|balanced` — critique intensity for UX/UI (default: `hard`).
15
- - `--with-vpat` — after full audit completes, run two VPAT agents in sequence: repository readiness auditor, then ACR drafting agent.
15
+ - `--with-vpat` — run two VPAT agents in sequence after the base audit: repository readiness auditor, then ACR drafting agent. **Default: enabled**.
16
16
  - `--static-only` — skip runtime/screenshots/scans for all agents; warn the user that the UI audit will be much weaker and most a11y criteria become NEEDS_MANUAL_REVIEW.
17
17
  - `--lang pl|en` — report language for all agents (default: English; a11y JSON/criterion map stays English).
18
18
  - `--out-dir <path>` — parent folder for outputs (default: `docs/audits`).
@@ -65,9 +65,9 @@ Hard fail gate:
65
65
  ├── RECOMMENDATIONS-TABLE-<date>[-prod].md
66
66
  ├── RECOMMENDATIONS-TABLE-<date>[-prod].html
67
67
  ├── RECOMMENDATIONS-TABLE-<date>[-prod].json
68
- ├── VPAT-REPO-AUDIT-<date>[-prod].md # only when --with-vpat
69
- ├── VPAT-REPO-AUDIT-<date>[-prod].json # only when --with-vpat
70
- ├── ACR-DRAFT-<date>[-prod].md # only when --with-vpat
68
+ ├── VPAT-REPO-AUDIT-<date>[-prod].md # when VPAT sequence enabled (default)
69
+ ├── VPAT-REPO-AUDIT-<date>[-prod].json # when VPAT sequence enabled (default)
70
+ ├── ACR-DRAFT-<date>[-prod].md # when VPAT sequence enabled (default)
71
71
  ├── prod-assets/ # only when orchestrator shares PNG captures across agents
72
72
  ├── ux-audit/
73
73
  │ ├── UX-AUDIT-<date>[-prod].md
@@ -258,9 +258,9 @@ Before writing AUDIT-SUMMARY:
258
258
  (or repo-local `docs/audits/build-html-reports.mjs` if present)
259
259
  5. Optionally serve preview: `npx --yes serve <out-dir> -p 4173` and give user links to `*.html`.
260
260
 
261
- ## Step 4 — Optional VPAT post-sequence (`--with-vpat`)
261
+ ## Step 4 — VPAT post-sequence (enabled by default)
262
262
 
263
- Run this only when `--with-vpat` is set. This is strictly sequential:
263
+ Run this by default. Skip only if user explicitly disables VPAT sequence for this run. This is strictly sequential:
264
264
  1. `vpat-repo-auditor` runs first, consuming:
265
265
  - `a11y-audit/A11Y-AUDIT-<date>[-prod].md`
266
266
  - `a11y-audit/A11Y-AUDIT-<date>[-prod].json`