glassbox 0.2.5 → 0.2.7
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/README.md +5 -1
- package/dist/cli.js +433 -184
- package/dist/client/app.global.js +8 -8
- package/dist/client/styles.css +1 -1
- package/package.json +7 -2
package/README.md
CHANGED
|
@@ -291,7 +291,7 @@ Point the tool at the file. The export includes an "Instructions for AI Tools" s
|
|
|
291
291
|
| Database | PGLite (embedded PostgreSQL) |
|
|
292
292
|
| UI | Custom server-side JSX (no React), vanilla client JS |
|
|
293
293
|
| Build | tsup (single-file bundle) |
|
|
294
|
-
| Storage |
|
|
294
|
+
| Storage | `.glassbox/data/` (local to each project) |
|
|
295
295
|
|
|
296
296
|
Data stays local. The only network calls are an optional once-per-day npm update check and AI analysis requests if you opt in.
|
|
297
297
|
|
|
@@ -312,6 +312,10 @@ npm run clean # Remove dist and caches
|
|
|
312
312
|
npm link # Symlink for global 'glassbox' command
|
|
313
313
|
```
|
|
314
314
|
|
|
315
|
+
## See Also
|
|
316
|
+
|
|
317
|
+
- **[Hot Sheet](https://github.com/brianwestphal/hotsheet)** — Lightweight local project management for AI-assisted development. Pairs well with Glassbox for tracking review feedback as actionable tickets.
|
|
318
|
+
|
|
315
319
|
## License
|
|
316
320
|
|
|
317
321
|
MIT
|