agentworkforce 0.13.0 → 0.14.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 +6 -0
- package/README.md +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -16,6 +16,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
16
16
|
selection, and passes `TARGET_DIR` / `CREATE_MODE` persona inputs.
|
|
17
17
|
- `agentworkforce --version` now prints the installed package version.
|
|
18
18
|
|
|
19
|
+
## [0.14.0] - 2026-05-08
|
|
20
|
+
|
|
21
|
+
### Released
|
|
22
|
+
|
|
23
|
+
- v0.14.0
|
|
24
|
+
|
|
19
25
|
## [0.11.0] - 2026-05-08
|
|
20
26
|
|
|
21
27
|
### Released
|
package/README.md
CHANGED
|
@@ -9,7 +9,7 @@ npm i -g agentworkforce
|
|
|
9
9
|
Then:
|
|
10
10
|
|
|
11
11
|
```sh
|
|
12
|
-
agentworkforce create [--
|
|
12
|
+
agentworkforce create [--save-in-directory=<target>] [--save-default] [--install-in-repo] [--no-launch-metadata]
|
|
13
13
|
agentworkforce agent [--install-in-repo] [--no-launch-metadata] <persona>[@<tier>]
|
|
14
14
|
agentworkforce list [flags]
|
|
15
15
|
agentworkforce show <persona>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "agentworkforce",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.14.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.
|
|
20
|
+
"@agentworkforce/cli": "0.14.0"
|
|
21
21
|
},
|
|
22
22
|
"repository": {
|
|
23
23
|
"type": "git",
|