diff --git a/AGENTS.md b/AGENTS.md index f569e51..b1a49ac 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -29,7 +29,7 @@ See `README.md` for the full product narrative. See `tasks/` for per-version wor bun install bun run prepare-hooks # once — installs lefthook git hooks (Biome + tsc on pre-commit) bun run init-db # optional — auto-runs on first score -bun run seed # score the curated set (~28 repos) across GH / GL / BB +bun run seed # score the curated set (~29 repos) across GH / GL / BB bun run dev # http://localhost:3000 bun run score # score a single repo ``` diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2ccd356..92bd687 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,7 +9,7 @@ Read [AGENTS.md](./AGENTS.md) first — it's the source of truth for stack, conv ```bash bun install bun run prepare-hooks # once — installs lefthook pre-commit (Biome + tsc) -bun run seed # optional: populate the DB with the curated set (~28 public repos) +bun run seed # optional: populate the DB with the curated set (~29 public repos) bun run dev # http://localhost:3000 ``` diff --git a/README.md b/README.md index 376c1e4..707b25c 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ Auth and per-maintainer controls land with the opt-out / claim flow in v0.4.0. ```bash bun install bun run prepare-hooks # once — installs lefthook pre-commit (Biome + tsc) -bun run seed # score the curated set (~28 repos) across GH / GL / BB +bun run seed # score the curated set (~29 repos) across GH / GL / BB bun run dev # http://localhost:3000 ``` diff --git a/data/rank.db b/data/rank.db index e0eb087..c796d4b 100644 Binary files a/data/rank.db and b/data/rank.db differ diff --git a/data/rank.db-shm b/data/rank.db-shm index fa540db..da1cebc 100644 Binary files a/data/rank.db-shm and b/data/rank.db-shm differ diff --git a/data/rank.db-wal b/data/rank.db-wal index c408d33..89b3038 100644 Binary files a/data/rank.db-wal and b/data/rank.db-wal differ