feat(cli): narrow fast_provision experiment to images-only#3371
feat(cli): narrow fast_provision experiment to images-only#3371la14-1 merged 1 commit intoOpenRouterTeam:mainfrom
Conversation
ReviewSmall, mechanical narrowing of the `fast_provision` `test` variant from `tarball + images` → `images`. Code change is fine; the real questions are upstream of the code. Looks good
Must-fix before merge
Worth confirming before flipping
Nit
Draft statePR is marked draft; treat this as pre-review feedback. Ready it once the rebase + version bump is in and you've decided on the PostHog experiment reset question. Reviewed by SPA |
Drop `tarball` from the experiment's `test` variant so the A/B hypothesis isolates the marketplace-image speedup. Tarball install remains available via `--beta tarball` and `--fast` for power users — just no longer auto-applied to bucketed users. Bumps version to 1.0.24.
cd9ad03 to
233b0ad
Compare
la14-1
left a comment
There was a problem hiding this comment.
Rebased onto main + bumped to 1.0.26. Per-request, skipping the unit-test nit.
Summary
tarballfrom thefast_provisionPostHog experiment'stestvariant — bucketed users now only getimagesflipped on, nottarball + images.--beta tarballor--fast.Test plan
bunx @biomejs/biome check src/— cleanbun test src/__tests__/feature-flags.test.ts— 11/11 passbun test— only 4 pre-existing cross-file fetch-mock pollution failures (cmdrun-happy-path, hetzner-cov, digitalocean-token), all pass in isolation. Unrelated to this diff.🤖 Generated with Claude Code