docs(agents): add Cursor Cloud dev environment setup instructions - #929
Draft
Bran18 wants to merge 1 commit into
Draft
docs(agents): add Cursor Cloud dev environment setup instructions#929Bran18 wants to merge 1 commit into
Bran18 wants to merge 1 commit into
Conversation
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository UI Review profile: ASSERTIVE Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ 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 |
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.
What & why
Sets up the KindFi development environment for Cursor Cloud and documents the non-obvious caveats discovered while doing so. The only code/docs change is a new
## Cursor Cloud specific instructionssection inAGENTS.md; everything else (Bun, Docker, local Supabase,apps/web/.env, seeded data) is environment state, captured via the VM snapshot + update script.Environment set up
PATH;bun installrestores all workspace deps.containerd-snapshotterdisabled, iptables-legacy) to run local Supabase.bunx supabase start --workdir .(plainsupabase startmis-detects the workdir and aborts on email-templatecontent_path).apps/web/.envgenerated with local Supabase keys; schema applied tolerantly + drift patched so the app has real data.Update script
bun install— minimal, idempotent dependency refresh. One-time system setup (Bun, Docker, Supabase CLI) is captured in the snapshot, not the update script.Hello-world verified (core crowdfunding flow)
Browsed
/projects(3 seeded campaigns), filtered by the Education category (narrowed to 1 result), and opened the Clean Water for Rural Schools detail page — all against the local DB with no errors.kindfi_project_discovery_clean.mp4
Projects list with three campaigns
Filtered to Education category (1 result)
Clean Water project detail page
Notes / known pre-existing issues (documented in AGENTS.md)
user_rolepending/adminenum values added late; app expectsprojects.foundation_id+ afoundationstable that no migration creates).bun run lintandapps/webbun testrun but have pre-existing failures (formatting nits; tests that time out on unconfigured Redis/external APIs).To show artifacts inline, enable in settings.