Add Cursor Cloud development environment setup instructions#4
Draft
ropoko wants to merge 3 commits into
Draft
Conversation
- Document Love2D v12 nightly installation path and LD_LIBRARY_PATH setup - Document lua-https build-from-source steps for the Cloud VM - Note ALSA audio errors are expected in headless environments - Document backend service requirements (World API + Nakama) - Reference existing linting and testing documentation Co-authored-by: Rodrigo Stramantinoli <rodrigostramantinoli@gmail.com>
- Document Docker Compose workflow for backend services (Postgres, API, Nakama, SeaweedFS) - Add first-time SeaweedFS S3 credential and card seeding instructions - Document backend test command - Add Docker-in-VM setup notes (fuse-overlayfs, iptables-legacy) Co-authored-by: Rodrigo Stramantinoli <rodrigostramantinoli@gmail.com>
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
The ubuntu user is already in the docker group, which is the standard and safer way to grant non-root Docker access. Co-authored-by: Rodrigo Stramantinoli <rodrigostramantinoli@gmail.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
## Cursor Cloud specific instructionssection toAGENTS.mdto enable future Cloud Agents to quickly set up the full development environment (game client + backend).Changes
AGENTS.md: Added Cloud-specific section documenting:/opt/love2d/) andLD_LIBRARY_PATHconfigurationlua-httpsbuild-from-source instructions (cmake + g++ against libcurl/openssl)Environment Verification
Both the game client and full backend stack were set up and verified end-to-end:
Game Client (Love2D):
luachecklinting passes: 0 warnings / 0 errors across 50 fileslua-httpsnative module built from source and workingBackend (Docker Compose):
End-to-End:
/.well-known/nodeinfovalidationLobby screen after successful login with Welcome toast
Deck builder showing seeded card catalog (Caveman, Dino, Thunder)
To show artifacts inline, enable in settings.