chore: regenerate Cloudflare models from upstream schemas #65
Loading…
Reference in a new issue
No description provided.
Delete branch "automated/regenerate-models-cloudflare"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Test plan
Code Review
Blocking Issues
None.
Observations
Model-only changes with no codegen/ diff (informational)
All 37 changed files are under
model/cloudflare/. Thecodegen/cloudflare/pipeline exists in this repo and is unchanged in this PR. Per CLAUDE.md, case 1 ("Codegen regeneration — codegen/ also changes") is listed as a legitimate reason for model file changes, which this PR technically does not satisfy.However, checking the two most recent comparable PRs shows this is the established pattern for schema-only regeneration runs:
ae1f92a15— "regenerate AWS models from upstream schemas (#62)": model/ only, no codegen/ changes — mergeda7f859594— "regenerate GCP models from upstream schemas (#63)": model/ only, no codegen/ changes — mergedEvery new and modified file carries the auto-generated header:
and every manifest carries:
The changes are consistent with a legitimate upstream-schema regeneration run and not hand-editing.
Suggestions