@coopcli/specsketch 2026.831.1 → 2026.902.2
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/cli/index.js +1 -1
- package/package.json +3 -4
package/dist/cli/index.js
CHANGED
|
@@ -3500,7 +3500,7 @@ function mountWorkbenchHost(app, options) {
|
|
|
3500
3500
|
}
|
|
3501
3501
|
|
|
3502
3502
|
// server/cli.ts
|
|
3503
|
-
var CLI_VERSION = true ? "2026.
|
|
3503
|
+
var CLI_VERSION = true ? "2026.09.02.2" : "dev";
|
|
3504
3504
|
var USAGE = `Usage: specsketch <change-id> [--port <n>] [--fixture]
|
|
3505
3505
|
specsketch login [--profile <name>] [--web-url <url>]
|
|
3506
3506
|
specsketch --version
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coopcli/specsketch",
|
|
3
|
-
"version": "2026.
|
|
3
|
+
"version": "2026.902.2",
|
|
4
4
|
"description": "coopcli specsketch — draw an architecture diagram, generate an OpenSpec change proposal into your openspec/ change directory. Local-only.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -44,7 +44,6 @@
|
|
|
44
44
|
"author": "",
|
|
45
45
|
"license": "MIT",
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"@cloudflare/workers-types": "^4.20260702.1",
|
|
48
47
|
"@coopcli/agent-harness": "workspace:*",
|
|
49
48
|
"@coopcli/agentscript": "workspace:*",
|
|
50
49
|
"@coopcli/shared": "workspace:*",
|
|
@@ -65,8 +64,8 @@
|
|
|
65
64
|
"typescript": "^6.0.3",
|
|
66
65
|
"valibot": "^1.4.2",
|
|
67
66
|
"vite": "^8.1.3",
|
|
68
|
-
"vitest": "^4.1.
|
|
69
|
-
"wrangler": "^4.
|
|
67
|
+
"vitest": "^4.1.11",
|
|
68
|
+
"wrangler": "^4.127.1"
|
|
70
69
|
},
|
|
71
70
|
"dependencies": {
|
|
72
71
|
"@anthropic-ai/claude-agent-sdk": "0.3.217",
|