Add Cursor Cloud dev environment instructions#1707
Draft
lukasballier wants to merge 1 commit into
Draft
Conversation
Co-authored-by: lukasballier <[email protected]>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
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 documents the development environment for the Swirl monorepo so future Cloud Agents can start fast. Adds
AGENTS.mdwith a## Cursor Cloud specific instructionssection capturing non-obvious startup/run caveats.No application code changed.
Environment verified
yarn install.puppeteerdownloads Chromium on first install; cached in~/.cache/puppeteerand persisted in the snapshot, so later installs are fast no-ops.Checks run
yarn build:packages— all 9 library packages build (tokens → icons → components → react/angular/etc.)yarn lint— passesyarn test --filter='!swirl-docs'—swirl-components494 tests / 104 suites +bridgepassyarn dev— Storybook serves on http://localhost:6006Hello-world
Loaded Storybook, opened the
SwirlButtonstory, and changed thelabelcontrol to "Hello World"; the rendered button updated live.swirl_storybook_button_hello_world.mp4
Button rendered with Hello World label
Notes
apps/swirl-docsis optional and excluded from CI lint/test; its prebuild/dev/build/tests needGITLAB_ACCESS_TOKEN,GITLAB_FLIP_REPO_ID, and Algolia keys. Itsvitesthangs without them, so useyarn test --filter='!swirl-docs'for the library packages.To show artifacts inline, enable in settings.