Skip to content

Add AGENTS.md for Cursor Cloud development environment setup#10

Draft
evermake wants to merge 1 commit intomainfrom
cursor/development-environment-setup-331e
Draft

Add AGENTS.md for Cursor Cloud development environment setup#10
evermake wants to merge 1 commit intomainfrom
cursor/development-environment-setup-331e

Conversation

@evermake
Copy link
Copy Markdown
Member

Summary

Adds AGENTS.md with Cursor Cloud specific instructions for developing in this codebase.

What's included

  • Key commands reference (lint, typecheck, test, build)
  • Non-obvious gotchas:
    • typescript is only a transitive dependency (not directly in devDependencies), so tsc needs global install
    • esbuild postinstall warning from pnpm is cosmetic
    • Vitest runs in watch mode by default
    • Package is ESM-only

Environment verification

All checks pass:

  • pnpm run lint — clean
  • pnpm run typecheck — clean
  • pnpm run test -- --run — 55/55 tests pass
  • pnpm run build — produces dist/ output
  • Hello-world JSX-to-HTML rendering verified with built output
Open in Web Open in Cursor 

Co-authored-by: Vladislav Deryabkin <evermake@users.noreply.github.com>
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