Skip to content
Merged
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
8 changes: 7 additions & 1 deletion packages/harness-kit/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.5.5] - 2026-05-02

### Fixed

- Publish harness-kit with a compatible workload-router dependency range so npm can resolve the released packages together.

### Added

- Add a `useRunnablePersona` / `useRunnableSelection` bridge that launches the selected harness non-interactively and returns captured execution results.
Expand All @@ -15,7 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Dependencies

- Sync package versions to 0.5.3
- Sync package versions to 0.5.4

## [0.2.1] - 2026-04-29

Expand Down
4 changes: 2 additions & 2 deletions packages/harness-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agentworkforce/harness-kit",
"version": "0.5.4",
"version": "0.5.5",
"private": false,
"type": "module",
"main": "dist/index.js",
Expand All @@ -18,7 +18,7 @@
"package.json"
],
"dependencies": {
"@agentworkforce/workload-router": "workspace:*"
"@agentworkforce/workload-router": "workspace:^"
},
"repository": {
"type": "git",
Expand Down
3 changes: 1 addition & 2 deletions packages/workload-router/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Dependencies

- Sync package versions to 0.5.3
- Sync package versions to 0.5.4

## [0.5.1] - 2026-04-30

Expand All @@ -30,4 +30,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Released

- v0.4.1

2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading