Set up Cursor Cloud dev environment for agent-render - #83
Conversation
Co-authored-by: Aanish Bhirud <baanish@users.noreply.github.com>
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughA new "Cursor Cloud specific instructions" section is appended to ChangesCursor Cloud Documentation
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Deploying agent-render with
|
| Latest commit: |
84978a7
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://33f77cda.agent-render.pages.dev |
| Branch Preview URL: | https://cursor-setup-dev-environment.agent-render.pages.dev |
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Files Reviewed (1 file)
This PR is documentation-only, adding a Reviewed by glm-5.2-short · Input: 15.8K · Output: 864 · Cached: 89.2K |
Summary
Sets up and verifies the development environment for
agent-render(a static, fragment-based artifact viewer built on Next.js). The only code change is a new## Cursor Cloud specific instructionssection inAGENTS.mdcapturing non-obvious startup caveats for future cloud agents.The startup update script (dependency refresh) is configured separately as:
Validation
All standard checks pass against the current setup:
npm run lint— eslint + public export docs checknpm run typecheck—tsc --noEmitnpm run test— 240 Vitest tests passnpm run build— Next.js static export succeedsnpm run dev— dev server serves on port 3000CI=1 npm run test:e2e— 28 Playwright browser tests pass (visual snapshots skipped to avoid platform rendering diffs)Hello-world demo
Created a Markdown artifact via the in-browser "Create a link" form, generated a fragment link, and confirmed it renders in the viewer (heading, bold, list, code block).
agent_render_link_creator_demo.mp4
Link creator form filled
Rendered Hello World markdown artifact
To show artifacts inline, enable in settings.
Summary by CodeRabbit