Remove Cursor Cloud and Codex tooling (Claude Code only)#180
Conversation
This repo now targets Claude Code / Claude Code web exclusively. - Delete the .cursor/ environment (Dockerfile, environment.json, setup.sh) - Delete AGENTS.md (the Cursor Cloud environment doc) - Drop the AGENTS.md and .cursor/ skip entries from vercel-ignore-build.mjs - Update README.md and CLAUDE.md to remove Cursor Cloud references https://claude.ai/code/session_014MnnruyKBW2KSRLFhSRozg
Repo targets Claude Code exclusively, so drop the Codex local-skills artifacts (.agents/, skills-lock.json) from ignore lists and the Vercel build-skip script. - Remove the Codex block from .gitignore - Remove .agents/ from .prettierignore - Drop skills-lock.json and .agents/ from vercel-ignore-build.mjs https://claude.ai/code/session_014MnnruyKBW2KSRLFhSRozg
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (9)
💤 Files with no reviewable changes (6)
📝 WalkthroughWalkthroughRemoves all Cursor Cloud environment files ( ChangesCursor Cloud → Claude Code migration
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~4 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Cleans up all Cursor Cloud and Codex environment tooling so the repo targets Claude Code / Claude Code web exclusively.
Removed
.cursor/environment (Dockerfile,environment.json,setup.sh) andAGENTS.md(the repo's Cursor Cloud environment doc).# Codex local skillsblock (.agents/,skills-lock.json) from.gitignoreand removed.agents/from.prettierignore.Updated references
scripts/vercel-ignore-build.mjs— removedAGENTS.md,.cursor/,skills-lock.json, and.agents/from the build-skip lists.README.md— removed the AGENTS.md doc entry; reworded the "Cursor Cloud sets up PostgreSQL" note.CLAUDE.md— renamed "Local / Cursor Cloud setup" → "Local / Claude Code setup" and dropped the Cursor Cloud sentence.What remains is Claude Code's own tooling (
.claude/SessionStart hook + settings,CLAUDE.md). The remainingcursorhits insrc/are CSScursor:/ IndexedDBopenCursor— unrelated to the Cursor editor.Verification
codex/skills-lock/cursor cloud/.cursor//cursor.com/AGENTS.md/.agents/→ no matches.pnpm lint,pnpm format:check,pnpm typecheckpass;pnpm test234/234 pass.9 files changed, 4 insertions(+), 247 deletions(-).
https://claude.ai/code/session_014MnnruyKBW2KSRLFhSRozg
Generated by Claude Code
Summary by CodeRabbit
Chores
Documentation