- babel.config.js: changed jsxRuntime from 'classic' to 'automatic' (React 19 requirement) - AuthContext.tsx: reordered useEffect/useCallback to fix "Cannot access 'checkAuth' before initialization" error on web - CLAUDE.md: added Quick Start, Git Workflow, Credentials sections Web version now builds and runs correctly with npm run web