Skip to content

Commit c0fe6bd

Browse files
author
spawn-qa-bot
committed
fix(manifest): correct cursor repo to cursor/cursor and update star counts
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
1 parent ccd8600 commit c0fe6bd

1 file changed

Lines changed: 19 additions & 19 deletions

File tree

manifest.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
"license": "Proprietary",
3838
"created": "2025-02",
3939
"added": "2025-06",
40-
"github_stars": 81694,
41-
"stars_updated": "2026-03-23",
40+
"github_stars": 84019,
41+
"stars_updated": "2026-03-29",
4242
"language": "Shell",
4343
"runtime": "node",
4444
"category": "cli",
@@ -77,8 +77,8 @@
7777
"license": "MIT",
7878
"created": "2025-11",
7979
"added": "2025-11",
80-
"github_stars": 332099,
81-
"stars_updated": "2026-03-23",
80+
"github_stars": 339820,
81+
"stars_updated": "2026-03-29",
8282
"language": "TypeScript",
8383
"runtime": "bun",
8484
"category": "tui",
@@ -122,8 +122,8 @@
122122
"license": "Apache-2.0",
123123
"created": "2026-02",
124124
"added": "2025-12",
125-
"github_stars": 28521,
126-
"stars_updated": "2026-03-23",
125+
"github_stars": 29095,
126+
"stars_updated": "2026-03-29",
127127
"language": "Rust",
128128
"runtime": "binary",
129129
"category": "cli",
@@ -157,8 +157,8 @@
157157
"license": "Apache-2.0",
158158
"created": "2025-04",
159159
"added": "2025-07",
160-
"github_stars": 67099,
161-
"stars_updated": "2026-03-23",
160+
"github_stars": 68201,
161+
"stars_updated": "2026-03-29",
162162
"language": "Rust",
163163
"runtime": "binary",
164164
"category": "cli",
@@ -189,8 +189,8 @@
189189
"license": "MIT",
190190
"created": "2025-04",
191191
"added": "2025-08",
192-
"github_stars": 128767,
193-
"stars_updated": "2026-03-23",
192+
"github_stars": 132079,
193+
"stars_updated": "2026-03-29",
194194
"language": "TypeScript",
195195
"runtime": "go",
196196
"category": "tui",
@@ -223,8 +223,8 @@
223223
"license": "MIT",
224224
"created": "2025-03",
225225
"added": "2025-09",
226-
"github_stars": 17098,
227-
"stars_updated": "2026-03-23",
226+
"github_stars": 17310,
227+
"stars_updated": "2026-03-29",
228228
"language": "TypeScript",
229229
"runtime": "node",
230230
"category": "cli",
@@ -258,8 +258,8 @@
258258
"license": "MIT",
259259
"created": "2025-06",
260260
"added": "2026-02",
261-
"github_stars": 11368,
262-
"stars_updated": "2026-03-23",
261+
"github_stars": 15626,
262+
"stars_updated": "2026-03-29",
263263
"language": "Python",
264264
"runtime": "python",
265265
"category": "cli",
@@ -292,8 +292,8 @@
292292
"license": "Proprietary",
293293
"created": "2026-03",
294294
"added": "2026-03",
295-
"github_stars": 114,
296-
"stars_updated": "2026-03-23",
295+
"github_stars": 123,
296+
"stars_updated": "2026-03-29",
297297
"language": "TypeScript",
298298
"runtime": "node",
299299
"category": "cli",
@@ -339,12 +339,12 @@
339339
"sprite"
340340
],
341341
"creator": "Anysphere",
342-
"repo": "anysphere/cursor",
342+
"repo": "cursor/cursor",
343343
"license": "Proprietary",
344344
"created": "2025-01",
345345
"added": "2026-03",
346-
"github_stars": 10000,
347-
"stars_updated": "2026-03-26",
346+
"github_stars": 32526,
347+
"stars_updated": "2026-03-29",
348348
"language": "TypeScript",
349349
"runtime": "binary",
350350
"category": "cli",

0 commit comments

Comments
 (0)