Skip to content

Commit 2ca805d

Browse files
committed
Align agent guide with verification flow
1 parent 0b0c950 commit 2ca805d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

AGENTS.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ changes small, typed, tested, and consistent with the patterns described below.
1313
bare `npm install`, so versions remain SDK-compatible.
1414
- Run the application with `npm run ios`, `npm run android`, or `npm run web`.
1515
- Keep the following commands green before every pull request or material change:
16-
- `npm run verify` — strict `tsc --noEmit` followed by Jest with coverage.
16+
- `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`).
1719
- `make expo-check` — confirms installed versions match Expo SDK 56.
1820
- Coverage thresholds are enforced (branches 80, functions 90, lines and
1921
statements 95). Add tests to meet them rather than lowering the thresholds.

0 commit comments

Comments
 (0)