Add Cursor Cloud environment setup instructions - #1053
Draft
zkWizard wants to merge 1 commit into
Draft
Conversation
Signed-off-by: Cursor Agent <cursoragent@cursor.com> Co-authored-by: Quinn The Wizard <zkWizard@users.noreply.github.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.
What does this PR do?
Sets up and documents the Cloud Agent development environment for RoamingEye. The only code change is a new
AGENTS.mdcapturing durable, non-obvious run/test guidance for future agents; the dependency-refresh steps live in the Cloud Agent update script (npm ci+npx playwright install chromium), not in the repo.Verified the full development workflow end to end in the Cloud VM (Node v22.14.0):
npm ci— installs cleanly (155 packages, 0 vulnerabilities)npm run typecheck/npm run lint/npm run format:check— all cleannpm test— 4621 unit tests pass (299 files)npm run build— production build passes, bundle-size budget check greennpm run catalog:check— 7 records passnpm run test:e2e(smoke) — 2 passed; WebGL context acquired via SwiftShadernpm run dev— served at http://localhost:5173 and driven in a real browser: rendered the 3D globe, geocoded "Amazon" and navigated to Brazil, switched the NDVI → land-surface-temp layer, and scrubbed the timeline across monthsNote:
npm run test:contracthas 5 failures, but that suite is network-touching by design (it compares live NASA GIBS colormaps against pinned scales) and is not part of theverifygate — the failures are upstream palette drift, not an environment issue. This is documented inAGENTS.md.Type of change
Checklist
npm run lint && npm run typecheck && npm run test && npm run buildlocally and they passgit commit -s)Screenshots / recordings
roamingeye_globe_walkthrough.mp4
Initial 3D globe render (NDVI)
Globe navigated to Amazon after search
To show artifacts inline, enable in settings.