docs: add Cursor Cloud setup instructions to AGENTS.md#2553
Conversation
Co-authored-by: Martin DONADIEU <martindonadieu@gmail.com>
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Comment |
Merging this PR will not alter performance
Comparing Footnotes
|
|



Summary (AI generated)
## Cursor Cloud specific instructionssection toAGENTS.mdcapturing non-obvious caveats for running the Capgo stack in the Cursor Cloud VM (manual Docker start, worktree-isolated Supabase ports,serve:worktreefor the frontend, test env wrapping, seeded login accounts).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 installsucceedsbun run supabase:start+bun run supabase:db:resetseed the DBbun run supabase:functions:serveserves edge functions (/functions/v1/ok→{"status":"ok"})bun run serve:worktreeserves the console athttp://localhost:5173bun run lintpasses (0 errors)tests/api_version.test.ts,tests/app.test.ts→ 20/20)test@capgo.appand toggle a channel settingGenerated with AI