1 parent 0b0c950 commit 2ca805dCopy full SHA for 2ca805d
1 file changed
AGENTS.md
@@ -13,7 +13,9 @@ changes small, typed, tested, and consistent with the patterns described below.
13
bare `npm install`, so versions remain SDK-compatible.
14
- Run the application with `npm run ios`, `npm run android`, or `npm run web`.
15
- Keep the following commands green before every pull request or material change:
16
- - `npm run verify` — strict `tsc --noEmit` followed by Jest with coverage.
+ - `npm run verify` — strict `tsc --noEmit`, ESLint, then Jest with coverage.
17
+ - `npm run format` — apply Prettier formatting (CI enforces it via
18
+ `npm run format:check`).
19
- `make expo-check` — confirms installed versions match Expo SDK 56.
20
- Coverage thresholds are enforced (branches 80, functions 90, lines and
21
statements 95). Add tests to meet them rather than lowering the thresholds.
0 commit comments