docs(agents): add Cursor Cloud dev environment setup notes - #54
Draft
drozhzhin-n-e wants to merge 1 commit into
Draft
docs(agents): add Cursor Cloud dev environment setup notes#54drozhzhin-n-e wants to merge 1 commit into
drozhzhin-n-e wants to merge 1 commit into
Conversation
Co-authored-by: Nikita Drozhzhin <drozhzhin-n-e@users.noreply.github.com>
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
AGENTS.md→## Cursor Cloud specific instructionsso future agents can run both apps without re-discovering setup.apps/web/src/index.htmlCSP blocks the browser app from reaching local Supabase (pre-existing, same cause as the failingweb-e2eCI job onmain), email confirmation being enabled, and service-worker caching onlocalhost.Checklist
npx nx run-many -t lintruns (pre-existing code errors onmain, unchanged by this PR)npx nx run-many -t test --projects=portspassesnpx nx build websucceeds@spartan-ng/helm/*primitives and signal APIs (n/a — docs only)Test plan
Set up the full dev environment and verified each surface:
Demo app (
npx nx serve demo, :4200) — signed in and created an API key end-to-end in the browser.demo_app_create_api_key.mp4
Demo API key created
Web full-stack — installed Docker (fuse-overlayfs), started local Supabase (
npm run db:start+db:reset), built (npx nx build web) and ran (npm run start:web, :4201). The browser UI is blocked by the committed CSP (documented), so the backend flow was verified via the same Auth/RPC path the app uses: signup → email-OTP confirm (Mailpit) →create_organizationRPC, persisting an org with the user asowner.web_backend_e2e_verification.log
✅
npx nx run-many -t test --projects=ports✅
npx nx build demo/npx nx build webnpx nx run-many -t lint --all(runs; pre-existing lint errors onmain, not introduced here)Related issues
To show artifacts inline, enable in settings.