The weekly upstream-drift check found wire-contract changes in openai/codex.
Next steps:
- Pull the
upstream-manifest-drift artifact (regenerated manifest + diff).
- Review the diff against
src/ behavior; the contract tests in
test/upstream-contract.test.ts describe each manifest section.
- Regenerate locally:
git clone --filter=blob:none --depth 1 https://github.com/openai/codex.git /tmp/codex-upstream && npm run manifest
- Update the tool or the manifest, then land both together.
The weekly upstream-drift check found wire-contract changes in
openai/codex.Next steps:
upstream-manifest-driftartifact (regenerated manifest + diff).src/behavior; the contract tests intest/upstream-contract.test.tsdescribe each manifest section.git clone --filter=blob:none --depth 1 https://github.com/openai/codex.git /tmp/codex-upstream && npm run manifest