Skip to content

Set up Cursor Cloud dev environment + AGENTS.md notes - #5

Draft
arielconti10 wants to merge 1 commit into
mainfrom
ariel/cloud-env-setup-47e1
Draft

Set up Cursor Cloud dev environment + AGENTS.md notes#5
arielconti10 wants to merge 1 commit into
mainfrom
ariel/cloud-env-setup-47e1

Conversation

@arielconti10

Copy link
Copy Markdown
Owner

Summary

Sets up the Cloud Agent development environment for Agentic Craft and documents durable, non-obvious startup guidance for future agents.

  • Verified full dev setup: install, lint, typecheck, tests, build, and the dev server.
  • Added a ## Cursor Cloud specific instructions section to AGENTS.md covering the single-service Next.js setup, the registry sync/public/r freshness gotcha that fails pnpm run verify/CI, and the Turbopack build caveat.

The update script (run on VM startup) is pnpm install --frozen-lockfile, matching CI. No databases, secrets, or external services are required — the product is a single static Next.js app serving client-side demos.

Testing

  • pnpm install --frozen-lockfile — clean install
  • pnpm run lint — pass
  • pnpm run typecheck — pass
  • pnpm test — 82 tests passed
  • pnpm run build — 33 static routes generated
  • pnpm run dev + browser: typed and sent a message in the interactive composer on /conversation, and confirmed suggestion chips fill the input

Walkthrough

conversation_composer_demo.mp4

Demo: navigating to /conversation, typing "Hello world from the dev environment setup" into the live composer, sending it (message commits), and clicking a suggestion chip to fill the input.

To show artifacts inline, enable in settings.

Open in Web Open in Cursor 

Co-authored-by: Ariel Conti <arielconti10@gmail.com>
@vercel

vercel Bot commented Jul 5, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
agentic-craft Ready Ready Preview, Comment Jul 5, 2026 4:02pm

Request Review

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