fix(models): keep generated sync scope reviewable
This commit is contained in:
@@ -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", () => {
|
||||
|
||||
Reference in New Issue
Block a user