From a2d7a8bf6d7d09b575f87fe024ab9b365598f65e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 15:09:20 +0000 Subject: [PATCH] Version Packages --- .changeset/flows-list-remote-env-scope.md | 5 ----- .changeset/log-fd-exit-race.md | 5 ----- .changeset/skip-hand-written-contracts.md | 5 ----- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 5 files changed, 12 insertions(+), 16 deletions(-) delete mode 100644 .changeset/flows-list-remote-env-scope.md delete mode 100644 .changeset/log-fd-exit-race.md delete mode 100644 .changeset/skip-hand-written-contracts.md diff --git a/.changeset/flows-list-remote-env-scope.md b/.changeset/flows-list-remote-env-scope.md deleted file mode 100644 index 10170381a..000000000 --- a/.changeset/flows-list-remote-env-scope.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@qawolf/cli": minor ---- - -`flows list --remote` is now environment-scoped via the QA Wolf public API: pass `--env ` (now required with `--remote`) and optionally `--include-drafts` to include draft flows. JSON output now emits `flowId` instead of `id` for each flow. diff --git a/.changeset/log-fd-exit-race.md b/.changeset/log-fd-exit-race.md deleted file mode 100644 index 6293fe2e3..000000000 --- a/.changeset/log-fd-exit-race.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@qawolf/cli": patch ---- - -Fix a crash in the exit path when a command fails before the log file opens (a "sonic boom is not ready yet" stack trace printed after the error message). The log fd now opens eagerly at creation while writes stay asynchronous. diff --git a/.changeset/skip-hand-written-contracts.md b/.changeset/skip-hand-written-contracts.md deleted file mode 100644 index 2802f9eba..000000000 --- a/.changeset/skip-hand-written-contracts.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@qawolf/cli": patch ---- - -Skip public-API command generation for contracts served by hand-written commands, so a future `flow.list` contract does not mint a duplicate of `qawolf flows list --remote`. diff --git a/CHANGELOG.md b/CHANGELOG.md index d2dc4ba11..abed858dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # @qawolf/cli +## 1.3.0 + +### Minor Changes + +- 77ba95c: `flows list --remote` is now environment-scoped via the QA Wolf public API: pass `--env ` (now required with `--remote`) and optionally `--include-drafts` to include draft flows. JSON output now emits `flowId` instead of `id` for each flow. + +### Patch Changes + +- db51021: Fix a crash in the exit path when a command fails before the log file opens (a "sonic boom is not ready yet" stack trace printed after the error message). The log fd now opens eagerly at creation while writes stay asynchronous. +- 8f603dd: Skip public-API command generation for contracts served by hand-written commands, so a future `flow.list` contract does not mint a duplicate of `qawolf flows list --remote`. + ## 1.2.0 ### Minor Changes diff --git a/package.json b/package.json index 45a6dd695..cbaf3642b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@qawolf/cli", - "version": "1.2.0", + "version": "1.3.0", "description": "Run and manage QA Wolf flows from the terminal, CI, or an AI agent", "keywords": [ "automation",