Chore/readme cleanup#388
Merged
Merged
Conversation
The /events and /jobs routes were redirected away to cursor.com a while back (see next.config.mjs), so the Host an Event / Post a Job sections and the Luma API entry in the tech stack list were misleading. Tighten the tagline at the top to match what the site actually catalogs. Also gitignore tsconfig.tsbuildinfo and .swc, which Next.js and tsc regenerate on every dev/build and were polluting git status. Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
The repo lives at cursor/community-plugins now, so update GitHub links in the footer and install-plugin's package.json to match. Also drop the About page (and its OG image), which still attributed the project to Midday/Languine — that framing doesn't apply now that the repo is part of the cursor org. The footer entry that linked to /about goes with it so we don't ship a 404. Untrack apps/cursor/tsconfig.tsbuildinfo, which the previous commit gitignored but git was still tracking from before. Co-authored-by: Cursor <cursoragent@cursor.com>
|
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.
Note
Low Risk
Low risk cleanup focused on docs, ignore rules, and removing a static route; main risk is broken internal links/bookmarks to
/about.Overview
Updates project metadata and contributor-facing docs: simplifies
README.md, removes event/job instructions, and updates clone/GitHub URLs tocursor/community-plugins.Removes the
/aboutroute and its OpenGraph image, and updates the footer to drop the About link and point GitHub/social links at the new repository.Expands
.gitignoreto includetsconfig.tsbuildinfoand.swc(and ensures.seed/is ignored).Reviewed by Cursor Bugbot for commit 3fbae28. Bugbot is set up for automated code reviews on this repo. Configure here.