# Project Context - Fidelity ## Overview This workspace supports daily iOS engineering work for Fidelity. The product work happens outside this repository, usually from another machine. This repository exists to preserve context, track communication, and help AI generate accurate output for standups, Mattermost messages, Jira notes, and supervisor updates. --- ## Fidelity Ecosystem - Fid4 is the main consumer iOS app - XFlowSDK powers backend-driven UI flows - XFlowViewMaker is an adapter layer under evaluation for removal - FTFrameworks contains feature modules such as FTAccountOpen and FTTransfer --- ## Current Priorities ### REST migration - REST is behind a feature flag - GraphQL is still the default fallback - REST should never be assumed active unless confirmed - Migration must preserve behavior while Apollo is deprecated safely ### Discourse and AO issues - External reports are often incomplete - Many reported issues are not confirmed regressions - Some issues reproduce only with authenticated users ### Flow debugging - XFlow behavior changes based on backend configuration - Entry point affects what the user sees - Authentication state affects reproducibility ### Testing complexity - Around 15 entry points have been identified at code level - Not all entry points are reachable from visible UI - Validation often requires exploratory testing --- ## How This Workspace Is Used This machine is used to: - maintain current project context - record findings from work performed elsewhere - capture Mattermost communication that changes understanding - prepare polished updates for Jeff - generate standups with better context coverage This means logs must capture both technical findings and communication context. --- ## Communication Expectations All important updates should clarify: - whether the flow is authenticated or non-authenticated - whether the issue is reproducible - whether the report is external behavior or regression - whether behavior is present in main - what action is needed next Avoid phrases that hide scope, such as: - "same behavior" - "looks fixed" - "working as expected" Use explicit framing instead.