Set up Cursor Cloud dev environment + run/setup caveats#25
Conversation
Co-authored-by: Andrea Mazzucchelli <andrmaz@users.noreply.github.com>
|
Warning Review limit reached
More reviews will be available in 7 minutes and 46 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more credits in the billing tab to continue. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits. 🚦 How do rate limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan refill rate. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, the refill rate gradually slows as usage increases. The highest same-day bursts are limited more strictly. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
✨ Finishing Touches🧪 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 |
…disclosure) Co-authored-by: Andrea Mazzucchelli <andrmaz@users.noreply.github.com>
…isclosure link) Co-authored-by: Andrea Mazzucchelli <andrmaz@users.noreply.github.com>
Summary
Sets up the development environment for the Cortex monorepo on Cursor Cloud and documents durable, non-obvious startup/run caveats for future agents. Docs-only changes: the Cursor Cloud notes live in a dedicated
docs/agents/cursor-cloud.mdfollowing the repo's progressive-disclosure pattern, linked fromAGENTS.mdanddocs/agents/README.md.What was set up
pnpm install(Node 22, pnpm 9).cortex/cortex/cortexrole+db created on:5432./workspace/.envwith devDATABASE_URL+JWT_SECRET.Update script (runs on startup)
Verification
pnpm check-typespnpm lintpnpm buildpnpm test@cortex/webdev (3000)@cortex/docsdev (3001)@cortex/api(4000) end-to-endAPI hello-world (end-to-end)
POST /mcpreturns a governed response;GET /api/meis 401 without a token and 200 with a minted JWT; the provisioned org+user row persists in Postgres.web app on :3000
docs app on :3001
Note: booting the API end-to-end required temporary, reverted, non-committed tweaks (Prisma 7
@prisma/adapter-pgdriver adapter + a TS run-config), because as committed the API cannot be booted by its own scripts. Seedocs/agents/cursor-cloud.mdfor details.To show artifacts inline, enable in settings.