project: name: wellnuo language: TypeScript framework: React description: "" commands: test: "" lint: npm run lint build: "" rules: - Read CLAUDE.md for project architecture - API-first, no local storage - Read docs/SENSORS_SYSTEM.md before working on sensors - Use TypeScript strict mode, proper types required - "BLE operations: use BLEManager.ts for real, MockBLEManager.ts for simulator" - "Legacy API auth: use getLegacyCredentials() from api.ts" boundaries: never_touch: []