Dashboard › cli › Distillation
9ef560d0-a670-44b7-bb4d-f25a7bf74cc2["lore_tm_v1_F8q5dZyObLqhbK9zk24eJdPTIOo0m9fIMIWR4nEkcQM"]
/home/byk/.local/share/opencode/worktree/0e8c2f3bbe145a3280d6fb6ed900a5121f382cf0/toolkit-bridge-upgrade/packages/cli/.src/lib/version-check.ts, line 242 calls await prefetchNightlyPatches(latestVersion, signal, source), while line 244 calls await prefetchStablePatches(latestVersion, signal, source).src/lib/upgrade.ts, line 1149 delegates to attemptDeltaUpgrade(...).src/lib/delta-upgrade.ts exports resolveStableChain at line 279, resolveNightlyChain at line 292, resolveStableDelta at line 503, resolveNightlyDelta at line 522, attemptDeltaUpgrade at line 541, prefetchNightlyPatches at line 634, and prefetchStablePatches at line 642.test/lib/delta-upgrade.mocked.test.ts contains 8 matching calls: resolveStableDelta at lines 166 and 182; resolveNightlyDelta at lines 244 and 299; and attemptDeltaUpgrade at lines 318, 335, 406, and 481.test/lib/delta-upgrade.test.ts exercises resolveStableChain at lines 970, 988, 1039, 1057, 1064, 1089, and 1112, including a call with LEGACY_UPGRADE_SOURCE at line 988.test/lib/delta-upgrade.test.ts exercises resolveNightlyChain at lines 1208, 1231, 1246, 1265, 1320, 1361, 1394, 1412, 1448, 1482, and 1515.test/lib/delta-upgrade.test.ts matches cover resolveStableDelta at line 1699; resolveNightlyDelta at lines 1784, 1820, and 1860; attemptDeltaUpgrade at line 1873; prefetchNightlyPatches at line 1893; and prefetchStablePatches at line 1903.test/lib/delta-upgrade.test.ts call versionedDelta.attemptDeltaUpgrade at lines 1935 and 1960, versionedDelta.prefetchStablePatches at line 1983, and versionedDelta.prefetchNightlyPatches at line 2003.