Add Cursor Cloud environment setup notes to AGENTS.md - #175
Draft
nulltask wants to merge 1 commit into
Draft
Conversation
Co-authored-by: Seiya KONNO <nulltask@gmail.com>
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
View logs |
be-music-player-demo | 26eca6c | Aug 18 2026, 03:26 PM |
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
Sets up the Cloud Agent development environment for the
be-musicmonorepo and documents the non-obvious startup caveats for future agents.The only code change is an appended
## Cursor Cloud specific instructionssection inAGENTS.md. No application code was modified.Environment setup performed
26.7.0(repo requires>=26,.node-versionpins26.7.0) vianvm. The VM's default/exec-daemon/nodeis v22 and tookPATHprecedence, so Node 26 is prepended in~/.bashrc.corepack, so the pinned pnpm10.30.3is installed globally under Node 26.PATH, thenpnpm install --frozen-lockfile --prefer-offline.Verification
All CI-equivalent tasks pass on Node 26 + pnpm 10.30.3:
pnpm run lintpnpm run typecheckpnpm run buildpnpm testpnpm run parse+pnpm run audio-renderpnpm run player:webBrowser demo (AUTO PLAY, end-to-end)
be_music_web_player_autoplay_demo.mp4
AUTO PLAY gameplay
Results screen: CLEARED, RANK AAA, SCORE 200000
To show artifacts inline, enable in settings.