docs: add AGENTS.md with Cursor Cloud specific setup instructions#286
Merged
Conversation
Co-authored-by: Piotr Wodecki <PiotrWodecki@users.noreply.github.com>
czerwiukk
approved these changes
Jul 3, 2026
czerwiukk
left a comment
Member
There was a problem hiding this comment.
Approving — config/build/typecheck/lint claims all verified. One correction to fold in: the note says 'there is no unit-test script; the SDK is exercised through consuming repos', but packages/js-server-sdk has "test": "vitest run" with 6 test files (client, webhook, notifications, ws_notifier, gemini, config-validation) — only the root lacks an aggregated test script. Worth updating so an agent doesn't skip runnable unit tests. (Minor: packageManager yarn@4.12.0 vs pinned yarnPath yarn-4.4.0.cjs.)
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.
Adds
AGENTS.mddocumenting Cursor Cloud dev-environment setup for this Yarn Berry SDK. No production code changes. Validated:yarn build,yarn typecheck,yarn lint:checkall pass; no unit-test script (exercised via consuming repos).