Skip to content

Add Cursor Cloud development environment setup#1

Draft
jeremyosih wants to merge 2 commits into
mainfrom
cursor/development-environment-setup-1f2b
Draft

Add Cursor Cloud development environment setup#1
jeremyosih wants to merge 2 commits into
mainfrom
cursor/development-environment-setup-1f2b

Conversation

@jeremyosih
Copy link
Copy Markdown
Owner

Summary

Adds Cursor Cloud specific instructions to AGENTS.md so future cloud agents have the context they need to develop in this codebase without re-discovering setup steps.

Changes

  • Added ## Cursor Cloud specific instructions section to AGENTS.md covering:
    • Tech stack summary (Bun, React 19, TanStack, Vite 7, Tailwind 4, Vitest)
    • Common commands reference (pointing to package.json scripts)
    • Known pre-existing issues (lint errors in just-github/, typecheck errors, 5 failing test files due to import alias)
    • Architecture notes (client-side only, no backend/Docker/.env)

Environment setup verified

  • Dependencies: bun install (993 packages)
  • Lint: bun run lint — runs (pre-existing errors in just-github/)
  • Typecheck: bun run typecheck — runs (2 pre-existing TS errors in test files)
  • Tests: bun run test — 20/25 suites pass (85 tests), 5 fail due to pre-existing import alias issue
  • Dev server: bun run dev — serves on port 3000, HTTP 200
  • App interaction: Settings panel, API key save, chat message send, session persistence all functional
Open in Web Open in Cursor 

Co-authored-by: Jeremy Osih <jeremyosih@users.noreply.github.com>
@vercel
Copy link
Copy Markdown

vercel Bot commented Mar 24, 2026

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

Project Deployment Actions Updated (UTC)
gitoverflow Error Error Mar 24, 2026 3:57am

Co-authored-by: Jeremy Osih <jeremyosih@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