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 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
- keeps the old behavior and does not fall back to a branch diff.
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.