@nexusclawhq/cli 0.3.15 → 0.3.17

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 (43) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist/build-info.json +4 -4
  3. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/agent-executable-assets/workforce-release-events.types.d.ts +3 -0
  4. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/index.d.ts +0 -1
  5. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/index.js +0 -1
  6. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/index.js.map +1 -1
  7. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/en-US.d.ts +0 -11
  8. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/en-US.js +0 -11
  9. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/en-US.js.map +1 -1
  10. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/index.d.ts +0 -22
  11. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.d.ts +0 -11
  12. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.js +0 -11
  13. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.js.map +1 -1
  14. package/dist/nexus-cli/node_modules/@nexusclaw/shared/package.json +0 -4
  15. package/dist/nexus-cli/src/cli.js +0 -0
  16. package/dist/nexus-cli/src/cli.test.js +1 -0
  17. package/dist/nexus-cli/src/cli.test.js.map +1 -1
  18. package/dist/nexus-cli/src/commands/employee/bundle.d.ts +1 -0
  19. package/dist/nexus-cli/src/commands/employee/bundle.js +9 -0
  20. package/dist/nexus-cli/src/commands/employee/bundle.js.map +1 -1
  21. package/dist/nexus-cli/src/services/api-client.d.ts +6 -0
  22. package/dist/nexus-cli/src/services/api-client.js +2 -0
  23. package/dist/nexus-cli/src/services/api-client.js.map +1 -1
  24. package/dist/nexus-cli/src/services/workforce-remote-operations.d.ts +4 -0
  25. package/dist/nexus-cli/src/services/workforce-remote-operations.js +15 -0
  26. package/dist/nexus-cli/src/services/workforce-remote-operations.js.map +1 -1
  27. package/dist/nexus-cli/src/services/workforce-test-remote.d.ts +1 -1
  28. package/dist/nexus-cli/src/services/workforce-test-remote.js +1 -1
  29. package/dist/nexus-cli/src/services/workforce-test-remote.test.js +1 -1
  30. package/dist/tsconfig.tsbuildinfo +1 -1
  31. package/package.json +1 -1
  32. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/workspace-regional-settings.d.ts +0 -15
  33. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/workspace-regional-settings.js +0 -30
  34. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/workspace-regional-settings.js.map +0 -1
  35. package/dist/nexus-cli/src/services/__env-probe.test.d.ts +0 -1
  36. package/dist/nexus-cli/src/services/__env-probe.test.js +0 -13
  37. package/dist/nexus-cli/src/services/__env-probe.test.js.map +0 -1
  38. package/dist/nexus-cli/src/services/ai-authoring-context-v2.pack.e2e.test.d.ts +0 -1
  39. package/dist/nexus-cli/src/services/ai-authoring-context-v2.pack.e2e.test.js +0 -132
  40. package/dist/nexus-cli/src/services/ai-authoring-context-v2.pack.e2e.test.js.map +0 -1
  41. package/dist/nexus-cli/src/templates/project/templates/drill-code-extension-page/src/components/drill-code-extension-page/index.js +0 -70
  42. package/dist/nexus-cli/src/templates/project/templates/drill-code-extension-page/src/metadata/drill-code-extension-page.manifest.json +0 -63
  43. package/dist/nexus-cli/src/templates/project/templates/drill-code-extension-page/src/tests/drill-code-extension-page.assertions.json +0 -13
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.3.17 - 2026-07-30
4
+
5
+ - Surface the formal rollback re-promote audit contract, including activation
6
+ kind, reused approval/envelope, prior promotion receipt, and rollback receipt.
7
+
8
+ ## 0.3.16 - 2026-07-30
9
+
10
+ - Add the read-only `employee bundle activation-readiness` command for release
11
+ head, immutable AgentVersion/code-action materialization, transition outbox,
12
+ and runtime-dispatch lineage inspection.
13
+
3
14
  ## 0.3.15 - 2026-07-30
4
15
 
5
16
  - Normalize wrapped MFA factor-list entries returned as
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "packageName": "@nexusclawhq/cli",
3
- "version": "0.3.15",
4
- "gitSha": "e09a5aa5c0110024c212e44750dc8e7f7d6f02db",
3
+ "version": "0.3.17",
4
+ "gitSha": "0c1f9911611998d1b027270ca999f8134b845c89",
5
5
  "ciRunId": null,
6
- "contentDigest": "sha256:2a0050e2e489bb361ac34a96c6db593ba253f4f535a4074ab2c9f151c58266f5",
7
- "generatedAt": "2026-07-29T22:54:29.849Z"
6
+ "contentDigest": "sha256:acf6563b5ad55893f6db93862edd67778765564077c4e276e3232499f7a76945",
7
+ "generatedAt": "2026-07-29T23:25:11.271Z"
8
8
  }
