docs(agents): document Cursor Cloud dev environment setup for v5 (Bun)#2903
Draft
dylantientcheu wants to merge 1 commit into
Draft
docs(agents): document Cursor Cloud dev environment setup for v5 (Bun)#2903dylantientcheu wants to merge 1 commit into
dylantientcheu wants to merge 1 commit into
Conversation
Co-authored-by: Dylan Tientcheu <dylantientcheu@users.noreply.github.com>
❌ Deploy Preview for docsearch-demo failed.
|
❌ Deploy Preview for docsearch failed.
|
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
Sets up and verifies the Cloud dev environment for the v5 branch (Bun-based) and records durable, non-obvious startup notes in
AGENTS.mdunder## Cursor Cloud specific instructions.The only code change is documentation (
AGENTS.md). The startup update script is configured tobun install.Environment
22.15.0viafnm, Bun1.3.10(pinned in.tool-versions).bun installlinks all workspaces.Verification
bun run test:typesbun run lintbun run lint:cssbun run test --runbun run --sequential build:stage:base build:stage:react build:stage:consumers build:stage:adapterbun run buildwebsite:build(see caveat)bun run playground:start→http://localhost:5173Hello-world demo
Opened the React playground, opened the DocSearch modal, typed
getting started, got live Algolia results, and navigated to a result.docsearch_v5_playground_search_demo.mp4
Live search results for
Known caveat (documented in AGENTS.md)
The Docusaurus website does not run under Bun on this branch: both
website:buildand the dev server fail withERR_PACKAGE_PATH_NOT_EXPORTED(entities/cheeriotransitive deps under Bun's hoisting). This blocks fullbun run buildand Playwright E2E (pw:*), which boots the website first. Library builds and the playground demo are unaffected.To show artifacts inline, enable in settings.