From 4a7dff73d4f4cee2f64a0f827e39e847e3352948 Mon Sep 17 00:00:00 2001 From: dot Date: Wed, 25 Mar 2026 14:22:00 +0100 Subject: [PATCH] docs: clean README and keep onboarding sections --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index 7810801..3cfc26b 100644 --- a/README.md +++ b/README.md @@ -131,3 +131,23 @@ Scoring logic lives in `src/lib/scoring.ts` so it stays easy to test and change. MIT — see repository license file. Built by [Dot Systems](https://github.com/dotsystemsdevs). + +## Chrome extension (MVP) + +A local MV3 extension is included under `extension/`. + +### Load unpacked in Chrome + +1. Open `chrome://extensions/` +2. Enable **Developer mode** +3. Click **Load unpacked** +4. Select the repository folder `extension/` + +### Test flow + +1. Open a GitHub repo root page such as `https://github.com/vercel/next.js` +2. Verify a tombstone badge appears near the repo header +3. Click the badge to open the full certificate on `commitmentissues.dev` +4. Navigate to another repo without full reload; verify no duplicate badge appears + +If the API is rate-limited or unavailable, the badge falls back to `Reaper busy`.