docs: add Cursor Cloud specific development instructions to AGENTS.md - #13
docs: add Cursor Cloud specific development instructions to AGENTS.md#13AugusDogus wants to merge 1 commit into
Conversation
Co-authored-by: Augie <AugusDogus@users.noreply.github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. 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 |
Summary
Adds a
## Cursor Cloud specific instructionssection toAGENTS.mdwith development environment guidance for future Cloud Agents working in this codebase.What's included
Evidence of working environment
Health endpoint returning ok status
The Next.js dev server starts successfully and the health endpoint responds with
{"status":"ok"}.Landing page loads (DB error expected with placeholder credentials)
All CI-equivalent checks pass:
bun lint— 0 warnings, 0 errorsbun lint:ws— no issues foundbun format— all files correctly formattedbun typecheck— all 9 packages passTo show artifacts inline, enable in settings.
Note
Add Cursor Cloud development instructions to AGENTS.md
Adds a new 'Cursor Cloud specific instructions' section to AGENTS.md covering the monorepo structure, service startup commands, code quality commands (lint, format, typecheck), environment setup (Node/Bun versions,
.envrequirements), and known gotchas such as Expo limitations in cloud environments and the preference forbun dev:next.Macroscope summarized 83b0a40.