getgloss 0.8.0 → 0.8.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/README.md +5 -0
- package/dist/cli/index.js +504 -229
- package/dist/cli/index.js.map +1 -1
- package/dist/server/daemon.js +281 -15
- package/dist/server/daemon.js.map +1 -1
- package/dist/web/setup.md +3 -0
- package/package.json +1 -1
- package/skill/SKILL.md +52 -54
package/README.md
CHANGED
|
@@ -109,6 +109,11 @@ The background server exits automatically after a short idle window with no
|
|
|
109
109
|
pending reviews. `gloss doctor` reports unmanaged daemon processes, and
|
|
110
110
|
`gloss stop --all` cleans them up.
|
|
111
111
|
|
|
112
|
+
`gloss clear` deletes completed review artifacts older than 30 days from
|
|
113
|
+
`~/.gloss/reviews` while always preserving pending reviews. Use
|
|
114
|
+
`gloss clear --dry-run` to preview candidates, or `--older-than <days>` to
|
|
115
|
+
choose a different retention window.
|
|
116
|
+
|
|
112
117
|
## Review UI
|
|
113
118
|
|
|
114
119
|
In the browser review, drag over a changed line or range to open a draft
|