# Note: frontend-insights already has a comprehensive CLAUDE.md in its repository.
# This file is a reference pointer only — the canonical CLAUDE.md lives in the service repo.
#
# Key facts for cross-service context:
# - React 18, TypeScript 4.9, Apollo Client 3, Webpack+SWC, Jest 29
# - Package manager: Yarn
# - Node.js: >=20.11.1
# - GraphQL codegen: @graphql-codegen 5.0.6 with client-preset
# - Consumes @theorchard packages from orchard-suite (suite-components, suite-frontend, etc.)
# - Multi-brand: Orchard, AWAL, SME (separate Auth0 tenants)
# - Apollo cache persisted to IndexedDB (50MB max)
# - Bundle size limit: 7MB
# - Default fetch policy: cache-and-network with nextFetchPolicy: cache-first
# - Feature flags via useIdentity() hook + Split.io
# - Dev server requires VPN connection
