glassbox 0.1.1 → 0.1.3
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 +1 -22
- package/dist/cli.js +944 -2433
- package/dist/client/app.global.js +10 -0
- package/dist/client/styles.css +1 -0
- package/package.json +13 -3
package/README.md
CHANGED
|
@@ -62,28 +62,7 @@ Then you run `glassbox` again. Your previous annotations carry forward — match
|
|
|
62
62
|
|
|
63
63
|
## How it works
|
|
64
64
|
|
|
65
|
-
|
|
66
|
-
You AI
|
|
67
|
-
| |
|
|
68
|
-
| generate code |
|
|
69
|
-
|<----------------------|
|
|
70
|
-
| |
|
|
71
|
-
| glassbox |
|
|
72
|
-
| review + annotate |
|
|
73
|
-
| |
|
|
74
|
-
| "Read .glassbox/ |
|
|
75
|
-
| latest-review.md" |
|
|
76
|
-
|---------------------->|
|
|
77
|
-
| |
|
|
78
|
-
| updated code |
|
|
79
|
-
|<----------------------|
|
|
80
|
-
| |
|
|
81
|
-
| glassbox |
|
|
82
|
-
| (annotations carry |
|
|
83
|
-
| forward) |
|
|
84
|
-
| |
|
|
85
|
-
: repeat until done :
|
|
86
|
-
```
|
|
65
|
+
<img src="assets/sequence-diagram.svg" alt="Sequence diagram: You and AI in a review loop" width="520">
|
|
87
66
|
|
|
88
67
|
---
|
|
89
68
|
|