fix(models): keep generated sync scope reviewable

This commit is contained in:
Patrick Wozniak
2026-08-25 15:09:54 +02:00
parent c3a383447c
commit 41e98a1d67
3 changed files with 2 additions and 20 deletions
-8
View File
@@ -9,7 +9,6 @@ import {
parseModelsReference,
parsePackageVersion,
renderCommandCodeCatalog,
updateChangelogCatalogVersion,
updateReadmeCatalogVersion,
type CommandCodeModelMetadata,
} from "../.github/scripts/check-commandcode-model-metadata.ts"
@@ -129,13 +128,6 @@ export const MODEL_EFFORTS: Readonly<Record<string, readonly CommandCodeReasonin
),
"The capability snapshot currently follows `command-code@1.33.0`.",
)
assert.equal(
updateChangelogCatalogVersion(
"- Refresh capabilities from `command-code@1.32.2`, including metadata.",
"1.33.0",
),
"- Refresh capabilities from `command-code@1.33.0`, including metadata.",
)
})
it("rejects unexpected upstream structures instead of silently passing", () => {