Skip to content

Fix main: drop the removed claudeCodeMockCliTraffic experiment from mobile - #1995

Merged
SawyerHood merged 1 commit into
mainfrom
fix-mobile-experiments-main
Aug 20, 2026
Merged

Fix main: drop the removed claudeCodeMockCliTraffic experiment from mobile#1995
SawyerHood merged 1 commit into
mainfrom
fix-mobile-experiments-main

Conversation

@SawyerHood

Copy link
Copy Markdown
Collaborator

What was wrong

#1993 removed the claudeCodeMockCliTraffic experiment key from @bb/domain while #1988 (the mobile app) was in flight. After both merged, main fails @bb/mobile typecheck: apps/mobile/src/screens/settings/ExperimentsSettingsScreen.tsx still lists the key, and apps/mobile/e2e/scripts/phase7-settings-reset.js still PUTs it to /api/v1/settings/experiments (the experiments record is exhaustive under zod 4, so the reset would 400 and the nightly Mobile E2E would fail).

What changed

  • Removed the row from the mobile Experiments screen.
  • Removed the key from the e2e settings-reset payload.

How you verified

  • pnpm exec turbo run typecheck lint test --filter=@bb/mobile on main + this change: all green (119 test files). Typecheck fails on main without it.
  • git grep claudeCodeMockCliTraffic leaves only historical migration/test references.

AGENT GENERATED: by Claude Opus 5

…obile

#1993 removed the experiment key from @bb/domain while #1988 (the mobile
app) was in flight, so main fails @bb/mobile typecheck: the Experiments
screen still lists the key, and the Phase 7 e2e reset script still PUTs
it (the experiments record is exhaustive, so the request would 400).

Co-Authored-By: Claude <noreply@anthropic.com>
@SawyerHood
SawyerHood merged commit 18dc1e5 into main Aug 20, 2026
12 checks passed
@SawyerHood
SawyerHood deleted the fix-mobile-experiments-main branch August 20, 2026 03:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant