Skip to content

Commit 48c1f34

Browse files
committed
qMerge branch 'main' of github.com:taylorcox75/qRemote
2 parents 4ff8a39 + 6c737d9 commit 48c1f34

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

AGENTS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# AGENTS.md
22

33
## Project Overview
4-
qRemote is a React Native (Expo SDK 54) mobile app for remotely controlling
4+
qRemote is a React Native (Expo SDK 57) mobile app for remotely controlling
55
qBittorrent servers via the WebUI API v2. Runs on iOS and Android via Expo Go.
66

77
## Dev Commands
@@ -12,8 +12,8 @@ qBittorrent servers via the WebUI API v2. Runs on iOS and Android via Expo Go.
1212
### Verification (COMMIT TIME ONLY — never mid-task)
1313
Do NOT run typecheck, tests, or lint after individual edits or "to be safe" while working — on this hardware (Raspberry Pi) every run is expensive and the user has explicitly said not to. Run the checks ONCE, as a batch, only when getting ready to commit:
1414
- `npx tsc --noEmit` — typecheck (currently clean; incremental via `.tsbuildinfo`, ~25s warm / ~85s cold)
15-
- `npm test` — Jest (ts-jest), 220 tests across 13 suites. When only one module changed, `npm test -- tests/utils/<name>.test.ts` runs a single suite (~18s vs minutes)
16-
- `npm run lint` — the warning baseline (~140, all pre-existing) is expected noise. Zero *errors* is the bar.
15+
- `npm test` — Jest (ts-jest), 241 tests across 14 suites. When only one module changed, `npm test -- tests/utils/<name>.test.ts` runs a single suite (~18s vs minutes)
16+
- `npm run lint` — the warning baseline (~149, all pre-existing) is expected noise. Zero *errors* is the bar.
1717
- `npm run format` — Prettier
1818

1919
### File Index (complete map — trust it, don't re-explore; only open the files you're changing)

0 commit comments

Comments
 (0)