Skip to content

Commit 4a7dff7

Browse files
docs: clean README and keep onboarding sections
1 parent 3cdf83a commit 4a7dff7

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,3 +131,23 @@ Scoring logic lives in `src/lib/scoring.ts` so it stays easy to test and change.
131131
MIT — see repository license file.
132132

133133
Built by [Dot Systems](https://github.com/dotsystemsdevs).
134+
135+
## Chrome extension (MVP)
136+
137+
A local MV3 extension is included under `extension/`.
138+
139+
### Load unpacked in Chrome
140+
141+
1. Open `chrome://extensions/`
142+
2. Enable **Developer mode**
143+
3. Click **Load unpacked**
144+
4. Select the repository folder `extension/`
145+
146+
### Test flow
147+
148+
1. Open a GitHub repo root page such as `https://github.com/vercel/next.js`
149+
2. Verify a tombstone badge appears near the repo header
150+
3. Click the badge to open the full certificate on `commitmentissues.dev`
151+
4. Navigate to another repo without full reload; verify no duplicate badge appears
152+
153+
If the API is rate-limited or unavailable, the badge falls back to `Reaper busy`.

0 commit comments

Comments
 (0)