glassbox 0.9.99-beta.1 → 0.10.1
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 +6 -0
- package/dist/cli.js +21015 -4772
- package/dist/client/app.global.js +77 -12
- package/dist/client/history.global.js +6 -5
- package/dist/client/styles.css +1 -1
- package/package.json +6 -4
package/README.md
CHANGED
|
@@ -341,6 +341,12 @@ npm link # Symlink for global 'glassbox' command
|
|
|
341
341
|
- **[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.
|
|
342
342
|
- **[Changelog](CHANGELOG.md)** — Full release history
|
|
343
343
|
|
|
344
|
+
## Sponsor
|
|
345
|
+
|
|
346
|
+
Glassbox is free and open-source. If it saves you time on your AI workflow, consider sponsoring continued development:
|
|
347
|
+
|
|
348
|
+
[](https://github.com/sponsors/brianwestphal)
|
|
349
|
+
|
|
344
350
|
## License
|
|
345
351
|
|
|
346
352
|
MIT
|