agentworkforce 0.7.0 → 0.9.0

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.
package/CHANGELOG.md CHANGED
@@ -9,8 +9,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
 
10
10
  ### Added
11
11
 
12
+ - `agentworkforce create` now opens `persona-maker@best`, supports target
13
+ selection, and passes `TARGET_DIR` / `CREATE_MODE` persona inputs.
12
14
  - `agentworkforce --version` now prints the installed package version.
13
15
 
16
+ ## [0.8.0] - 2026-05-07
17
+
18
+ ### Added
19
+
20
+ - **Add persona create mode**
21
+
14
22
  ## [0.7.0] - 2026-05-07
15
23
 
16
24
  ### Fixed
package/README.md CHANGED
@@ -9,6 +9,7 @@ npm i -g agentworkforce
9
9
  Then:
10
10
 
11
11
  ```sh
12
+ agentworkforce create [--to <target>] [--save-default]
12
13
  agentworkforce agent <persona>[@<tier>]
13
14
  agentworkforce list [flags]
14
15
  agentworkforce show <persona>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentworkforce",
3
- "version": "0.7.0",
3
+ "version": "0.9.0",
4
4
  "private": false,
5
5
  "description": "Top-level installer for the Agent Workforce CLI (installs the `agentworkforce` command). Wraps @agentworkforce/cli.",
6
6
  "type": "module",
@@ -17,7 +17,7 @@
17
17
  "node": ">=22"
18
18
  },
19
19
  "dependencies": {
20
- "@agentworkforce/cli": "0.7.0"
20
+ "@agentworkforce/cli": "0.9.0"
21
21
  },
22
22
  "repository": {
23
23
  "type": "git",