Skip to content

Remove Cursor Cloud and Codex tooling (Claude Code only)#180

Merged
chloeilabs merged 2 commits into
mainfrom
claude/busy-bardeen-iyts6p
Jun 15, 2026
Merged

Remove Cursor Cloud and Codex tooling (Claude Code only)#180
chloeilabs merged 2 commits into
mainfrom
claude/busy-bardeen-iyts6p

Conversation

@chloeilabs

@chloeilabs chloeilabs commented Jun 15, 2026

Copy link
Copy Markdown
Owner

Cleans up all Cursor Cloud and Codex environment tooling so the repo targets Claude Code / Claude Code web exclusively.

Removed

  • Cursor Cloud: deleted the .cursor/ environment (Dockerfile, environment.json, setup.sh) and AGENTS.md (the repo's Cursor Cloud environment doc).
  • Codex: dropped the # Codex local skills block (.agents/, skills-lock.json) from .gitignore and removed .agents/ from .prettierignore.

Updated references

  • scripts/vercel-ignore-build.mjs — removed AGENTS.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 remaining cursor hits in src/ are CSS cursor: / IndexedDB openCursor — unrelated to the Cursor editor.

Verification

  • Precise grep for codex / skills-lock / cursor cloud / .cursor/ / cursor.com / AGENTS.md / .agents/ → no matches.
  • pnpm lint, pnpm format:check, pnpm typecheck pass; pnpm test 234/234 pass.

9 files changed, 4 insertions(+), 247 deletions(-).

https://claude.ai/code/session_014MnnruyKBW2KSRLFhSRozg


Generated by Claude Code

Summary by CodeRabbit

  • Chores

    • Removed Cursor-specific infrastructure configurations and AI agent setup files.
    • Updated build skip patterns to reflect tooling changes.
  • Documentation

    • Updated local development guides to focus on Claude Code instead of Cursor Cloud.
    • Removed AI agent documentation references.
    • Added PostgreSQL startup reminder for local setup.

claude added 2 commits June 15, 2026 00:39
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
@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@vercel

vercel Bot commented Jun 15, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
chloei Ready Ready Preview, Comment Jun 15, 2026 1:23am

@coderabbitai

coderabbitai Bot commented Jun 15, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: e7d83c40-db7e-4f60-8fca-b3ef4e565229

📥 Commits

Reviewing files that changed from the base of the PR and between d82421b and bffe580.

📒 Files selected for processing (9)
  • .cursor/Dockerfile
  • .cursor/environment.json
  • .cursor/setup.sh
  • .gitignore
  • .prettierignore
  • AGENTS.md
  • CLAUDE.md
  • README.md
  • scripts/vercel-ignore-build.mjs
💤 Files with no reviewable changes (6)
  • .cursor/environment.json
  • .cursor/Dockerfile
  • .prettierignore
  • .gitignore
  • .cursor/setup.sh
  • AGENTS.md

📝 Walkthrough

Walkthrough

Removes all Cursor Cloud environment files (.cursor/Dockerfile, .cursor/environment.json, .cursor/setup.sh) and AGENTS.md. Updates .gitignore and .prettierignore to track .claude/ instead of .agents/, adjusts the Vercel build-skip script accordingly, and updates CLAUDE.md and README.md to reference Claude Code local setup.

Changes

Cursor Cloud → Claude Code migration

Layer / File(s) Summary
Cursor Cloud file removal
.cursor/Dockerfile, .cursor/environment.json, .cursor/setup.sh, AGENTS.md
Deletes the entire Cursor Cloud container build definition, environment config, setup script, and the AGENTS.md instructions file.
Ignore files and Vercel build-skip config
.gitignore, .prettierignore, scripts/vercel-ignore-build.mjs
Replaces .agents/ and skills-lock.json patterns with .claude/ session state patterns across ignore files; updates vercel-ignore-build.mjs to drop AGENTS.md/skills-lock.json from explicitSkipFiles and swap .agents/ for .claude/ in skipPrefixes.
Developer documentation updates
CLAUDE.md, README.md
Renames the CLAUDE.md local setup section to "Local / Claude Code setup", removes the AGENTS.md reference from README's docs list, and adds a note to start PostgreSQL locally before running pnpm migrate.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~4 minutes

Possibly related PRs

  • chloeilabs/chloei#47: Originally added the .cursor/Dockerfile, .cursor/environment.json, and .cursor/setup.sh files that this PR removes.
  • chloeilabs/chloei#96: Introduced scripts/vercel-ignore-build.mjs with the ignore/skip lists that this PR modifies.
  • chloeilabs/chloei#39: Added AGENTS.md with Cursor Cloud setup instructions that this PR deletes.

Poem

🐇 Out with the Cursor, in with the Claude!
The .cursor folder has taken its bow,
AGENTS.md gone, no more Codex allowed,
.claude/ now tracked — hip-hop-hippity-wow.
The rabbit hops forward, the old config's plowed! 🌱

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and specifically summarizes the main change: removal of Cursor Cloud and Codex tooling from the repository, which directly aligns with the PR's core objective to consolidate to Claude Code only.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch claude/busy-bardeen-iyts6p

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@chloeilabs chloeilabs merged commit f970da6 into main Jun 15, 2026
7 checks passed
@chloeilabs chloeilabs deleted the claude/busy-bardeen-iyts6p branch June 15, 2026 03:05
@chloeilabs chloeilabs mentioned this pull request Jun 15, 2026
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.

2 participants