Add model lifecycle guardrails: centralized registry, preflight validation, and stable default chain#42833
Draft
Copilot wants to merge 3 commits into
Draft
Add model lifecycle guardrails: centralized registry, preflight validation, and stable default chain#42833Copilot wants to merge 3 commits into
Copilot wants to merge 3 commits into
Conversation
5 tasks
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add model version lifecycle management strategy
Add model lifecycle guardrails: centralized registry, preflight validation, and stable default chain
Jul 1, 2026
Contributor
|
Hey The PR is well-structured, has a clear description, updates tests and golden files throughout, and keeps all changes tightly scoped to the model lifecycle theme. It looks ready for review. 🎉
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Model deprecations have been repeatedly breaking critical workflows due to hard/implicit pins to retired or unavailable models. This PR introduces a lifecycle control layer so workflows fail fast with actionable errors and default resolution paths avoid unstable model versions.
Model lifecycle source of truth
.github/workflows/shared/model-versions.jsonas a central registry of:Fail-fast preflight checks in impacted workflows
Pre-flight model lifecycle validationstep to:.github/workflows/pr-sous-chef.md.github/workflows/pr-code-quality-reviewer.md.github/workflows/daily-model-resolution.mdStable default chain migration
gpt-5.5from theagentfallback chain in:pkg/workflow/data/model_aliases.jsondocs/src/content/docs/reference/model-tables.mdpkg/workflow/model_aliases_test.goInventory workflow upgraded for proactive deprecation detection
.github/workflows/daily-model-inventory.mdto include lifecycle-retirement scanning against:Model pinning guidance
SKILL.mdto bias critical workflows toward stable, explicit model pins.