getgloss 0.8.2 → 0.8.3

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
@@ -4,6 +4,11 @@
4
4
 
5
5
  # Gloss
6
6
 
7
+ [![Release](https://img.shields.io/github/v/release/iamrajjoshi/gloss?display_name=tag&sort=semver)](https://github.com/iamrajjoshi/gloss/releases)
8
+ [![npm](https://img.shields.io/npm/v/getgloss?color=cb3837)](https://www.npmjs.com/package/getgloss)
9
+ [![CI](https://github.com/iamrajjoshi/gloss/actions/workflows/ci.yml/badge.svg)](https://github.com/iamrajjoshi/gloss/actions/workflows/ci.yml)
10
+ [![License](https://img.shields.io/github/license/iamrajjoshi/gloss)](https://github.com/iamrajjoshi/gloss/blob/main/LICENSE)
11
+
7
12
  Gloss is a local browser review loop for coding agents. It captures your current
8
13
  git diff, opens a localhost review UI, lets you attach comments to changed
9
14
  lines or ranges, and writes structured feedback under `~/.gloss` for an agent
@@ -11,20 +16,9 @@ to re-ingest.
11
16
 
12
17
  ## Demo
13
18
 
14
- <video
15
- src="public/gloss-demo.mp4"
16
- poster="public/gloss-demo-poster.jpg"
17
- controls
18
- >
19
- <track
20
- default
21
- kind="captions"
22
- label="English"
23
- src="public/gloss-demo-captions.vtt"
24
- srclang="en"
25
- />
26
- Watch the Gloss demo video in `public/gloss-demo.mp4`.
27
- </video>
19
+ [![Gloss demo video](public/gloss-demo-poster.jpg)](public/gloss-demo.mp4)
20
+
21
+ [Watch the Gloss demo video](public/gloss-demo.mp4).
28
22
 
29
23
  ## Install
30
24
 
package/dist/cli/index.js CHANGED
@@ -23,7 +23,7 @@ import path from "path";
23
23
  // package.json
24
24
  var package_default = {
25
25
  name: "getgloss",
26
- version: "0.8.2",
26
+ version: "0.8.3",
27
27
  description: "Local browser-based diff review for coding-agent loops.",
28
28
  type: "module",
29
29
  packageManager: "pnpm@10.33.2",