From b1e6271b805de6b2824c96b7ea5fd7ff69f5878a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 15:22:38 +0000 Subject: [PATCH] chore: release @gh-symphony/cli --- .changeset/fuzzy-cats-guard.md | 5 ----- .changeset/quiet-hooks-validate.md | 5 ----- .changeset/tidy-pandas-report.md | 5 ----- packages/cli/CHANGELOG.md | 10 ++++++++++ packages/cli/package.json | 2 +- 5 files changed, 11 insertions(+), 16 deletions(-) delete mode 100644 .changeset/fuzzy-cats-guard.md delete mode 100644 .changeset/quiet-hooks-validate.md delete mode 100644 .changeset/tidy-pandas-report.md diff --git a/.changeset/fuzzy-cats-guard.md b/.changeset/fuzzy-cats-guard.md deleted file mode 100644 index f24f1448..00000000 --- a/.changeset/fuzzy-cats-guard.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@gh-symphony/cli": patch ---- - -Keep `USERPROFILE` aligned with the isolated agent child home in both built-in runtimes while preserving declared secret exclusions from the child environment (#870). diff --git a/.changeset/quiet-hooks-validate.md b/.changeset/quiet-hooks-validate.md deleted file mode 100644 index 762b408b..00000000 --- a/.changeset/quiet-hooks-validate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@gh-symphony/cli": patch ---- - -Reject malformed or unknown `SYMPHONY_WORKFLOW_HOOK_ENV_ALLOWLIST` entries instead of silently ignoring them, and document the coding-agent child environment boundary (#871). diff --git a/.changeset/tidy-pandas-report.md b/.changeset/tidy-pandas-report.md deleted file mode 100644 index 271a4ad9..00000000 --- a/.changeset/tidy-pandas-report.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@gh-symphony/cli": patch ---- - -Report the effective runtime timeout values and their configuration source from `workflow validate`, including a stable three-field JSON timeout object (#882). diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 0a19aabd..42abe9e8 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,15 @@ # @gh-symphony/cli +## 2.0.2 + +### Patch Changes + +- [#880](https://github.com/hojinzs/github-symphony/pull/880) [`19778b9`](https://github.com/hojinzs/github-symphony/commit/19778b9ff69573b13827a988f59ee2648fb4fb07) Thanks [@moncher-dev](https://github.com/moncher-dev)! - Keep `USERPROFILE` aligned with the isolated agent child home in both built-in runtimes while preserving declared secret exclusions from the child environment ([#870](https://github.com/hojinzs/github-symphony/issues/870)). + +- [#886](https://github.com/hojinzs/github-symphony/pull/886) [`5bc1374`](https://github.com/hojinzs/github-symphony/commit/5bc137470a2006585d2cbf435accccfc4d5c6a69) Thanks [@moncher-dev](https://github.com/moncher-dev)! - Reject malformed or unknown `SYMPHONY_WORKFLOW_HOOK_ENV_ALLOWLIST` entries instead of silently ignoring them, and document the coding-agent child environment boundary ([#871](https://github.com/hojinzs/github-symphony/issues/871)). + +- [#884](https://github.com/hojinzs/github-symphony/pull/884) [`f59e24a`](https://github.com/hojinzs/github-symphony/commit/f59e24a8736874755cdd3a0379e70c866cbc2b84) Thanks [@moncher-dev](https://github.com/moncher-dev)! - Report the effective runtime timeout values and their configuration source from `workflow validate`, including a stable three-field JSON timeout object ([#882](https://github.com/hojinzs/github-symphony/issues/882)). + ## 2.0.1 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 7db76bf0..9fe2eb29 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@gh-symphony/cli", - "version": "2.0.1", + "version": "2.0.2", "license": "MIT", "author": "hojinzs", "description": "Interactive CLI for GitHub Symphony orchestration",