chore: regenerate models from upstream schemas #103
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "automated/regenerate-models"
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
Automated regeneration of extension models from upstream provider schemas.
Schema Sources
Review Notes
model/are auto-generated — review themanifest.yamldiffs for version changesCode Review
Blocking Issues
None.
Suggestions
Review instructions gap — nightly regeneration isn't explicitly listed as a legitimate case for model-only changes.
The
CLAUDE.mdreview rules list two cases wheremodel/may change withoutcodegen/changes: (a) codegen regeneration wherecodegen/also changes, and (b) version-only bumps viabump-versions. This PR falls into neither category by strict reading — it has new files and new schema fields, not just version/upgrade entries, and nocodegen/files changed.However, all evidence points to this being a legitimate output of the nightly
regenerate-modelsCI workflow (recently expanded to include Cloudflare in PR #102):// Auto-generated … Do not edit manuallyheader.chore: regenerate models from upstream schemas (2026-07-14), matching the nightly workflow's commit convention.data-security,one,registrar-sandbox) include all required scaffolding:deno.json,deno.lock,manifest.yaml,LICENSE.txt,README.md.deno.jsonimports anddeno.lockpinzodto an exact version (4.3.6), consistent with the project rule.Recommendation: Update the review instructions in
CLAUDE.md(or a separate review guide) to explicitly list nightly schema regeneration — where onlymodel/changes but the codegen pipeline code is unchanged — as a third legitimate case, so future automated reviews don't treat this workflow as suspect.