Set up Cursor Cloud dev environment (AGENTS.md) - #3
Open
lpittman-g wants to merge 1 commit into
Open
Conversation
Bugbot couldn't run - usage limit reachedBugbot is counted against Cursor usage for this user or team, and this run hit a usage or spend limit. A user or team admin can review and increase usage limits in the Cursor dashboard. (requestId: serverGenReqId_26adfe71-777e-4ef5-993b-f605d67cd938) |
lpittman-g
marked this pull request as ready for review
August 4, 2026 06:18
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
Owner
Author
|
@copilot resolve the merge conflicts on this branch. |
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 repo (the
modular/modular-scriptsYarn-workspaces monorepo) so future cloud agents can install deps, lint, test, build, and run an app in dev mode.No source code was modified. This PR only adds
AGENTS.mdwith durable, non-obvious cloud setup guidance. The startup update script is configured separately toyarn install.What was verified
yarn install(Node 22 default, Yarn Classic 1.22.x) — runspatch-package+husky install.yarn build— compilesworkspace-resolver,create-modular-react-app,modular-scripts, and@modular-scripts/remote-view.yarn lint— 25/25 suites pass.yarn modular test—workspace-resolver(33 tests) and a set ofmodular-scriptsunit suites (35 tests) pass.yarn modular add), startedyarn modular starton port 3000, and confirmed the React dev server serves the app in a browser.Hello-world demo
The running dev server rendered a scaffolded app with custom text end to end:
modular_dev_server_hello_app.mp4
Notable gotcha documented
yarn buildcopies a publish artifact intopackages/remote-view/dist/, which registers a duplicate workspace named@modular-scripts/remote-viewand breaks subsequent installs (yarn install,modular add,modular start). Remove the git-ignoredpackages/remote-view/distbefore install-dependent commands. SeeAGENTS.mdfor details.To show artifacts inline, enable in settings.