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 +1 -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-Bj1LDmIl.js +179 -0
- package/dist/web/assets/{index-rvNgmEHK.css → index-BsRo7I09.css} +1 -1
- 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/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,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
|
-
|
|
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.
|