Skip to content

docs: add Cursor Cloud specific instructions to AGENTS.md - #447

Closed
mikepitre wants to merge 1 commit into
mainfrom
cursor/cloud-env-setup-540e
Closed

docs: add Cursor Cloud specific instructions to AGENTS.md#447
mikepitre wants to merge 1 commit into
mainfrom
cursor/cloud-env-setup-540e

Conversation

@mikepitre

Copy link
Copy Markdown

What

Sets up the Cloud Agent development environment for this repository and records durable, non-obvious guidance for future agents under a new ## Cursor Cloud specific instructions section in AGENTS.md (symlinked to CLAUDE.md).

Environment setup

  • Toolchain: Bun 1.4.0 (satisfies engines.bun >= 1.3.13), installed under ~/.bun.
  • Startup update script only refreshes dependencies: installs Bun if missing, then runs bun install.

Verification (all green)

Step Command Result
Install bun install --frozen-lockfile 245 packages installed
Format bun run format:check pass
Lint bun run lint pass
Typecheck bun run typecheck pass
Unit tests bun run test 2687 pass / 0 fail (164 files)
Build bun run build + bun run build:compile bundle + native dist/clerk
Run (hello world) clerk doctor on a Next.js + @clerk/nextjs project full integration health check

The product is the clerk CLI. Hello-world verification ran the compiled binary's doctor command against a scaffolded Next.js + Clerk project, exercising framework detection, .env.local key validation, and keyless-app checks.

Notes

  • E2E tests (bun run test:e2e) are optional and gated: they hit the production Clerk API and need the CLERK_PLATFORM_API_KEY and CLERK_CLI_TEST_APP_ID secrets plus bunx playwright install chromium. Documented in the new AGENTS.md section.
Open in Web Open in Cursor 

@changeset-bot

changeset-bot Bot commented Aug 24, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 8f98e3c

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

@mikepitre mikepitre closed this Aug 24, 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