mirror of
https://github.com/openai/codex.git
synced 2026-09-16 12:13:30 +00:00
## What changed Add `ConversationState` and `ConversationCheckpoint` to `codex-guardian-reviewer` and use them in core review sessions to track transcript cursors, completed review counts, and committed snapshots. Keep history and admitted evidence host-owned. Preserve the separation between live review progress and committed checkpoints so forks inherit the history, cursor, and review count from the last committed snapshot. ## Testing Add a unit test verifying that forks retain committed history and progress after an uncommitted review, then advance when the next snapshot is committed. GitOrigin-RevId: 9f92410b11beec6b8f413c4c922fabba65852399