references/upgrade-guide.md
225 tokens · o200k_base · 1,027 bytes
Model upgrade guidance
Use this file only as a bundled routing fallback when the live migration guide cannot be fetched.
For latest, current, default, or unspecified-model upgrades:
- Run
scripts/resolve-latest-model-info. - Fetch the returned
migrationGuideUrlandpromptingGuideUrlexactly. - Treat the live guides as canonical.
- If remote retrieval fails, disclose that bundled fallback guidance is being used.
For an explicit GPT-6 Astra migration:
-
Preserve the user's explicit target; do not run the latest-model resolver.
-
Fetch the live GPT-6 model guidance:
https://developers.openai.com/api/docs/guides/latest-model/gpt-6-astra.md
-
Read
references/upgrading-to-gpt-6-astra.mdfor skill-specific migration judgment. -
Read
references/prompting-guide.mdonly when prompt changes are needed.
For another explicit model target, preserve that target and fetch its current official guidance. Do not reuse GPT-6-specific defaults, API shapes, or compatibility rules for a different model.