Skip to content

Commit bb0a7ed

Browse files
committed
update AGENTS.md
1 parent 99b14da commit bb0a7ed

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

AGENTS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ This document provides context for the any code assistant to understand the `@te
1010
- **Tech Stack:** TypeScript, React Native, Jest.
1111
- **Architecture:** The library simulates the React Native runtime on top of `universal-test-renderer`.
1212

13+
## Project Guidelines
14+
15+
- Small API surface
16+
- Expose all features of the underlying platform (react, react-reconciler) for Testing Libraries to use
17+
- Render host elements only, yet provide escape hatches to fibers when needed
18+
1319
## Building and Running
1420

1521
The project uses `yarn` for dependency management and script execution.

0 commit comments

Comments
 (0)