···125125 run: pnpm install --frozen-lockfile
126126127127 - name: Lint
128128- run: pnpm --filter mobile run lint
128128+ run: pnpm --filter mobile run check
129129130130 - name: Typecheck
131131 run: pnpm --filter mobile exec tsc --noEmit
+6-1
AGENTS.md
···6464pnpm test:watch # Watch mode
6565```
66666767-### Mobile App
6767+### Mobile App (apps/mobile)
6868+Uses **Biome** (same as web app):
6969+6870```bash
6971cd apps/mobile
7272+pnpm lint # Run linter
7373+pnpm format # Format code
7474+pnpm check # Run both lint and format checks
7075pnpm typecheck # TypeScript check only
7176```
7277