Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
.cursor/rules/,GEMINI.md,.openhands/setup.sh,.aider.conf.yml./about,/llms.txt, per-repo Open Graph images, expanded robots/sitemap, and JSON-LD on the leaderboard.Motivation
Ships roadmap milestone 0.4.0 —
tasks/0.4.0/{01,02,03}.md. Goals (quoted):rationaleinlib/scoring/weights.tswith a docs-cited claim, add asourcesfield per model, render the URLs in a 'Sources' panel on/methodology, andreplace the page's 'illustrative' language with 'documented preferences.'"
cursor_rules,gemini_md,openhands_setup,aider_conf. Each weighted on the relevant model only."/about,/llms.txt, per-repo OG images, robots + sitemap.The 0.4.0 bucket was the credibility cut: today's per-model rationales make claims with no source, and ~half were unsupported once verified against each agent's docs. After this release
every claim cites a URL, and each agent gets its own canonical-file signal beyond AGENTS.md.
Changes
lib/scoring/weights.tsadds asources: string[]per model, rationales rewritten with docs-cited claims./methodologyrenders a Sources panel under eachmodel and drops the "illustrative" framing. Reweights: Devin CI
1.0 → 0.7, Codexagents_md 0.7 → 0.9, Cursoragents_md 0.6 → 0.8, newcursor_rulesweight on Cursor.lib/scoring/signals/{cursor-rules,gemini-md,aider-conf,openhands-setup}.ts+ tests. Each is per-agent (other models default to 0 — deliberate, notabsent). Wired into
lib/scoring/signals/index.ts;tests/scorer.test.tsupdated.app/about/page.tsx,app/llms.txt/route.ts,app/repo/[id]/opengraph-image.tsx,app/package/page.tsx.app/robots.tslists GPTBot/ClaudeBot/PerplexityBotallows and blocks
/api/.app/sitemap.tsincludes/about+/llms.txt.app/layout.tsx+app/page.tsxadd ItemList + SoftwareSourceCode JSON-LD;/repo/[id]page metadataexpanded.
lib/version.ts,lib/roadmap.ts,lib/changelog.tsupdated for 0.4.0.tasks/0.4.0/marked done with READMEs;tasks/0.5.0/–tasks/0.7.0/renumbered(history-aware signals + PR score-diff + Claude Code skill → 0.5.0; webhook + alternatives v2 → 0.6.0; OAuth opt-out + package overlay at scale → 0.7.0).
scripts/seed.ts+ newscripts/seed-packages.ts;data/rank.dbre-scored on the new rubric (161 repos).AGENTS.md+README.mdupdated for the new signals and surfaces.Testing
bun test— all suites pass, including newtests/signals/{cursor-rules,gemini-md,aider-conf,openhands-setup}.test.tsand updatedtests/scorer.test.ts.bun x tsc --noEmit— clean./,/methodology(Sources panel renders per model),/about,/package,/repo/[id],/llms.txt,/sitemap.xml,/robots.txt,/repo/[id]/opengraph-image—checked mobile + desktop, light + dark.
Docs + roadmap sync
lib/roadmap.ts, added tolib/changelog.tsunder the 0.4.0 bucket.tasks/0.4.0/marked done; downstream tasks renumberedinto
tasks/0.5.0/–tasks/0.7.0/.Risks / rollback
agents_md) plus four new signals re-rank the leaderboard. Repos missing the new agent-specific files will drop on the affectedmodel. Mitigated by per-agent scoping — a repo missing
GEMINI.mdonly loses points on the Gemini ranking, not overall./repo/[id]/opengraph-imageruns at the edge vianext/og; if it errors at runtime, share-card previews fall back to the default/og.png(no page-levelbreakage).
feat: version 0.4.0commit onmain. DB rebuild viabun run seed && bun run scoreif the rubric needs reverting.