@nexusclawhq/cli 0.3.8 → 0.3.9

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
@@ -1,5 +1,10 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.3.9 - 2026-07-28
4
+
5
+ - Supersede 0.3.8 so the immutable npm artifact records the exact Core Git
6
+ SHA in `nexus --build-info --json`.
7
+
3
8
  ## 0.3.8 - 2026-07-28
4
9
 
5
10
  - Treat fixture call-order mismatch as a candidate assertion failure while
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "packageName": "@nexusclawhq/cli",
3
- "version": "0.3.8",
4
- "gitSha": "unknown",
3
+ "version": "0.3.9",
4
+ "gitSha": "2ebfdfe50fb58023517d906c2b6df5392eec4198",
5
5
  "ciRunId": null,
6
6
  "contentDigest": "sha256:4b8f515e36272305bc8c2fd9a8d5372a9a0cdc9b53723c790c2d27e7fc011b54",
7
- "generatedAt": "2026-07-28T03:52:37.838Z"
7
+ "generatedAt": "2026-07-28T04:04:09.301Z"
8
8
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nexusclawhq/cli",
3
- "version": "0.3.8",
3
+ "version": "0.3.9",
4
4
  "files": ["dist", "README.md", "CHANGELOG.md"],
5
5
  "description": "NexusClaw CLI - 元数据管理命令行工具",
6
6
  "main": "dist/nexus-cli/src/cli.js",