[patch] Add AGENTS.md for Cursor Cloud dev environment setup#218
[patch] Add AGENTS.md for Cursor Cloud dev environment setup#218deffenda wants to merge 1 commit into
Conversation
Co-authored-by: ABD Enterprises <deffenda@users.noreply.github.com>
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
|
Auto-merge gate failed: PR is a draft. Mark ready-for-review to enable auto-merge. |
|
Auto-merge gate failed: PR body must contain 'Closes/Fixes/Resolves #N' or carry the 'chore:trivial' label. |
|
Auto-merge gate failed: trusted_author_file '.github/auto-merge-allowed-authors' not found in this checkout. |
|
Auto-merge gate failed: 3 required check(s) still pending on 53d2b6d; will retry on next check_suite event. |
There was a problem hiding this comment.
Pull request overview
Adds a new AGENTS.md guide for Cursor Cloud agents to quickly understand and set up the repository’s development environment.
Changes:
- Documents the monorepo workspace layout and Node.js 20 requirement.
- Adds quick-reference commands for install, build, lint, typecheck, tests, packaging, and dev watch.
- Captures testing/build-order notes and confirms no external services are needed for standard checks.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Summary
Adds
AGENTS.mdwith Cursor Cloud specific instructions to streamline development environment setup for future cloud agents.Linked issue
N/A — environment setup, no linked issue.
Changes
AGENTS.mdwith monorepo overview, Node.js version requirement, key commands reference, testing notes, build order, and external service requirements.Acceptance criteria mirror
Test plan
npm run lint— zero warningsnpm run typecheck— clean across all 4 workspacesnpm test— 470 tests pass (446 extension + 15 designer-ui + 9 runtime-next)npm run build— all packages build successfullynpm run package:check— VSIX packaging validatesTest output:
test_coverage_output.log
Changelog entry
To show artifacts inline, enable in settings.