Commit Graph
1 Commits
Author SHA1 Message Date
Konstantine KahadzeandGitHub fa71dc0f1f Add freshness check for GPT-5.4 upgrade guidance (#360)
## Summary
- Add a helper script that reads latest model metadata from
developers.openai.com
- Check that metadata before applying the bundled GPT-5.4 upgrade guide
- Refresh the bundled GPT-5.4 prompting guide snapshot from the public
Prompt guidance page
- Fall back to bundled GPT-5.4 references when remote metadata or guides
are unavailable

## Test plan
- node --check
skills/.system/openai-docs/scripts/resolve-latest-model-info.js
- Tested the resolver against local GPT-5.4 latest-model metadata
- git diff --check
2026-04-22 13:32:38 -07:00