docs: add Cursor Cloud environment setup instructions#1
Draft
powoct wants to merge 1 commit into
Draft
Conversation
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.
What
Adds a
## Cursor Cloud specific instructionssection toAGENTS.mdcapturing non-obvious setup/run caveats discovered while standing up the dev environment for cloud agents. No product code changed.Why
Future cloud agents start from a snapshot with dependencies already installed. This documents durable, non-obvious gotchas so they can run/test the app without rediscovering them:
PATH.bun run linthas a pre-existing baseline error/warnings on cleandev.OPENCODE_CONFIG_CONTENTto exercise the full agent flow.:4096) and the web UI dev server (:4444).Verification
Set up the environment end-to-end in a cloud VM:
bun installat root — OKbun typecheck— 30/30 packages passbun run lint— runs (pre-existing baseline warnings + 1 error, unchanged)cd packages/opencode && bun test test/util— 119 passpackages/appweb UI in dev mode, configured a local mock model, and completed a hello-world chat exchange end-to-end.Assistant reply in the web UI:
Hello from the mock model! You said: "hello world". The opencode dev environment is working.opencode_web_hello_world.mp4
hello world exchange
To show artifacts inline, enable in settings.