chore: regenerate models from upstream schemas #48
Loading…
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.
Observations
All 16 changed files are auto-generated files under
model/— per CLAUDE.md, their content is not reviewed. The nature of the changes was verified against the two-case rule for model-only PRs:2026.06.08.2→2026.06.10.1, with correctUpdated:entries listing only the affected models..tsmodel files contain the matching version bump, a new upgrade entry, and upstream-schema-driven changes (new fields, new sub-schemas, field reordering). These are consistent with re-running the existing codegen pipeline against updated upstream schemas, not hand-editing.codegen/changes are present because the generation pipeline itself was not modified — only the upstream schema inputs changed.The commit message ("chore: regenerate models from upstream schemas") and diff pattern match the established regeneration workflow seen in prior PRs (e.g.,
#47). No evidence of hand-editing was found.