@planu/cli 4.12.3 → 4.13.0
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 +6 -0
- package/README.md +9 -5
- package/package.json +9 -9
- package/planu-native.json +1 -1
- package/planu-plugin.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
[](https://www.npmjs.com/package/@planu/cli)
|
|
6
6
|

|
|
7
7
|

|
|
8
|
-

|
|
9
9
|
|
|
10
10
|
**[Documentation](https://planu.dev)** · **[Docs in Spanish](https://planu.dev/es)** · **[Docs in Portuguese](https://planu.dev/pt)**
|
|
11
11
|
|
|
@@ -99,9 +99,13 @@ src/
|
|
|
99
99
|
├── storage/ # Atomic persistence layer
|
|
100
100
|
└── types/ # Strict TypeScript contracts
|
|
101
101
|
|
|
102
|
-
data/
|
|
103
|
-
├── projects/{hash}/
|
|
104
|
-
└── global/
|
|
102
|
+
~/.planu/data/ # Local execution state (outside the repository)
|
|
103
|
+
├── projects/{hash}/ # Evidence, handoffs, reviews, and runtime state
|
|
104
|
+
└── global/ # Shared templates and configuration
|
|
105
|
+
|
|
106
|
+
planu/ # Portable, version-controlled project contract
|
|
107
|
+
├── specs/{spec}/spec.md # Canonical specifications
|
|
108
|
+
└── session.json # Lightweight project/session index
|
|
105
109
|
```
|
|
106
110
|
|
|
107
111
|
---
|
|
@@ -122,4 +126,4 @@ pnpm release:local # Local-first release flow when shipping
|
|
|
122
126
|
|
|
123
127
|
## License
|
|
124
128
|
|
|
125
|
-
[
|
|
129
|
+
Planu is proprietary software. See the [license terms](LICENSE) for permitted use and distribution restrictions.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@planu/cli",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.13.0",
|
|
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.
|
|
38
|
-
"@planu/core-darwin-x64": "4.
|
|
39
|
-
"@planu/core-linux-arm64-gnu": "4.
|
|
40
|
-
"@planu/core-linux-arm64-musl": "4.
|
|
41
|
-
"@planu/core-linux-x64-gnu": "4.
|
|
42
|
-
"@planu/core-linux-x64-musl": "4.
|
|
43
|
-
"@planu/core-win32-arm64-msvc": "4.
|
|
44
|
-
"@planu/core-win32-x64-msvc": "4.
|
|
37
|
+
"@planu/core-darwin-arm64": "4.13.0",
|
|
38
|
+
"@planu/core-darwin-x64": "4.13.0",
|
|
39
|
+
"@planu/core-linux-arm64-gnu": "4.13.0",
|
|
40
|
+
"@planu/core-linux-arm64-musl": "4.13.0",
|
|
41
|
+
"@planu/core-linux-x64-gnu": "4.13.0",
|
|
42
|
+
"@planu/core-linux-x64-musl": "4.13.0",
|
|
43
|
+
"@planu/core-win32-arm64-msvc": "4.13.0",
|
|
44
|
+
"@planu/core-win32-x64-msvc": "4.13.0"
|
|
45
45
|
},
|
|
46
46
|
"engines": {
|
|
47
47
|
"node": ">=24.0.0"
|
package/planu-native.json
CHANGED
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.
|
|
5
|
+
"version": "4.13.0",
|
|
6
6
|
"icon": "assets/plugin/icon.svg",
|
|
7
7
|
"command": [
|
|
8
8
|
"npx",
|