Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <url> # score a single repo
```
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
Binary file modified data/rank.db
Binary file not shown.
Binary file modified data/rank.db-shm
Binary file not shown.
Binary file modified data/rank.db-wal
Binary file not shown.
Loading