Dashboard › cli › Distillation
1d69138d-dea8-4c94-8a80-9b958c68262e["lore_tm_v1_6DoZoqlyu9gz5jIteZcUaWqmXeI8m0P4ZrfLx6DWz-Q"]
LEGACY_UPGRADE_SOURCE, legacy-source affinity, and related tests in /home/byk/.local/share/opencode/worktree/0e8c2f3bbe145a3280d6fb6ed900a5121f382cf0/toolkit-bridge-upgrade/packages/cli/test/lib/delta-upgrade.test.ts.test/lib/delta-upgrade.test.ts, line 46 defines const LEGACY_UPGRADE_SOURCE = UPGRADE_SOURCES[1];, and line 47 begins the guard if (!LEGACY_UPGRADE_SOURCE) {.test/lib/delta-upgrade.test.ts, line 855 calls await fetchRecentReleases(undefined, LEGACY_UPGRADE_SOURCE);.test/lib/delta-upgrade.test.ts, line 1236 supplies source: LEGACY_UPGRADE_SOURCE,.test/lib/delta-upgrade.test.ts, line 1922 begins describe("selected source affinity", () => {; this section passes LEGACY_UPGRADE_SOURCE at lines 1941 and 1966.test/lib/delta-upgrade.test.ts, line 1975 defines test("prefetchStablePatches keeps requests on the legacy source", async () => {, with LEGACY_UPGRADE_SOURCE passed at line 1986.test/lib/delta-upgrade.test.ts, line 1994 defines test("prefetchNightlyPatches keeps requests on the legacy source", async () => {, with LEGACY_UPGRADE_SOURCE passed at line 2006.