Skip to content

docs: add AGENTS.md with Cursor Cloud development instructions#22

Closed
tiankaima wants to merge 1 commit into
mainfrom
cursor/development-environment-setup-4fc6
Closed

docs: add AGENTS.md with Cursor Cloud development instructions#22
tiankaima wants to merge 1 commit into
mainfrom
cursor/development-environment-setup-4fc6

Conversation

@tiankaima

Copy link
Copy Markdown
Member

Summary

Adds AGENTS.md with Cursor Cloud specific development environment instructions for future cloud agents.

What's included

  • Service overview (PostgreSQL, Next.js dev server)
  • Key commands reference (lint, test, dev server, migrations, codegen)
  • Environment setup notes (.env configuration, mock S3, debug auth)
  • Non-obvious gotchas (Docker-in-Docker, timezone-related test failures, bun:test vs vitest import issues)

Development Environment Verification

The following were verified during setup:

  • bun install --frozen-lockfile — 751 packages installed
  • bun run prisma:deploy — 28 migrations applied
  • bun run prebuild — Prisma client + OpenAPI types generated
  • bun run check (Biome) — 353 files checked, no issues
  • bun run test (Vitest) — 29/36 tests pass (7 pre-existing failures due to timezone and bun:test imports)
  • bun run dev — Next.js dev server running on port 3000
  • ✅ Debug login and app navigation verified in browser
Open in Web Open in Cursor 

Co-authored-by: Tiankai Ma <tiankaima.dev@gmail.com>
@vercel

vercel Bot commented Mar 29, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
server-nextjs Ready Ready Preview, Comment Mar 29, 2026 3:05pm

@tiankaima tiankaima closed this Mar 29, 2026
@tiankaima
tiankaima deleted the cursor/development-environment-setup-4fc6 branch April 17, 2026 16:37
@tiankaima tiankaima added area: devex Local setup, build/CI automation, repository tooling, guidance, and contributor docs documentation Improvements or additions to documentation labels Jul 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: devex Local setup, build/CI automation, repository tooling, guidance, and contributor docs documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants