@planu/cli 5.3.55 → 5.3.56

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,20 @@
1
+ ## [5.3.56] - 2026-08-25
2
+
3
+ ### Bug Fixes
4
+ - fix(tests): anchor the revert-proof fixture to a pushed pre-guard tag
5
+ - fix(release): name the failing command and its real termination cause
6
+ - fix(release): name the blocking effect and fail closed on a broken tag lookup
7
+ - fix(release): re-anchor a superseded recovery ledger instead of dead-ending
8
+ - fix(worktree): reclaim content-equivalent worktrees and read the canonical branch
9
+
10
+ ### Chores
11
+ - chore(planu): close SPEC-1626
12
+ - chore(planu): close SPEC-1630
13
+ - chore(planu): close SPEC-1625
14
+ - chore(planu): close SPEC-1624, file SPEC-1629 transition-log rotation
15
+ - chore(planu): file SPEC-1625 and SPEC-1626 release-pipeline dogfood bugs
16
+
17
+
1
18
  ## [5.3.55] - 2026-08-25
2
19
 
3
20
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@planu/cli",
3
- "version": "5.3.55",
3
+ "version": "5.3.56",
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.3.55",
5
+ "version": "5.3.56",
6
6
  "icon": "assets/plugin/icon.svg",
7
7
  "command": ["npx", "@planu/cli@latest"],
8
8
  "packageName": "@planu/cli",