Skip to content

Commit 825817c

Browse files
docs: add Cursor Cloud specific setup instructions to AGENTS.md (#62)
Co-authored-by: Cursor Agent <cursoragent@cursor.com> Co-authored-by: Piotr Wodecki <PiotrWodecki@users.noreply.github.com>
1 parent 84c9dbb commit 825817c

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

AGENTS.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# fishjam-react-native-webrtc
2+
3+
React Native WebRTC native module (npm; `package-lock.json`).
4+
5+
## Cursor Cloud specific instructions
6+
7+
Node (via nvm) is pre-installed; the startup script runs `npm install`. Non-obvious notes:
8+
9+
- Validated command: `npm run lint` (runs `eslint --max-warnings 0` + `tsc --noEmit`, passes).
10+
- This is a native module: there are no headless-buildable JS bundles here, and iOS/Android builds require Xcode / the Android SDK (not available in the cloud VM). `npm run lint` is the meaningful local check.

0 commit comments

Comments
 (0)