Skip to content

Add Cursor Cloud specific instructions to AGENTS.md#3892

Closed
ntucker wants to merge 1 commit intomasterfrom
cursor/setup-dev-env-ff21
Closed

Add Cursor Cloud specific instructions to AGENTS.md#3892
ntucker wants to merge 1 commit intomasterfrom
cursor/setup-dev-env-ff21

Conversation

@ntucker
Copy link
Copy Markdown
Collaborator

@ntucker ntucker commented Apr 10, 2026

Motivation

Adds development environment setup notes for Cursor Cloud agents so future agents can start services and run tests without re-discovering environment caveats.

Solution

Appended a ## Cursor Cloud specific instructions section to AGENTS.md covering:

  • Node version requirement (24 via .nvmrc)
  • Corepack/Yarn 4 setup
  • Build-before-test dependency
  • Lint scope (CI uses packages/*/src)
  • Website dev server startup
  • No external services needed

Verification

  • yarn lint --quiet packages/*/src — clean
  • yarn test --ci — 109 suites, 1530 tests passed
  • yarn build — all packages built
  • Website dev server (yarn start:vscode) — Docusaurus running on port 3000

website_demo_walkthrough.mp4
Documentation homepage

To show artifacts inline, enable in settings.

Open in Web Open in Cursor 

Co-authored-by: Nathaniel Tucker <me@ntucker.me>
@vercel
Copy link
Copy Markdown

vercel bot commented Apr 10, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
docs-site Ignored Ignored Apr 10, 2026 0:55am

@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Apr 10, 2026

⚠️ No Changeset found

Latest commit: 60483a4

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@codecov
Copy link
Copy Markdown

codecov bot commented Apr 10, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.11%. Comparing base (bba821c) to head (60483a4).
⚠️ Report is 6 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3892   +/-   ##
=======================================
  Coverage   98.11%   98.11%           
=======================================
  Files         153      153           
  Lines        2916     2916           
  Branches      566      566           
=======================================
  Hits         2861     2861           
  Misses         11       11           
  Partials       44       44           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@ntucker ntucker closed this Apr 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants