Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# fishjam-react-native-webrtc

React Native WebRTC native module (npm; `package-lock.json`).

## Cursor Cloud specific instructions

Node (via nvm) is pre-installed; the startup script runs `npm install`. Non-obvious notes:

- Validated command: `npm run lint` (runs `eslint --max-warnings 0` + `tsc --noEmit`, passes).
- 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.
Loading