Skip to content

Add Cursor Cloud development environment setup instructions#23673

Closed
frankaloia wants to merge 1 commit intomainfrom
cursor/development-environment-setup-3104
Closed

Add Cursor Cloud development environment setup instructions#23673
frankaloia wants to merge 1 commit intomainfrom
cursor/development-environment-setup-3104

Conversation

@frankaloia
Copy link
Copy Markdown
Contributor

Description

Adds Cursor Cloud specific instructions to AGENTS.md to enable future cloud agents to set up and work in the development environment. This includes:

  • Infrastructure setup (Docker Compose for PostgreSQL, Redis, Qdrant, Elasticsearch)
  • Database initialization steps
  • Library build order (sdks/js → sparkle → front)
  • Environment variables needed for the front service
  • Lint/test/type-check commands
  • Known gotchas for the cloud agent environment

Demo

dust_front_dev_server_demo.mp4
Front dev server running at localhost:3000 with health endpoint returning "ok".

Dust landing page
Health check endpoint

Tests

Environment verified through:

  • npm run biome — all 5729 files pass lint/format checks
  • cd front && npx tsgo --noEmit — TypeScript type-check passes
  • cd front && npm test — 298/306 test files pass, 3647/3670 tests pass (6 pre-existing failures in sandbox glob tests)
  • cd connectors && npm test — 10/12 test files pass (2 pre-existing failures)
  • ✅ Front dev server starts and serves pages at localhost:3000
  • /api/healthz returns "ok"

Risk

Low risk — only adds documentation to AGENTS.md. No code changes.

Deploy Plan

No deployment needed — documentation-only change.

To show artifacts inline, enable in settings.

Open in Web Open in Cursor 

- Document infrastructure setup (Docker Compose services)
- Document database initialization steps
- Document library build order (sdks/js, sparkle)
- Document env vars needed for front service
- Document lint/test/type-check commands
- Document known gotchas for cloud agent environment

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

vercel Bot commented Apr 2, 2026

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

2 Skipped Deployments
Project Deployment Actions Updated (UTC)
playground Ignored Ignored Apr 2, 2026 8:46pm
storybook Ignored Ignored Apr 2, 2026 8:46pm

Request Review

@frankaloia frankaloia closed this Apr 3, 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