Skip to content

Commit e53adb1

Browse files
chore: example apps AGENTS.md (#1915)
1 parent 6fbeb62 commit e53adb1

3 files changed

Lines changed: 16 additions & 0 deletions

File tree

agents/example-apps.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
- `babel.config.js`
2222
- `eslint.config.mjs`
2323
- `README.md`
24+
- `AGENTS.md`
2425
- existing tracked image assets in `assets/`
2526
- `.expo-shared/assets.json` if it existed before
2627
- Keep the fresh Expo entrypoint `index.ts`.
@@ -40,6 +41,7 @@
4041
- `.eslintrc`
4142
- `.eslintignore`
4243
- `README.md`
44+
- `AGENTS.md`
4345
- custom assets not present in the scaffold, such as `assets/gradientRNBanner.png`
4446
- existing tracked image assets in `assets/`
4547
- `.expo-shared/assets.json` if it existed before

examples/basic/AGENTS.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# React Native Testing Library in this project
2+
3+
This project uses `@testing-library/react-native`. Its APIs and testing conventions can differ from your training data.
4+
Before writing or changing RNTL tests, read the relevant guide in
5+
`node_modules/@testing-library/react-native/docs/`, starting with
6+
`node_modules/@testing-library/react-native/docs/guides/llm-guidelines.md`.
7+
Prefer those package docs over stale assumptions, and follow deprecation notices.

examples/cookbook/AGENTS.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# React Native Testing Library in this project
2+
3+
This project uses `@testing-library/react-native`. Its APIs and testing conventions can differ from your training data.
4+
Before writing or changing RNTL tests, read the relevant guide in
5+
`node_modules/@testing-library/react-native/docs/`, starting with
6+
`node_modules/@testing-library/react-native/docs/guides/llm-guidelines.md`.
7+
Prefer those package docs over stale assumptions, and follow deprecation notices.

0 commit comments

Comments
 (0)