getgloss 0.5.0 → 0.6.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,7 @@ 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
85
 
86
86
  ## Feedback Files
87
87
 
@@ -133,13 +133,3 @@ Required repository secrets:
133
133
 
134
134
  - `NPM_TOKEN`
135
135
  - `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.