docs: document Cursor Cloud dev environment in AGENTS.md#1
Draft
jpt4 wants to merge 1 commit into
Draft
Conversation
Document the dev environment for future cloud agents: zero-dependency npm ci refresh, how to run the browser game (static server, no build step) and the Node self-play tooling, test/lint commands, and the unit-placement zone gotcha (invalid clicks are silently rejected). Co-authored-by: jpt4 <torreaiworks01@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
Sets up and verifies the development environment for this repository and records durable, non-obvious guidance for future Cursor Cloud agents under a new
## Cursor Cloud specific instructionssection inAGENTS.md.No application code was modified — only documentation was added.
Environment
engines.node >=18); project has zero runtime npm dependencies (lockfile is for CI reproducibility only).npm ci.npm run dev; the browser game is served statically. No lint tooling exists.What was verified
npm testnpm run test:extendednode self-play/run.js play --seed=42python3 -m http.server 8080→hormuz-game.htmlHello-world action
Started a STANDARD game, paused, selected the Drone Swarm unit, and placed it on Iranian territory — confirmed FUNDS decreasing from $500M to $455M and the unit rendering on the map, then resumed the simulation.
hormuz_place_defense_units_demo.mp4
Unit placed, funds reduced to $455M
To show artifacts inline, enable in settings.