@planu/cli 4.3.16 → 4.3.17

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@planu/cli",
3
- "version": "4.3.16",
3
+ "version": "4.3.17",
4
4
  "description": "Planu — MCP Server for Spec Driven Development with native Rust acceleration for hot paths. Cross-platform (Linux/macOS/Windows, x64/arm64, glibc/musl).",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -34,14 +34,14 @@
34
34
  "packageName": "@planu/core"
35
35
  },
36
36
  "optionalDependencies": {
37
- "@planu/core-darwin-arm64": "4.3.16",
38
- "@planu/core-darwin-x64": "4.3.16",
39
- "@planu/core-linux-arm64-gnu": "4.3.16",
40
- "@planu/core-linux-arm64-musl": "4.3.16",
41
- "@planu/core-linux-x64-gnu": "4.3.16",
42
- "@planu/core-linux-x64-musl": "4.3.16",
43
- "@planu/core-win32-arm64-msvc": "4.3.16",
44
- "@planu/core-win32-x64-msvc": "4.3.16"
37
+ "@planu/core-darwin-arm64": "4.3.17",
38
+ "@planu/core-darwin-x64": "4.3.17",
39
+ "@planu/core-linux-arm64-gnu": "4.3.17",
40
+ "@planu/core-linux-arm64-musl": "4.3.17",
41
+ "@planu/core-linux-x64-gnu": "4.3.17",
42
+ "@planu/core-linux-x64-musl": "4.3.17",
43
+ "@planu/core-win32-arm64-msvc": "4.3.17",
44
+ "@planu/core-win32-x64-msvc": "4.3.17"
45
45
  },
46
46
  "engines": {
47
47
  "node": ">=24.0.0"
@@ -170,7 +170,7 @@
170
170
  "@commitlint/cli": "^21.0.1",
171
171
  "@commitlint/config-conventional": "^21.0.1",
172
172
  "@eslint/js": "^10.0.1",
173
- "@napi-rs/cli": "^3.6.2",
173
+ "@napi-rs/cli": "^3.7.0",
174
174
  "@secretlint/secretlint-rule-no-homedir": "^13.0.2",
175
175
  "@secretlint/secretlint-rule-preset-recommend": "^13.0.2",
176
176
  "@semantic-release/changelog": "^6.0.3",
@@ -205,6 +205,6 @@
205
205
  "typescript-eslint": "^8.60.0",
206
206
  "vite": "^8.0.14",
207
207
  "vitest": "^4.1.7",
208
- "vue": "^3.5.34"
208
+ "vue": "^3.5.35"
209
209
  }
210
210
  }
package/planu-native.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "dev.planu.native",
3
3
  "displayName": "Planu Native Lightweight Surface",
4
- "version": "4.3.16",
4
+ "version": "4.3.17",
5
5
  "packageName": "@planu/cli",
6
6
  "modes": {
7
7
  "lightweight": {
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": "4.3.16",
5
+ "version": "4.3.17",
6
6
  "icon": "assets/plugin/icon.svg",
7
7
  "command": ["npx", "@planu/cli@latest"],
8
8
  "packageName": "@planu/cli",