mirror of
https://github.com/openai/codex.git
synced 2026-05-03 10:56:37 +00:00
13 lines
324 B
Markdown
13 lines
324 B
Markdown
---
|
|
name: code-breaking-changes
|
|
description: Breaking changes
|
|
---
|
|
|
|
Search for breaking changes in external integration surfaces:
|
|
- app-server APIs
|
|
- CLI parameters
|
|
- configuration loading
|
|
- resuming sessions from existing rollouts
|
|
|
|
Do not stop after finding one issue; analyze all possible ways breaking changes can happen.
|