docs: add AGENTS.md with Cursor Cloud specific setup instructions#77
Conversation
Co-authored-by: Piotr Wodecki <PiotrWodecki@users.noreply.github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Pull request overview
Adds an AGENTS.md guide to document Cursor Cloud development-environment setup for the Fishjam examples repository, intended to help contributors install dependencies and run the most relevant checks across the various example apps.
Changes:
- Introduces a new
AGENTS.mdwith Cursor Cloud-specific setup and validation guidance for the example apps.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
czerwiukk
left a comment
There was a problem hiding this comment.
Approving — dir structure and per-app validation approach are accurate. One nit: 'Validated across all 20 apps' overcounts — there are 18 dirs / ~17 apps (mobile-react-native/common is a script-less shared lib). The intro's '~20' is fine; suggest making the validation line say ~17-18.
Adds
AGENTS.mddocumenting Cursor Cloud dev-environment setup for the ~20 example apps. No production code changes. Validated: dependency install + best available check per app (webyarn build, TS libsyarn typecheck, React Nativeyarn lint) all pass; the apps need a running Fishjam backend to actually connect.