diff --git a/.changeset/agent-tool-contract-docs.md b/.changeset/agent-tool-contract-docs.md deleted file mode 100644 index 97113dc3..00000000 --- a/.changeset/agent-tool-contract-docs.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@gh-symphony/cli": patch ---- - -Document host-side GitHub and Linear tracker tools, their execution-context and credential boundaries, and Docker verification for #732. diff --git a/.changeset/bright-state-concurrency-warnings.md b/.changeset/bright-state-concurrency-warnings.md deleted file mode 100644 index 4c8a8a72..00000000 --- a/.changeset/bright-state-concurrency-warnings.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@gh-symphony/cli": patch ---- - -Warn in `workflow validate` and `doctor` when ignored per-state concurrency entries cannot take effect (#767). diff --git a/.changeset/routable-orchestration.md b/.changeset/routable-orchestration.md deleted file mode 100644 index 36a96faf..00000000 --- a/.changeset/routable-orchestration.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@gh-symphony/cli": minor ---- - -Apply required-label routing checks throughout orchestrator dispatch, retry, and reconciliation, with explainable cancellation reasons for #721. diff --git a/.changeset/server-port-frontmatter.md b/.changeset/server-port-frontmatter.md deleted file mode 100644 index 15832380..00000000 --- a/.changeset/server-port-frontmatter.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@gh-symphony/cli": patch ---- - -Support `server.port` workflow configuration and the `--port` HTTP CLI alias for #751. diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index c2c52639..15df403e 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,19 @@ # @gh-symphony/cli +## 0.17.0 + +### Minor Changes + +- [#755](https://github.com/hojinzs/github-symphony/pull/755) [`9f61b43`](https://github.com/hojinzs/github-symphony/commit/9f61b43e1e91855425ae9dd3bb208a3bddb6d421) Thanks [@moncher-dev](https://github.com/moncher-dev)! - Apply required-label routing checks throughout orchestrator dispatch, retry, and reconciliation, with explainable cancellation reasons for [#721](https://github.com/hojinzs/github-symphony/issues/721). + +### Patch Changes + +- [#754](https://github.com/hojinzs/github-symphony/pull/754) [`c549d08`](https://github.com/hojinzs/github-symphony/commit/c549d0809fabe9a2e0881305322263608fae63a6) Thanks [@moncher-dev](https://github.com/moncher-dev)! - Document host-side GitHub and Linear tracker tools, their execution-context and credential boundaries, and Docker verification for [#732](https://github.com/hojinzs/github-symphony/issues/732). + +- [#768](https://github.com/hojinzs/github-symphony/pull/768) [`188eb24`](https://github.com/hojinzs/github-symphony/commit/188eb2476498e50b8cb029c76ab0c4953d72d046) Thanks [@moncher-dev](https://github.com/moncher-dev)! - Warn in `workflow validate` and `doctor` when ignored per-state concurrency entries cannot take effect ([#767](https://github.com/hojinzs/github-symphony/issues/767)). + +- [#761](https://github.com/hojinzs/github-symphony/pull/761) [`026916b`](https://github.com/hojinzs/github-symphony/commit/026916b752ce26a2c36134d10ac55d5d53554bf9) Thanks [@moncher-dev](https://github.com/moncher-dev)! - Support `server.port` workflow configuration and the `--port` HTTP CLI alias for [#751](https://github.com/hojinzs/github-symphony/issues/751). + ## 0.16.0 ### Minor Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index ab550d8f..4088a9d2 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@gh-symphony/cli", - "version": "0.16.0", + "version": "0.17.0", "license": "MIT", "author": "hojinzs", "description": "Interactive CLI for GitHub Symphony orchestration",