@nexusclawhq/cli 0.3.24 → 0.3.25

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.
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "packageName": "@nexusclawhq/cli",
3
- "version": "0.3.24",
4
- "gitSha": "dffc8e4d89c5274940cf30498474ad00a27c7fc5",
3
+ "version": "0.3.25",
4
+ "gitSha": "ef190e0b53798cd120004dbf85fb604af94e0144",
5
5
  "ciRunId": null,
6
- "contentDigest": "sha256:ed228c17be13f44a3086368b4e63aa013dabc33f08f9c73ebe1b1399a094e766",
7
- "generatedAt": "2026-08-02T04:30:23.901Z"
6
+ "contentDigest": "sha256:43174c81524f78bd23b44bb87c679fc5fafb53b69af8ad985ef073c9d7de0d9f",
7
+ "generatedAt": "2026-08-02T04:43:32.814Z"
8
8
  }
@@ -1,4 +1,4 @@
1
- export declare const WORKFORCE_TEST_CLI_VERSION = "0.3.24";
1
+ export declare const WORKFORCE_TEST_CLI_VERSION = "0.3.25";
2
2
  export declare function assertWorkforceTestCompatibility(compatibilityVersion: string): void;
3
3
  export interface AgentTestCaseView {
4
4
  id: string;
@@ -12,7 +12,7 @@ exports.listTestResultsRemote = listTestResultsRemote;
12
12
  exports.getTestBaselineRemote = getTestBaselineRemote;
13
13
  exports.getTestRegressionRemote = getTestRegressionRemote;
14
14
  const api_client_1 = require("./api-client");
15
- exports.WORKFORCE_TEST_CLI_VERSION = '0.3.24';
15
+ exports.WORKFORCE_TEST_CLI_VERSION = '0.3.25';
16
16
  function parseCompatibilityVersion(version) {
17
17
  const match = /^(\d+)\.(\d+)\.(\d+)$/.exec(version.trim());
18
18
  if (!match)
@@ -22,9 +22,9 @@ const workforce_test_remote_1 = require("./workforce-test-remote");
22
22
  strict_1.default.throws(() => (0, workforce_test_remote_1.assertWorkforceTestCompatibility)('unknown'), /did not publish cliCompatibilityVersion/);
23
23
  });
24
24
  (0, node_test_1.default)('evaluation preflight blocks a mismatched CLI/Core contract', () => {
25
- strict_1.default.throws(() => (0, workforce_test_remote_1.assertWorkforceTestCompatibility)('0.4.0'), /CLI 0.3.24, Core requires 0.4.0/);
25
+ strict_1.default.throws(() => (0, workforce_test_remote_1.assertWorkforceTestCompatibility)('0.4.0'), /CLI 0.3.25, Core requires 0.4.0/);
26
26
  });
27
27
  (0, node_test_1.default)('evaluation preflight blocks an older CLI than the Core patch contract', () => {
28
- strict_1.default.throws(() => (0, workforce_test_remote_1.assertWorkforceTestCompatibility)('0.3.25'), /CLI 0.3.24, Core requires 0.3.25/);
28
+ strict_1.default.throws(() => (0, workforce_test_remote_1.assertWorkforceTestCompatibility)('0.3.26'), /CLI 0.3.25, Core requires 0.3.26/);
29
29
  });
30
30
  //# sourceMappingURL=workforce-test-remote.test.js.map