Skip to content

Commit 52954ec

Browse files
Merge pull request #1 from VertaaUX/phase-147-bump-0.8.0-alpha.1
chore: bump to 0.8.0-alpha.1 + sync CHANGELOG
2 parents 362b949 + 6645488 commit 52954ec

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.8.0-alpha.1] - 2026-05-25
11+
12+
> **Alpha release on the `next` tag.** The stable `latest` tag remains at `0.6.2`. Install this alpha via `npm install -g @vertaaux/cli@next` or pin to `@vertaaux/cli@0.8.0-alpha.1`.
13+
14+
### Added
15+
16+
- `vertaa explain <findingId> --copy` — write the recommended fix for a specific issue to stdout, pipe-clean for clipboard tools. Use `vertaa explain X --copy | pbcopy` (macOS) or `| xclip -i` (Linux) to send the fix directly to your clipboard. Evidence rendering, step-list output, and the "Fix written to stdout" hint all go to stderr so they remain visible in your terminal without polluting the pipe. Emits a `finding_fix_copied` telemetry event.
17+
- Interactive fix-wizard (`vertaa audit … --interactive`) gains a "Copy fix to stdout" menu choice. Selecting it copies the current finding's recommended fix and stays on the same finding so you can also baseline or accept after copying.
18+
19+
### Fixed
20+
21+
- CLI builds and runs cleanly again. A stale internal alias in the copy-fix command broke `npm run build` and cascaded into 240+ downstream test failures during the previous alpha cycle. The whole cascade is gone.
22+
- ANSI-colored error frames now render correctly in TTY mode for the `vertaa audit` "URL is required" error and for `vertaa explain --copy` missing-argument validation.
23+
- A long-standing mock-drift in 13 internal command tests is closed out, lifting the suite to 145/145 files green (2,371 tests pass, 4 PTY-only skipped on systems without `node-pty`).
24+
25+
### Notes
26+
27+
- This alpha skips 0.7.0-alpha.3 onward on the public mirror — earlier alphas were published to npm but not synced here. The diff against the last public version (`0.6.2`) is documented above in the Added + Fixed sections.
28+
1029
## [0.6.2] - 2026-05-05
1130

1231
### Security

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vertaaux/cli",
3-
"version": "0.6.2",
3+
"version": "0.8.0-alpha.1",
44
"description": "Run automated UX audits, accessibility checks, and performance analysis from the terminal or CI pipelines. Supports policy gating, SARIF output, and multi-page crawling. See https://github.com/VertaaUX/cli#readme for full docs.",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)