glassbox 0.18.0 → 0.19.0-beta.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.js +1 -1
- package/dist/client/app.global.js +18 -18
- package/package.json +9 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "glassbox",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.19.0-beta.2",
|
|
4
4
|
"description": "A local code review tool for AI-generated code. Review diffs, annotate lines, and export structured feedback that AI tools can act on.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -49,10 +49,13 @@
|
|
|
49
49
|
"demo:capture": "npm run build:client && tsx scripts/demo/capture-demo.ts",
|
|
50
50
|
"demo:capture-stills": "npm run build:client && tsx scripts/demo/capture-stills.ts",
|
|
51
51
|
"gt:capture": "npm run build:client && tsx scripts/ground-truth/capture-screenshots.ts",
|
|
52
|
-
"gt:review": "
|
|
52
|
+
"gt:review": "tsx src/cli.ts --ground-truth ground-truth-screenshots/manifest.json",
|
|
53
|
+
"gt:capture-review": "npm run gt:capture && npm run gt:review",
|
|
54
|
+
"gt:promote": "tsx src/cli.ts ground-truth promote ground-truth-screenshots/manifest.json",
|
|
53
55
|
"lint": "eslint src/",
|
|
54
56
|
"typecheck": "tsc --noEmit",
|
|
55
57
|
"typecheck:scripts": "tsc --noEmit -p tsconfig.scripts.json",
|
|
58
|
+
"check:features": "tsx scripts/check-features.ts",
|
|
56
59
|
"clean": "rm -rf dist node_modules/.cache",
|
|
57
60
|
"release": "bash scripts/release.sh",
|
|
58
61
|
"release:beta": "bash scripts/release.sh --beta",
|
|
@@ -71,7 +74,7 @@
|
|
|
71
74
|
"apple-fm": "^1.0.0",
|
|
72
75
|
"hono": "^4.12.25",
|
|
73
76
|
"jpeg-js": "^0.4.4",
|
|
74
|
-
"kerfjs": "^0.
|
|
77
|
+
"kerfjs": "^0.16.0",
|
|
75
78
|
"pixelmatch": "^7.2.0",
|
|
76
79
|
"pngjs": "^7.0.0",
|
|
77
80
|
"zod": "^4.4.3"
|
|
@@ -84,14 +87,14 @@
|
|
|
84
87
|
"@types/pngjs": "^6.0.5",
|
|
85
88
|
"@vitest/coverage-v8": "^4.1.9",
|
|
86
89
|
"c8": "^11.0.0",
|
|
87
|
-
"domotion-svg": "0.
|
|
90
|
+
"domotion-svg": "0.18.0",
|
|
88
91
|
"esbuild": "^0.28.1",
|
|
89
92
|
"eslint": "^10.5.0",
|
|
90
93
|
"eslint-plugin-import-x": "^4.16.2",
|
|
91
|
-
"eslint-plugin-kerfjs": "^0.
|
|
94
|
+
"eslint-plugin-kerfjs": "^0.16.0",
|
|
92
95
|
"eslint-plugin-simple-import-sort": "^12.1.1",
|
|
93
96
|
"eslint-plugin-tsdoc": "^0.5.2",
|
|
94
|
-
"gitgist": "^1.
|
|
97
|
+
"gitgist": "^1.1.0",
|
|
95
98
|
"highlight.js": "^11.11.1",
|
|
96
99
|
"sass": "^1.97.3",
|
|
97
100
|
"tsup": "^8.5.1",
|