Problem
GPT-5.5 is retired from the Codex CLI on 2026-10-14 (~24 days). It remains available on the API, but the codex exec launcher in scripts/run-review-leg.sh uses the CLI.
The Reliable lane's brain escalation ladder is:
- Opus 4.6[1m] max (builder)
- GPT-5.5 xhigh (first brain) ← dies
- Fable high (second brain)
Change surface
scripts/run-review-leg.sh — REVIEW_MODEL default is gpt-5.5 (line 259)
tests/test-escalation-ladder.sh — hardcoded gpt-5.5 assertions
CLAUDE_CODE_SDLC_WIZARD.md — effort table, brain ladder docs
skills/sdlc/SKILL.md — cross-model review section
AI_SETUP_LANES.md — Reliable lane description
- Consumer CLAUDE.md files (pyro, etc.)
Fix
Replace gpt-5.5 with gpt-5.6-sol as the Reliable lane's first brain. The REVIEW_MODEL env var (shipped in v1.100.0) makes this a one-line default change + doc updates.
Acceptance criteria
Timeline
Must ship before 2026-10-14. Not urgent today, but has a hard deadline.
Found by
Fable (advisor), v1.100.0 lane planning session.
Problem
GPT-5.5 is retired from the Codex CLI on 2026-10-14 (~24 days). It remains available on the API, but the
codex execlauncher inscripts/run-review-leg.shuses the CLI.The Reliable lane's brain escalation ladder is:
Change surface
scripts/run-review-leg.sh—REVIEW_MODELdefault isgpt-5.5(line 259)tests/test-escalation-ladder.sh— hardcodedgpt-5.5assertionsCLAUDE_CODE_SDLC_WIZARD.md— effort table, brain ladder docsskills/sdlc/SKILL.md— cross-model review sectionAI_SETUP_LANES.md— Reliable lane descriptionFix
Replace
gpt-5.5withgpt-5.6-solas the Reliable lane's first brain. TheREVIEW_MODELenv var (shipped in v1.100.0) makes this a one-line default change + doc updates.Acceptance criteria
REVIEW_MODELdefault changed togpt-5.6-solTimeline
Must ship before 2026-10-14. Not urgent today, but has a hard deadline.
Found by
Fable (advisor), v1.100.0 lane planning session.