@planu/cli 5.7.2 → 5.7.3

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,3 +1,11 @@
1
+ ## [5.7.3] - 2026-08-31
2
+
3
+ ### Bug Fixes
4
+ - fix(release): validate ledger shape before abort version derivation
5
+ - fix(release): fail-closed recovery ledger writer and tolerant abort for corrupted releaseVersion
6
+ - fix(build): report real git failure in provenance stamp and retry transient errors
7
+
8
+
1
9
  ## [5.7.2] - 2026-08-31
2
10
 
3
11
  ### Bug Fixes
@@ -1 +1 @@
1
- {"schemaVersion":1,"commit":"a6e3e4beee6e286f9f7e2e336c4eb14beafe141c"}
1
+ {"schemaVersion":1,"commit":"c4bce4cb95bcc9bf608918ec18bf3dd47c6b3f91"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@planu/cli",
3
- "version": "5.7.2",
3
+ "version": "5.7.3",
4
4
  "description": "Planu — MCP Server for Spec Driven Development. Cross-platform (Linux/macOS/Windows, x64/arm64).",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
package/planu-plugin.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "dev.planu.cli",
3
3
  "displayName": "Planu — Spec Driven Development",
4
4
  "description": "Manage software specs, estimations, and autonomous SDD workflows. Language-agnostic MCP server for Claude Code.",
5
- "version": "5.7.2",
5
+ "version": "5.7.3",
6
6
  "icon": "assets/plugin/icon.svg",
7
7
  "command": ["npx", "@planu/cli@latest"],
8
8
  "packageName": "@planu/cli",