getgloss 0.5.0 → 0.7.0
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 +8 -11
- package/dist/cli/index.js +404 -184
- package/dist/cli/index.js.map +1 -1
- package/dist/server/daemon.js +360 -169
- package/dist/server/daemon.js.map +1 -1
- package/dist/web/assets/{index-rvNgmEHK.css → index-BsRo7I09.css} +1 -1
- package/dist/web/assets/index-DDsgJ3zo.js +179 -0
- package/dist/web/gloss-demo-captions.vtt +16 -0
- package/dist/web/gloss-demo-poster.jpg +0 -0
- package/dist/web/gloss-demo.mp4 +0 -0
- package/dist/web/index.html +2 -2
- package/dist/web/setup/index.html +11 -0
- package/dist/web/setup.md +5 -0
- package/package.json +24 -24
- package/skill/SKILL.md +31 -5
- package/dist/web/assets/index-AW7l4N7K.js +0 -188
package/README.md
CHANGED
|
@@ -81,7 +81,14 @@ best available merge-base from upstream, `origin/HEAD`, `origin/main`, or
|
|
|
81
81
|
`origin/master`.
|
|
82
82
|
|
|
83
83
|
Use `--base <ref>` when you want an explicit comparison. Explicit base mode
|
|
84
|
-
|
|
84
|
+
compares only against the requested ref and does not switch to a branch diff.
|
|
85
|
+
|
|
86
|
+
## Review UI
|
|
87
|
+
|
|
88
|
+
In the browser review, drag over a changed line or range to open a draft
|
|
89
|
+
comment. Use `Command+Enter` to save the active draft comment. Use
|
|
90
|
+
`Command+Shift+Enter` to submit the review; this matches the Submit button and
|
|
91
|
+
includes already-saved comments only.
|
|
85
92
|
|
|
86
93
|
## Feedback Files
|
|
87
94
|
|
|
@@ -133,13 +140,3 @@ Required repository secrets:
|
|
|
133
140
|
|
|
134
141
|
- `NPM_TOKEN`
|
|
135
142
|
- `HOMEBREW_TAP_GITHUB_TOKEN`
|
|
136
|
-
|
|
137
|
-
## Attribution
|
|
138
|
-
|
|
139
|
-
Gloss uses [`@pierre/diffs`](https://www.npmjs.com/package/@pierre/diffs) by
|
|
140
|
-
[The Pierre Computer Company](https://pierre.computer/) for diff parsing and
|
|
141
|
-
rendering integration points, with Gloss-specific browser chrome around the
|
|
142
|
-
local review workflow.
|
|
143
|
-
|
|
144
|
-
`@pierre/diffs` is licensed under Apache-2.0. Gloss is not affiliated with or
|
|
145
|
-
endorsed by The Pierre Computer Company.
|