@agentworkforce/cli 3.0.0 → 3.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +0 -14
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -7,20 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
- ## [3.0.0] - 2026-05-12
11
-
12
- ### Added
13
-
14
- - **Ship workforce deploy v1 — persona-as-deployable-agent**
15
-
16
- ### Fixed
17
-
18
- - Address PR review feedback + unblock examples typecheck
19
-
20
- ### Changed
21
-
22
- - Drop tiers; flatten harness/model/prompt to top-level
23
-
24
10
  ## [2.1.3] - 2026-05-11
25
11
 
26
12
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agentworkforce/cli",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "files": [
@@ -13,9 +13,9 @@
13
13
  "@relayburn/sdk": "^2.5.2",
14
14
  "@relayfile/local-mount": "^0.7.0",
15
15
  "ora": "^9.4.0",
16
- "@agentworkforce/persona-kit": "3.0.0",
17
16
  "@agentworkforce/deploy": "0.0.0",
18
- "@agentworkforce/workload-router": "3.0.0"
17
+ "@agentworkforce/persona-kit": "3.0.1",
18
+ "@agentworkforce/workload-router": "3.0.1"
19
19
  },
20
20
  "repository": {
21
21
  "type": "git",