glassbox 0.2.8 → 0.3.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 +2 -2
- package/dist/cli.js +495 -96
- package/dist/client/app.global.js +8 -8
- package/dist/client/styles.css +1 -1
- package/package.json +4 -3
package/README.md
CHANGED
|
@@ -65,13 +65,13 @@ Glassbox gives you a proper diff viewer with annotation categories designed for
|
|
|
65
65
|
| **Note** | Context for the AI to consider. |
|
|
66
66
|
| **Remember** | A rule to persist to the AI's long-term config. |
|
|
67
67
|
|
|
68
|
-
|
|
68
|
+
As you annotate, `.glassbox/latest-review.md` is updated automatically. You can tell your AI tool at any time:
|
|
69
69
|
|
|
70
70
|
```
|
|
71
71
|
Read .glassbox/latest-review.md and apply the feedback.
|
|
72
72
|
```
|
|
73
73
|
|
|
74
|
-
The AI gets a structured file with every annotation, organized by file and line number, with clear instructions on how to interpret each category. It fixes the bugs, applies your style preferences, avoids the anti-patterns, and updates its own config with your "remember" items.
|
|
74
|
+
The AI gets a structured file with every annotation, organized by file and line number, with clear instructions on how to interpret each category. It fixes the bugs, applies your style preferences, avoids the anti-patterns, and updates its own config with your "remember" items. You don't need to formally "complete" a review to share feedback — just annotate and switch to your AI tool.
|
|
75
75
|
|
|
76
76
|
Then you run `glassbox` again. Your previous annotations carry forward — matched to the updated diff. Stale comments that no longer apply are flagged so you can keep or discard them. The loop continues until you're satisfied.
|
|
77
77
|
|