@nexusclawhq/cli 0.3.14 → 0.3.16
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 +12 -0
- package/dist/build-info.json +4 -4
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/en-US.d.ts +477 -0
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/en-US.js +488 -11
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/en-US.js.map +1 -1
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/index.d.ts +954 -0
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.d.ts +477 -0
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.js +547 -70
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.js.map +1 -1
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/platform-admin-route-readiness/index.js +59 -57
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/platform-admin-route-readiness/index.js.map +1 -1
- package/dist/nexus-cli/src/cli.test.js +1 -0
- package/dist/nexus-cli/src/cli.test.js.map +1 -1
- package/dist/nexus-cli/src/commands/employee/bundle.d.ts +1 -0
- package/dist/nexus-cli/src/commands/employee/bundle.js +9 -0
- package/dist/nexus-cli/src/commands/employee/bundle.js.map +1 -1
- package/dist/nexus-cli/src/services/api-client.js +7 -1
- package/dist/nexus-cli/src/services/api-client.js.map +1 -1
- package/dist/nexus-cli/src/services/step-up-helper.test.js +12 -1
- package/dist/nexus-cli/src/services/step-up-helper.test.js.map +1 -1
- package/dist/nexus-cli/src/services/workforce-remote-operations.d.ts +4 -0
- package/dist/nexus-cli/src/services/workforce-remote-operations.js +13 -0
- package/dist/nexus-cli/src/services/workforce-remote-operations.js.map +1 -1
- package/dist/nexus-cli/src/services/workforce-test-remote.d.ts +1 -1
- package/dist/nexus-cli/src/services/workforce-test-remote.js +1 -1
- package/dist/nexus-cli/src/services/workforce-test-remote.test.js +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.3.16 - 2026-07-30
|
|
4
|
+
|
|
5
|
+
- Add the read-only `employee bundle activation-readiness` command for release
|
|
6
|
+
head, immutable AgentVersion/code-action materialization, transition outbox,
|
|
7
|
+
and runtime-dispatch lineage inspection.
|
|
8
|
+
|
|
9
|
+
## 0.3.15 - 2026-07-30
|
|
10
|
+
|
|
11
|
+
- Normalize wrapped MFA factor-list entries returned as
|
|
12
|
+
`{ factor, recoveryCodesRemaining }` before selecting verified factors for
|
|
13
|
+
step-up, preventing false `STEP_UP_NO_VERIFIED_FACTOR` failures.
|
|
14
|
+
|
|
3
15
|
## 0.3.14 - 2026-07-30
|
|
4
16
|
|
|
5
17
|
- Bootstrap workforce promote/rollback step-up challenges automatically when
|
package/dist/build-info.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"packageName": "@nexusclawhq/cli",
|
|
3
|
-
"version": "0.3.
|
|
4
|
-
"gitSha": "
|
|
3
|
+
"version": "0.3.16",
|
|
4
|
+
"gitSha": "75c6d1bdf82e926644b5eee4f5d26a039a8d47f5",
|
|
5
5
|
"ciRunId": null,
|
|
6
|
-
"contentDigest": "sha256:
|
|
7
|
-
"generatedAt": "2026-07-
|
|
6
|
+
"contentDigest": "sha256:183f4a4623e2568297839e145e2c161ecc160a313d5b2473a4b8da8b65572c9a",
|
|
7
|
+
"generatedAt": "2026-07-29T23:06:08.764Z"
|
|
8
8
|
}
|