Skip to content

Add Cursor Cloud specific instructions to AGENTS.md#1

Draft
rgilks wants to merge 1 commit into
mainfrom
cursor/dev-env-setup-f960
Draft

Add Cursor Cloud specific instructions to AGENTS.md#1
rgilks wants to merge 1 commit into
mainfrom
cursor/dev-env-setup-f960

Conversation

@rgilks
Copy link
Copy Markdown
Contributor

@rgilks rgilks commented May 27, 2026

Adds a ## Cursor Cloud specific instructions section to AGENTS.md documenting:

  • Node 24 PATH override required because the VM ships Node 22 by default
  • wasm-pack v0.14.0 binary installation (v0.15.0 requires Rust 1.91+, above the pinned 1.88.0)
  • WebGPU headless caveat (no GPU in cloud VM — 3D renderer errors, SVG/UI still works)
  • Quick reference to verification commands

These instructions help future cloud agents set up the dev environment correctly without re-discovering these caveats each session.

Evidence of working environment

App loaded in browser with WebGPU error (expected — no GPU)
Subsector hex map rendered via SVG — data generation and UI working

All checks passing:

  • 102 TS unit tests (vitest)
  • 83 Rust unit tests (cargo test)
  • Rust clippy clean (native target)
  • TypeScript typecheck clean
  • Rust formatting clean
  • Production build succeeds (WASM + Vite)
  • Dev server starts and serves at localhost:5173

To show artifacts inline, enable in settings.

Open in Web Open in Cursor 

Document Node 24 PATH override, wasm-pack v0.14.0 installation,
WebGPU headless caveat, and verification commands for future
cloud agent sessions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants