@planu/cli 5.3.65 → 5.3.66

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,9 @@
1
+ ## [5.3.66] - 2026-08-28
2
+
3
+ ### Bug Fixes
4
+ - fix(SPEC-1314): distinguish registry metadata from publish manifests in privacy gates
5
+
6
+
1
7
  ## [5.3.65] - 2026-08-28
2
8
 
3
9
  ### Bug Fixes
@@ -1 +1 @@
1
- {"schemaVersion":1,"commit":"edd0806d011981ac5b4185880a2871baa5497384"}
1
+ {"schemaVersion":1,"commit":"e6b315bb677135204b8ade0a8d43149075ba3ba4"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@planu/cli",
3
- "version": "5.3.65",
3
+ "version": "5.3.66",
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.65",
5
+ "version": "5.3.66",
6
6
  "icon": "assets/plugin/icon.svg",
7
7
  "command": ["npx", "@planu/cli@latest"],
8
8
  "packageName": "@planu/cli",