Dashboard › cli › Distillation
1f154362-0b5b-46d1-ab08-02a3b534dde3["lore_tm_v1_TzTzHReR4maVYkIzSqRVg5cWbyDMtTwqGqbaVs8if4c","lore_tm_v1_qg2WiPcXJgsMVtiZudPUBLFORnZQBz0CZya8sqfeRuk","lore_tm_v1_hLn_BXQmMJnaD_BpmVY8OTDeJJ_c7Mevj7GoQSFdXf8","lore_tm_v1_2BE0-6NVOr9tA6lyBG2ZXBtSpX6JdViIoDPYeKUzU9Q","lore_tm_v1_O7eo_PTZ2FrDAYFa4CA7lyLFDrxeL6QyvZ5Op1HWSh4","lore_tm_v1_YChkw7ljmR9FnWvNHYVYCFlL-NG8J8xmCCVlo7PmwmQ","lore_tm_v1_US8jKYXv-96Sg7A7O6posgh1ml1qDkjy3fIV_7VUsYc","lore_tm_v1_2gshw32GiyfGlHeChUVYk0wbZCWdAxLx264f7XudIeA","lore_tm_v1_SOsEm3DHHtoyDw-cZlHlxcsRLan7xDOx8OVw6oMNmIE","lore_tm_v1_uBgJQ3_ubNJ-ENEg--zwouimB98O6aJGntilYZ1iNv8","lore_tm_v1_ukwbS-sN-_zMGgC0jAsL9Jh9ZhyWX1dhQ301z-iCBbw","lore_tm_v1_Wajib_Wh63QU9HBdq6g41-7GT67oqfVTmO3WxDIojyE","lore_tm_v1_wgunG4CRVr9RSubhcxyUeZEruipr9iGYtUr-QBIMjuk","lore_tm_v1_028zezQ4UhOKDjzAWKl9MnQOVuC9sfwSMDAvh6tnXDY","lore_tm_v1_8TdJNVJ7doMj9Oq4fdVsr7nDm-UbHgkY5ICeNYrlhdw","lore_tm_v1_3Va1TwTI_OdKwDo14VNb1qFGD8WdSJ_kxbhiBKWorpE"]
Date: Sep 10, 2026
pnpm run generate:docs && pnpm run generate:sdk && tsc --noEmit; Biome checked 1030 files in 55s with no fixes; check:deps, check:errors, check:patches, and check:stale-refs all passed.packages/cli/src/lib/ghcr.ts, packages/cli/src/lib/upgrade.ts, packages/cli/test/commands/cli/upgrade.test.ts, packages/cli/test/lib/ghcr.test.ts, and packages/cli/test/lib/upgrade.test.ts.packages/cli/src/lib/upgrade.ts: validatePinnedGitHubRelease() rejects matching GitHub releases when draft === true or prerelease === true; stable standalone versions are validated before source probing in both resolveExistingUpgradeVersion() and standaloneVersionExists(); versionExists() returns true for successful npm responses, false only for HTTP 404, and throws UpgradeError("network_error", \Failed to fetch from npm: ${response.status}`)` for other HTTP failures.packages/cli/test/lib/ghcr.test.ts verifies listTags("token") rejects a repeated 100-tag pagination cursor with GHCR tag pagination returned a repeated cursor after exactly 2 requests.semver.valid() accepts leading-v versions, allowing direct pinned helpers to probe Toolkit with a noncanonical tag such as cli@v1.2.3; search found no pinned-helper compatibility test requiring the leading v, while command input already strips it and repository metadata is expected to remain canonical.semver.valid(version) === version in the shared validator, rather than retaining permissive leading-v parsing. This keeps latest metadata and direct pinned helpers consistent; v1.2.3 was added to direct npm and standalone pre-network rejection coverage.packages/cli/src/lib/upgrade.ts and packages/cli/test/lib/upgrade.test.ts with canonical stable-version validation and the v1.2.3 rejection tests.test/commands/labsnus?, found no test files, and exited with code 1; no repository changes resulted.