docs: add Cursor Cloud setup notes to AGENTS.md - #21
Draft
samanyugoyal2010 wants to merge 1 commit into
Draft
Conversation
Co-authored-by: samanyugoyal2010 <samanyugoyal2010@users.noreply.github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Sets up the Cloud Agent development environment for this codebase and records the durable, non-obvious learnings for future agents. No application code changed — this only adds a
## Cursor Cloud specific instructionssection toAGENTS.md(and the auto-generated agent-rule mirrors viascripts/sync-agent-rules.sh).Environment setup performed
node >=24; the VM's baked-in/exec-daemon/nodeis v22 and winsPATHresolution, so~/.bashrcnow prepends the nvm bin dir).npm cito install dependencies (registered as the startup update script)..env.local/secrets needed — the site is local-first and runs fully without Clerk/Supabase/Resend.Verification (all green on Node 24)
npm run lintnpm run typechecknpm run learn:checknpm run buildnpm run dev:3000Hello-world task
Ran the dev server and drove the browser through the core flow: homepage → ML track index → the "What Is Machine Learning?" lesson, then interacted with the hero interactive (dragging the rules slider / clicking rule buttons). The scatter-plot visualization and the accuracy/precision metrics updated in real time in response to input.
cwp_interactive_lesson_demo.mp4
To show artifacts inline, enable in settings.