@spekn/cli 1.0.5 → 1.0.6
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/dist/main.js +30468 -57589
- package/dist/tui/index.mjs +3 -3
- package/package.json +2 -7
package/dist/tui/index.mjs
CHANGED
|
@@ -8441,10 +8441,10 @@ var COMMAND_CATALOG = [
|
|
|
8441
8441
|
|
|
8442
8442
|
// src/utils/build-info.ts
|
|
8443
8443
|
var BUILD_INFO = {
|
|
8444
|
-
version: "1.0.
|
|
8445
|
-
gitCommit: "
|
|
8444
|
+
version: "1.0.6",
|
|
8445
|
+
gitCommit: "54111ac",
|
|
8446
8446
|
gitBranch: "main",
|
|
8447
|
-
buildTime: "2026-03-05T22:
|
|
8447
|
+
buildTime: "2026-03-05T22:23:57.924Z",
|
|
8448
8448
|
nodeVersion: process.version
|
|
8449
8449
|
};
|
|
8450
8450
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spekn/cli",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.6",
|
|
4
4
|
"description": "Spekn CLI — Spec-Driven Development toolchain. Installs the `spekn` command.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -54,6 +54,7 @@
|
|
|
54
54
|
"@openpanel/sdk": "^1.0.0",
|
|
55
55
|
"commander": "^14.0.3",
|
|
56
56
|
"js-yaml": "^4.1.0",
|
|
57
|
+
"openai": "^6.26.0",
|
|
57
58
|
"open": "^10.2.0",
|
|
58
59
|
"zod": "^4.3.6"
|
|
59
60
|
},
|
|
@@ -63,12 +64,6 @@
|
|
|
63
64
|
},
|
|
64
65
|
"devDependencies": {
|
|
65
66
|
"@inkjs/ui": "^2.0.0",
|
|
66
|
-
"@spekn/analytics": "*",
|
|
67
|
-
"@spekn/agents": "*",
|
|
68
|
-
"@spekn/bridge": "*",
|
|
69
|
-
"@spekn/check": "*",
|
|
70
|
-
"@spekn/shared": "*",
|
|
71
|
-
"@spekn/tui": "*",
|
|
72
67
|
"@trpc/client": "^10.45.4",
|
|
73
68
|
"ink": "^6.8.0",
|
|
74
69
|
"react": "^19.2.0",
|