Skip to content

Commit 0b54f09

Browse files
hsnice16claude
andcommitted
Add antiwork/gumroad to seed set; gitignore scheduled_tasks.lock
Re-seeds data/rank.db so the new row and refreshed scores for all 28 existing repos land in the same commit. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 74bc79f commit 0b54f09

3 files changed

Lines changed: 2 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ tmp-clones/
99
.DS_Store
1010
next-env.d.ts
1111
tsconfig.tsbuildinfo
12+
.claude/scheduled_tasks.lock

data/rank.db

0 Bytes
Binary file not shown.

scripts/seed.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ const SEEDS: Seed[] = [
2727
{ url: "https://github.com/oven-sh/bun", note: "Bun runtime (Zig)" },
2828
{ url: "https://github.com/pallets/flask", note: "Python web framework" },
2929
{ url: "https://github.com/django/django", note: "Django (Python)" },
30+
{ url: "https://github.com/antiwork/gumroad", note: "Gumroad (Ruby on Rails)" },
3031

3132
// --- AI-native: coding agents ---
3233
{

0 commit comments

Comments
 (0)