This page is a pointer. The authoritative source is
auxi/CLAUDE.md —
always reference it directly when implementing.Highlights
- Navigation registration: every screen must be registered in the navigator module — not auto-discovered.
- Service layer: all backend calls go through
auxi/src/services/*.ts(axios viaapiClient.ts). No direct fetch from screens. - Theme & i18n: tokenized via the theme module; no inline magic colors, no hard-coded strings outside i18n.
- testID discipline: every interactive element used by Maestro flows
needs a stable
testID.