Add Cloud Agent development environment config - #431
Merged
Conversation
frankie-zeng
marked this pull request as ready for review
August 26, 2026 12:44
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 a committed Cursor Cloud Agent environment so EcuBus-Pro becomes fully usable out of the box on a fresh VM.
Changes
.cursor/environment.json— declares the environment and itsinstallcommand..cursor/install.sh— idempotent bootstrap:npm install, download the pinned standalone Python (python-build-standalone) intoresources/python,pip install -r resources/requirements.txt,npm run native(Linux stubs), andnpm run worker:js.AGENTS.md— document one additional known pre-existing test failure (test/dbc/dbc.test.ts > id2001.dbc) which fails on case-sensitive Linux filesystems because the committed fixture isID2001.dbc(same class as the already-documented s19 case mismatch).The Cursor default base image already provides Node 22, Python 3, gcc/make, and a headless X server on display
:1, so no custom Dockerfile is required.Validation
npm install, Python download +pip install,npm run native, andnpm run worker:jsall complete successfully on a fresh VM.npm run typecheckpasses (node + web).DISPLAY=:1 npm run devand renders end to end.