@planu/cli 4.7.1 → 4.7.3
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 +18 -0
- package/dist/config/minimal-implementation-gate.json +110 -0
- package/dist/config/token-waste-autopilot.json +16 -0
- package/dist/engine/compact/compact-middleware.d.ts +2 -2
- package/dist/engine/compact/compact-middleware.js +68 -7
- package/dist/engine/context-artifacts/index.d.ts +2 -0
- package/dist/engine/context-artifacts/index.js +2 -0
- package/dist/engine/context-artifacts/store.d.ts +5 -0
- package/dist/engine/context-artifacts/store.js +176 -0
- package/dist/engine/handoff-artifacts/schemas.d.ts +112 -0
- package/dist/engine/handoff-artifacts/schemas.js +40 -0
- package/dist/engine/minimality/analyzer.d.ts +3 -0
- package/dist/engine/minimality/analyzer.js +140 -0
- package/dist/engine/minimality/formatter.d.ts +3 -0
- package/dist/engine/minimality/formatter.js +25 -0
- package/dist/engine/minimality/index.d.ts +4 -0
- package/dist/engine/minimality/index.js +4 -0
- package/dist/engine/minimality/policy-loader.d.ts +3 -0
- package/dist/engine/minimality/policy-loader.js +133 -0
- package/dist/engine/token-optimizer/content-aware-compactor.d.ts +4 -0
- package/dist/engine/token-optimizer/content-aware-compactor.js +230 -0
- package/dist/engine/token-optimizer/index.d.ts +1 -0
- package/dist/engine/token-optimizer/index.js +1 -0
- package/dist/engine/token-optimizer/output-filter.js +18 -2
- package/dist/engine/token-optimizer/policy-loader.js +12 -0
- package/dist/engine/token-optimizer/reporter.d.ts +4 -0
- package/dist/engine/token-optimizer/reporter.js +14 -1
- package/dist/engine/validator/validation-report-writer.d.ts +2 -0
- package/dist/engine/validator/validation-report-writer.js +19 -0
- package/dist/engine/web-fetcher/docs-fetcher.js +5 -1
- package/dist/tools/challenge-spec.js +25 -0
- package/dist/tools/package-handoff.js +23 -1
- package/dist/tools/safe-handler.js +4 -1
- package/dist/tools/token-usage-handler.js +5 -3
- package/dist/tools/update-status/dod-gates.js +9 -0
- package/dist/tools/validate.js +34 -0
- package/dist/types/compact/compact-mode.d.ts +5 -0
- package/dist/types/context-artifacts.d.ts +96 -0
- package/dist/types/context-artifacts.js +2 -0
- package/dist/types/handoff-artifacts.d.ts +2 -0
- package/dist/types/index.d.ts +2 -0
- package/dist/types/index.js +2 -0
- package/dist/types/minimal-implementation-gate.d.ts +92 -0
- package/dist/types/minimal-implementation-gate.js +2 -0
- package/dist/types/token-optimization.d.ts +2 -0
- package/dist/types/token-waste-autopilot.d.ts +15 -0
- package/package.json +17 -17
- package/planu-native.json +1 -1
- package/planu-plugin.json +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@planu/cli",
|
|
3
|
-
"version": "4.7.
|
|
3
|
+
"version": "4.7.3",
|
|
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.7.
|
|
38
|
-
"@planu/core-darwin-x64": "4.7.
|
|
39
|
-
"@planu/core-linux-arm64-gnu": "4.7.
|
|
40
|
-
"@planu/core-linux-arm64-musl": "4.7.
|
|
41
|
-
"@planu/core-linux-x64-gnu": "4.7.
|
|
42
|
-
"@planu/core-linux-x64-musl": "4.7.
|
|
43
|
-
"@planu/core-win32-arm64-msvc": "4.7.
|
|
44
|
-
"@planu/core-win32-x64-msvc": "4.7.
|
|
37
|
+
"@planu/core-darwin-arm64": "4.7.3",
|
|
38
|
+
"@planu/core-darwin-x64": "4.7.3",
|
|
39
|
+
"@planu/core-linux-arm64-gnu": "4.7.3",
|
|
40
|
+
"@planu/core-linux-arm64-musl": "4.7.3",
|
|
41
|
+
"@planu/core-linux-x64-gnu": "4.7.3",
|
|
42
|
+
"@planu/core-linux-x64-musl": "4.7.3",
|
|
43
|
+
"@planu/core-win32-arm64-msvc": "4.7.3",
|
|
44
|
+
"@planu/core-win32-x64-msvc": "4.7.3"
|
|
45
45
|
},
|
|
46
46
|
"engines": {
|
|
47
47
|
"node": ">=24.0.0"
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
],
|
|
130
130
|
"license": "SEE LICENSE IN LICENSE",
|
|
131
131
|
"dependencies": {
|
|
132
|
-
"@anthropic-ai/sdk": "^0.
|
|
132
|
+
"@anthropic-ai/sdk": "^0.105.0",
|
|
133
133
|
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
134
134
|
"glob": "^13.0.6",
|
|
135
135
|
"yaml": "^2.9.0",
|
|
@@ -171,7 +171,7 @@
|
|
|
171
171
|
"@commitlint/cli": "^21.0.2",
|
|
172
172
|
"@commitlint/config-conventional": "^21.0.2",
|
|
173
173
|
"@eslint/js": "^10.0.1",
|
|
174
|
-
"@napi-rs/cli": "^3.7.
|
|
174
|
+
"@napi-rs/cli": "^3.7.2",
|
|
175
175
|
"@secretlint/secretlint-rule-no-homedir": "^13.0.2",
|
|
176
176
|
"@secretlint/secretlint-rule-preset-recommend": "^13.0.2",
|
|
177
177
|
"@semantic-release/changelog": "^6.0.3",
|
|
@@ -182,19 +182,19 @@
|
|
|
182
182
|
"@semantic-release/release-notes-generator": "^14.1.1",
|
|
183
183
|
"@stryker-mutator/core": "^9.6.1",
|
|
184
184
|
"@stryker-mutator/vitest-runner": "^9.6.1",
|
|
185
|
-
"@supabase/supabase-js": "^2.108.
|
|
185
|
+
"@supabase/supabase-js": "^2.108.2",
|
|
186
186
|
"@types/node": "^25.9.3",
|
|
187
187
|
"@vitejs/plugin-vue": "^6.0.7",
|
|
188
|
-
"@vitest/coverage-v8": "^4.1.
|
|
188
|
+
"@vitest/coverage-v8": "^4.1.9",
|
|
189
189
|
"@vue/test-utils": "^2.4.11",
|
|
190
190
|
"eslint": "^10.5.0",
|
|
191
191
|
"eslint-config-prettier": "^10.1.8",
|
|
192
192
|
"eslint-import-resolver-typescript": "^4.4.5",
|
|
193
193
|
"eslint-plugin-import": "^2.32.0",
|
|
194
|
-
"happy-dom": "^20.10.
|
|
194
|
+
"happy-dom": "^20.10.6",
|
|
195
195
|
"husky": "^9.1.7",
|
|
196
196
|
"javascript-obfuscator": "^5.4.3",
|
|
197
|
-
"knip": "^6.
|
|
197
|
+
"knip": "^6.17.1",
|
|
198
198
|
"lint-staged": "^17.0.7",
|
|
199
199
|
"madge": "^8.0.0",
|
|
200
200
|
"prettier": "^3.8.4",
|
|
@@ -203,9 +203,9 @@
|
|
|
203
203
|
"tsc-alias": "^1.8.17",
|
|
204
204
|
"type-coverage": "^2.29.7",
|
|
205
205
|
"typescript": "^6.0.3",
|
|
206
|
-
"typescript-eslint": "^8.61.
|
|
206
|
+
"typescript-eslint": "^8.61.1",
|
|
207
207
|
"vite": "^8.0.16",
|
|
208
|
-
"vitest": "^4.1.
|
|
208
|
+
"vitest": "^4.1.9",
|
|
209
209
|
"vue": "^3.5.38"
|
|
210
210
|
}
|
|
211
211
|
}
|
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.7.
|
|
5
|
+
"version": "4.7.3",
|
|
6
6
|
"icon": "assets/plugin/icon.svg",
|
|
7
7
|
"command": [
|
|
8
8
|
"npx",
|