Skip to content

docs: add Cursor Cloud setup instructions to AGENTS.md#2553

Draft
riderx wants to merge 1 commit into
mainfrom
cursor/setup-dev-environment-9b74
Draft

docs: add Cursor Cloud setup instructions to AGENTS.md#2553
riderx wants to merge 1 commit into
mainfrom
cursor/setup-dev-environment-9b74

Conversation

@riderx

@riderx riderx commented Jun 21, 2026

Copy link
Copy Markdown
Member

Summary (AI generated)

  • Added a ## Cursor Cloud specific instructions section to AGENTS.md capturing non-obvious caveats for running the Capgo stack in the Cursor Cloud VM (manual Docker start, worktree-isolated Supabase ports, serve:worktree for the frontend, test env wrapping, seeded login accounts).
  • No application code changed; this is environment-setup documentation only.

Motivation (AI generated)

The dev environment was set up from scratch on a fresh VM (Bun, Docker, Supabase local stack, backend edge functions, Vite frontend). Several non-obvious gotchas were discovered during setup that future agents need so they can start services without re-deriving them.

Business Impact (AI generated)

Faster, more reliable onboarding for cloud agents working on Capgo, reducing time lost to environment misconfiguration.

Test Plan (AI generated)

  • bun install succeeds
  • bun run supabase:start + bun run supabase:db:reset seed the DB
  • bun run supabase:functions:serve serves edge functions (/functions/v1/ok{"status":"ok"})
  • bun run serve:worktree serves the console at http://localhost:5173
  • bun run lint passes (0 errors)
  • Representative backend tests pass (tests/api_version.test.ts, tests/app.test.ts → 20/20)
  • Manual hello-world: login as test@capgo.app and toggle a channel setting

Generated with AI

Open in Web Open in Cursor 

Co-authored-by: Martin DONADIEU <martindonadieu@gmail.com>
@coderabbitai

coderabbitai Bot commented Jun 21, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: cc1a7a23-581a-4c5c-9261-b5e932f904d0

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

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

@codspeed-hq

codspeed-hq Bot commented Jun 21, 2026

Copy link
Copy Markdown
Contributor

Merging this PR will not alter performance

✅ 43 untouched benchmarks
⏩ 2 skipped benchmarks1


Comparing cursor/setup-dev-environment-9b74 (e24e88e) with main (921791a)

Open in CodSpeed

Footnotes

  1. 2 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

@sonarqubecloud

Copy link
Copy Markdown

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