Skip to content

Commit 27c8d19

Browse files
authored
chore: test missing Gumroad repo (#1)
* chore: test missing Gumroad repo * docs: update repos count
1 parent 32216c3 commit 27c8d19

6 files changed

Lines changed: 3 additions & 3 deletions

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ See `README.md` for the full product narrative. See `tasks/` for per-version wor
2929
bun install
3030
bun run prepare-hooks # once — installs lefthook git hooks (Biome + tsc on pre-commit)
3131
bun run init-db # optional — auto-runs on first score
32-
bun run seed # score the curated set (~28 repos) across GH / GL / BB
32+
bun run seed # score the curated set (~29 repos) across GH / GL / BB
3333
bun run dev # http://localhost:3000
3434
bun run score <url> # score a single repo
3535
```

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Read [AGENTS.md](./AGENTS.md) first — it's the source of truth for stack, conv
99
```bash
1010
bun install
1111
bun run prepare-hooks # once — installs lefthook pre-commit (Biome + tsc)
12-
bun run seed # optional: populate the DB with the curated set (~28 public repos)
12+
bun run seed # optional: populate the DB with the curated set (~29 public repos)
1313
bun run dev # http://localhost:3000
1414
```
1515

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Auth and per-maintainer controls land with the opt-out / claim flow in v0.4.0.
8989
```bash
9090
bun install
9191
bun run prepare-hooks # once — installs lefthook pre-commit (Biome + tsc)
92-
bun run seed # score the curated set (~28 repos) across GH / GL / BB
92+
bun run seed # score the curated set (~29 repos) across GH / GL / BB
9393
bun run dev # http://localhost:3000
9494
```
9595

data/rank.db

-44 KB
Binary file not shown.

data/rank.db-shm

0 Bytes
Binary file not shown.

data/rank.db-wal

652 KB
Binary file not shown.

0 commit comments

Comments
 (0)