@planu/cli 3.9.3 → 3.9.5

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,22 @@
1
+ ## [3.9.5] - 2026-05-15
2
+
3
+ **Tarball SHA-256:** `11fa506c006e59292069158b32b580ab861cfb71ea5fefa60c5308fbf55b129a`
4
+
5
+ ### Bug Fixes
6
+ - fix(website): sync release page metadata
7
+
8
+
9
+ ## [3.9.4] - 2026-05-15
10
+
11
+ **Tarball SHA-256:** `3134c2a699545d591999710da271b725a4d38c697756eced767971d02f9de62e`
12
+
13
+ ### Bug Fixes
14
+ - fix(reconcile): enforce Claude asset cleanup gates
15
+
16
+ ### Chores
17
+ - chore(reconcile): remove stale Claude rules and skills
18
+
19
+
1
20
  ## [3.9.3] - 2026-05-15
2
21
 
3
22
  **Tarball SHA-256:** `cc411a544962db6b38087b081ea847f73042f280d2ee9600c971cb1f2778db73`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@planu/cli",
3
- "version": "3.9.3",
3
+ "version": "3.9.5",
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",