Skip to content

Add AGENTS.md with Cursor Cloud development instructions#1183

Draft
aschwartz91 wants to merge 2 commits intomainfrom
cursor/dev-environment-setup-8f70
Draft

Add AGENTS.md with Cursor Cloud development instructions#1183
aschwartz91 wants to merge 2 commits intomainfrom
cursor/dev-environment-setup-8f70

Conversation

@aschwartz91
Copy link
Copy Markdown
Contributor

@aschwartz91 aschwartz91 commented Apr 16, 2026

Changes

  • Added AGENTS.md with Cursor Cloud specific development instructions for future agents
  • Added ts-node as a dev dependency (required for Jest to parse jest.config.ts)

Testing Criteria

  • Development environment fully set up and verified
  • yarn install completes successfully with prisma generate postinstall
  • yarn lint:check passes (0 errors, 36 warnings - all pre-existing)
  • yarn prettier:check passes
  • yarn test runs (1 pass, 2 pre-existing failures unrelated to setup)
  • yarn dev starts Next.js dev server on port 3000
  • /api/health-check confirms DB + Trigger.dev connectivity
  • App loads in browser showing expected auth screen

Task App running in browser

Notes

  • The AGENTS.md file documents key development commands, gotchas (e.g., yarn lint vs yarn lint:check in Next.js 16), and environment setup notes for future Cursor Cloud agents.
  • ts-node is required by Jest to parse the TypeScript config file jest.config.ts. Without it, yarn test fails before running any tests.

Impact & Surface Area of Change

  • No application code changes. Adds documentation file AGENTS.md and a dev dependency ts-node.

To show artifacts inline, enable in settings.

Open in Web Open in Cursor 

@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented Apr 16, 2026

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

Project Deployment Actions Updated (UTC)
tasks-app Ready Ready Preview, Comment Apr 16, 2026 4:24pm

Request Review

@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented Apr 16, 2026

Deployment failed with the following error:

Deploying Serverless Functions to multiple regions is restricted to the Pro and Enterprise plans.

Learn More: https://vercel.link/multiple-function-regions

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