Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/host-scoped-tools.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/turn-routability.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @gh-symphony/cli

## 0.17.1

### Patch Changes

- [#775](https://github.com/hojinzs/github-symphony/pull/775) [`b9f676d`](https://github.com/hojinzs/github-symphony/commit/b9f676db21b0b26ee87eebc2257b3fafc503d899) Thanks [@moncher-dev](https://github.com/moncher-dev)! - Run tracker tools through host-owned runtime integrations with normalized issue context and frozen per-session contracts for [#673](https://github.com/hojinzs/github-symphony/issues/673).

- [#771](https://github.com/hojinzs/github-symphony/pull/771) [`a9d32e7`](https://github.com/hojinzs/github-symphony/commit/a9d32e74b849724b50ce8813c3007a12f8dbce0e) Thanks [@moncher-dev](https://github.com/moncher-dev)! - Stop a worker before its next turn when a refreshed tracker snapshot shows the issue is no longer dispatchable or no longer satisfies `required_labels` ([#722](https://github.com/hojinzs/github-symphony/issues/722)).

## 0.17.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gh-symphony/cli",
"version": "0.17.0",
"version": "0.17.1",
"license": "MIT",
"author": "hojinzs",
"description": "Interactive CLI for GitHub Symphony orchestration",
Expand Down