@planu/cli 3.9.2 → 3.9.4

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 +20 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,23 @@
1
+ ## [3.9.4] - 2026-05-15
2
+
3
+ **Tarball SHA-256:** `3134c2a699545d591999710da271b725a4d38c697756eced767971d02f9de62e`
4
+
5
+ ### Bug Fixes
6
+ - fix(reconcile): enforce Claude asset cleanup gates
7
+
8
+ ### Chores
9
+ - chore(reconcile): remove stale Claude rules and skills
10
+
11
+
12
+ ## [3.9.3] - 2026-05-15
13
+
14
+ **Tarball SHA-256:** `cc411a544962db6b38087b081ea847f73042f280d2ee9600c971cb1f2778db73`
15
+
16
+ ### Bug Fixes
17
+ - fix(tests): update release smoke mocks for pnpm dlx
18
+ - fix(release): smoke test scoped cli with pnpm dlx
19
+
20
+
1
21
  ## [3.9.2] - 2026-05-15
2
22
 
3
23
  **Tarball SHA-256:** `3768f401213d28afacbca964d7318d079e92d5f4d454b78705f9995c272034ac`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@planu/cli",
3
- "version": "3.9.2",
3
+ "version": "3.9.4",
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",