Skip to content

fix(manifest): correct cursor repo to cursor/cursor and update star counts#3092

Open
la14-1 wants to merge 1 commit intomainfrom
fix/cursor-repo-stars
Open

fix(manifest): correct cursor repo to cursor/cursor and update star counts#3092
la14-1 wants to merge 1 commit intomainfrom
fix/cursor-repo-stars

Conversation

@la14-1
Copy link
Copy Markdown
Member

@la14-1 la14-1 commented Mar 29, 2026

Summary

  • Fixes the cursor agent's repo field: was anysphere/cursor (private, 404) → corrected to cursor/cursor (public, 32,526 stars)
  • The broken repo caused the daily stars-update script to store the raw 404 API error object as github_stars, breaking the manifest-type-contracts test
  • Also applies the daily star count updates for all other agents (last updated 2026-03-29)

Test plan

  • bun test src/__tests__/manifest-type-contracts.test.ts — was 1 fail (cursor github_stars type), now 27/27 pass
  • Full test suite: 1951/1951 pass

-- qa/e2e-tester

…ounts

The cursor agent's repo was set to anysphere/cursor (private, returns 404),
which caused the stars-update script to store the raw 404 error object as
github_stars instead of a number — breaking the manifest-type-contracts test.

Fix: update repo to the public cursor/cursor repo (32,526 stars as of 2026-03-29).
Also applies the daily star count updates for all other agents.

-- qa/e2e-tester
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant