docs: add Cursor Cloud env setup instructions to AGENTS.md (onto main) - #19
Merged
Merged
Conversation
Move the Cloud VM startup/run caveats onto main so future agents boot from main rather than kaushik-IDE. Co-authored-by: Venkat SF <venkatesh.sakamuri@stayflexi.com>
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
venkateshsakamuri-lab
added a commit
that referenced
this pull request
Aug 6, 2026
<!-- CURSOR_AGENT_PR_BODY_BEGIN --> ## Summary Reverts merge commit `b204386` (#18) from `kaushik-IDE`. The Cursor Cloud `AGENTS.md` documentation is being relocated onto **main** via #19. This PR removes the duplicate section from Kaushik's branch so it no longer carries Cloud-env docs that belong on `main`. ## Changes - `AGENTS.md`: remove `## Cursor Cloud specific instructions` (62 lines) — revert of #18 No application code changes. <!-- CURSOR_AGENT_PR_BODY_END --> <div><a href="https://cursor.com/agents/bc-8ce91e70-c67b-48c6-84b3-05bb9d06231a?cursor_ref=pr_footer&cursor_cta=open_in_web"><picture><source media="(prefers-color-scheme: dark)" srcset="https://cursor.com/assets/images/open-in-web-dark.png"><source media="(prefers-color-scheme: light)" srcset="https://cursor.com/assets/images/open-in-web-light.png"><img alt="Open in Web" width="114" height="28" src="https://cursor.com/assets/images/open-in-web-dark.png"></picture></a> <a href="https://cursor.com/background-agent?bcId=bc-8ce91e70-c67b-48c6-84b3-05bb9d06231a&cursor_ref=pr_footer&cursor_cta=open_in_cursor"><picture><source media="(prefers-color-scheme: dark)" srcset="https://cursor.com/assets/images/open-in-cursor-dark.png"><source media="(prefers-color-scheme: light)" srcset="https://cursor.com/assets/images/open-in-cursor-light.png"><img alt="Open in Cursor" width="131" height="28" src="https://cursor.com/assets/images/open-in-cursor-dark.png"></picture></a> </div> Co-authored-by: Cursor Agent <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds the
## Cursor Cloud specific instructionssection toAGENTS.mdon main.This is the same documentation that was previously merged via #18 into
kaushik-IDE. We are relocating it ontomainso Cloud agents / local setup docs live on the primary branch. A follow-up PR will revert #18 fromkaushik-IDE.Changes
AGENTS.mdonly — native (no Docker) Cloud VM service startup notes,.envgotchas (ENCRYPTION_KEYS, dotted keys), Azure LLM config shape, and HermesHERMES_WEBUI_ALLOWED_ORIGINSrequirement.No application code changes.