@@ -4,6 +4,9 @@ export interface WorkforceReleaseHeadChangedEventV1 {
4
4
  workspaceId: string;
5
5
  agentApiName: string;
6
6
  transition: 'promote' | 'rollback';
7
+ activationKind?: 'initial_promote' | 'rollback_repromote';
8
+ priorPromotionReceiptId?: string;
9
+ rollbackReceiptId?: string;
7
10
  beforeReleaseSetId: string | null;
8
11
  afterReleaseSetId: string | null;
9
12
  beforeGeneration: number;
@@ -11,4 +11,3 @@ export * from './platform-admin-release-governance';
11
11
  export * from './agent-executable-assets';
12
12
  export * from './ai-employee-runtime';
13
13
  export * from './ai-employee-cognition';
14
- export * from './workspace-regional-settings';
@@ -29,5 +29,4 @@ __exportStar(require("./platform-admin-release-governance"), exports);
29
29
  __exportStar(require("./agent-executable-assets"), exports);
30
30
  __exportStar(require("./ai-employee-runtime"), exports);
31
31
  __exportStar(require("./ai-employee-cognition"), exports);
32
- __exportStar(require("./workspace-regional-settings"), exports);
33
32
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,4CAA0B;AAC1B,6CAAoD;AAA3C,0GAAA,eAAe,OAAA;AACxB,kDAAgC;AAChC,0DAAwC;AACxC,0DAAwC;AACxC,qDAAmC;AACnC,oDAAkC;AAClC,0DAAwC;AACxC,mEAAiD;AACjD,sEAAoD;AACpD,4DAA0C;AAC1C,wDAAsC;AACtC,0DAAwC;AACxC,gEAA8C"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,4CAA0B;AAC1B,6CAAoD;AAA3C,0GAAA,eAAe,OAAA;AACxB,kDAAgC;AAChC,0DAAwC;AACxC,0DAAwC;AACxC,qDAAmC;AACnC,oDAAkC;AAClC,0DAAwC;AACxC,mEAAiD;AACjD,sEAAoD;AACpD,4DAA0C;AAC1C,wDAAsC;AACtC,0DAAwC"}
@@ -5025,8 +5025,6 @@ declare const _default: {
5025
5025
  sendMessageAria: string;
5026
5026
  requestFailedWithStatus: string;
5027
5027
  serviceException: string;
5028
- newConversation: string;
5029
- restoringSession: string;
5030
5028
  historyButton: string;
5031
5029
  historyTitle: string;
5032
5030
  historyEmpty: string;
@@ -7446,8 +7444,6 @@ declare const _default: {
7446
7444
  builderPreviewMenuCaption: string;
7447
7445
  builderPreviewRun: string;
7448
7446
  builderPreviewWelcome: string;
7449
- builderPreviewNewSession: string;
7450
- builderPreviewRestoring: string;
7451
7447
  builderReadinessTitle: string;
7452
7448
  builderReadiness: {
7453
7449
  access: string;
@@ -18913,13 +18909,6 @@ declare const _default: {
18913
18909
  subscriptionId: string;
18914
18910
  catalogLoadFailed: string;
18915
18911
  catalogLoadFailedDescription: string;
18916
- language: string;
18917
- timezone: string;
18918
- dateFormat: string;
18919
- timeFormat: string;
18920
- numberFormat: string;
18921
- currencyPosition: string;
18922
- fiscalYearStartMonth: string;
18923
18912
  };
18924
18913
  tenantDetail: {
18925
18914
  updateSuccess: string;
@@ -5047,8 +5047,6 @@ const messages = {
5047
5047
  requestFailedWithStatus: "Request failed ({status})",
5048
5048
  serviceException: "Service error",
5049
5049
  // Conversation history / meeting replay (caller-scoped by userId+workspaceId)
5050
- newConversation: "New conversation",
5051
- restoringSession: "Restoring the last training conversation…",
5052
5050
  historyButton: "History",
5053
5051
  historyTitle: "Conversation history",
5054
5052
  historyEmpty: "No conversations yet",
@@ -7454,8 +7452,6 @@ const messages = {
7454
7452
  builderPreviewMenuCaption: "Task input and output",
7455
7453
  builderPreviewRun: "Preview run",
7456
7454
  builderPreviewWelcome: "Enter a real task and I will try it with the current AI employee configuration.",
7457
- builderPreviewNewSession: "New conversation",
7458
- builderPreviewRestoring: "Restoring the last conversation…",
7459
7455
  builderReadinessTitle: "Readiness",
7460
7456
  builderReadiness: {
7461
7457
  access: "Usage scope",
@@ -18984,13 +18980,6 @@ const messages = {
18984
18980
  subscriptionId: "Subscription ID",
18985
18981
  catalogLoadFailed: "Failed to load the subscription catalog",
18986
18982
  catalogLoadFailedDescription: "Available plans and billing cycles could not be read. Resolve the issue and retry.",
18987
- language: "Default Language",
18988
- timezone: "Default Time Zone",
18989
- dateFormat: "Date Format",
18990
- timeFormat: "Time Format",
18991
- numberFormat: "Number Format",
18992
- currencyPosition: "Currency Symbol Position",
18993
- fiscalYearStartMonth: "Fiscal Year Start Month",
18994
18983
  },
18995
18984
  tenantDetail: {
18996
18985
  updateSuccess: "Subscription updated",