You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recent Codex Lab PRs that were intended to port Every Code features or fixtures are audited against the authoritative restored Every Code source at ../code-prealign-new-skills/code-rs, with each affected slice classified as keep, fix, rework, quarantine, or revert before more feature work builds on it.
Current Status
Active parity audit remains paused at PR #63, after fixing the PR #60/#128 follow-up regressions.
Fix auto-review store migration awareness #129 preserves visibility of legacy CODEX_LAB_HOME/auto-review/runs/*.json history while keeping new scoped state/review/repo-*/auto-review data authoritative.
Fix auto-review store migration awareness #129 restores the empty-store awareness fast path so normal turns avoid git/diff probing unless there is loadable legacy data, scoped store data, or a live pending/running review.
PR Persist detached review runs #63 (native-detached-auto-review-runtime) is still the first credible possible parity miss from the low-to-high audit.
The open question is whether Codex Lab should replace its simplified detached auto-review persistence/lifecycle model with the richer authoritative Every Code review store/coordination model before continuing the audit.
Immediate audit question: does Codex Lab's /login and add-account flow match Every Code's flow where selecting Add opens the auth webpage, rather than sending the user to another command?
P0: Browser, bridge, and app-server client behavior
Immediate audit question: which bridge/browser behavior is actual Every Code parity, and which Codex Lab work is useful but product-original and should be tracked as such?
P1: External agents, session provenance, and worktrees
Finish Line
Recent Codex Lab PRs that were intended to port Every Code features or fixtures are audited against the authoritative restored Every Code source at
../code-prealign-new-skills/code-rs, with each affected slice classified as keep, fix, rework, quarantine, or revert before more feature work builds on it.Current Status
Active parity audit remains paused at PR #63, after fixing the PR #60/#128 follow-up regressions.
Completed since the prior status:
Fix auto-review store migration awareness) atb7bc5c4e17.CODEX_LAB_HOME/auto-review/runs/*.jsonhistory while keeping new scopedstate/review/repo-*/auto-reviewdata authoritative.Validation for #129:
cargo fmt --manifest-path codex-rs/Cargo.toml --all --checkgit diff --checkcargo test -p codex-auto-reviewcargo test -p codex-core auto_review_awarenessmainis fast-forwarded.Current stop point:
native-detached-auto-review-runtime) is still the first credible possible parity miss from the low-to-high audit.Next action:
Audit Tracks
P0: Auth, login, and account switching
First queue: PRs #116, #117, #118, #119, #120, #122, #123, #124.
Authoritative source areas:
../code-prealign-new-skills/code-rs/core/src/auth.rs../code-prealign-new-skills/code-rs/core/src/auth_accounts.rs../code-prealign-new-skills/code-rs/core/src/account_switching.rs../code-prealign-new-skills/code-rs/core/src/account_usage.rs../code-prealign-new-skills/code-rs/login/src/server.rs../code-prealign-new-skills/code-rs/login/src/device_code_auth.rs../code-prealign-new-skills/code-rs/tui/src/bottom_pane/login_accounts_view.rs../code-prealign-new-skills/code-rs/tui/src/bottom_pane/account_switch_settings_view.rs../code-prealign-new-skills/code-rs/tui/src/account_label.rs../code-prealign-new-skills/code-rs/tui/src/onboarding/auth.rsImmediate audit question: does Codex Lab's
/loginand add-account flow match Every Code's flow where selecting Add opens the auth webpage, rather than sending the user to another command?P0: Browser, bridge, and app-server client behavior
First queue: PRs #88, #89, #90, #100 through #112, plus #36-related work.
Authoritative source areas:
../code-prealign-new-skills/code-rs/cli/src/bridge.rs../code-prealign-new-skills/code-rs/core/src/bridge_client.rs../code-prealign-new-skills/code-rs/browser/src/config.rs../code-prealign-new-skills/code-rs/browser/src/hooks/browser_injector.rs../code-prealign-new-skills/code-rs/browser/src/tools/browser_tools.rs../code-prealign-new-skills/code-rs/browser/src/page.rs../code-prealign-new-skills/code-rs/tui/src/chatwidget/browser_sessions.rs../code-prealign-new-skills/code-rs/tui/src/history_cell/browser.rsImmediate audit question: which bridge/browser behavior is actual Every Code parity, and which Codex Lab work is useful but product-original and should be tracked as such?
P1: External agents, session provenance, and worktrees
First queue: PRs #82, #86, #92, #94, #95, #96, #97.
Authoritative source areas:
../code-prealign-new-skills/code-rs/core/src/agent_tool.rs../code-prealign-new-skills/code-rs/core/src/agent_defaults.rs../code-prealign-new-skills/code-rs/core/src/external_agent_config.rs../code-prealign-new-skills/code-rs/app-server/src/external_agent_config_api.rs../code-prealign-new-skills/code-rs/tui/src/bottom_pane/agents_settings_view.rs../code-prealign-new-skills/code-rs/tui/src/bottom_pane/agents_overview_view.rs../code-prealign-new-skills/code-rs/tui/src/bottom_pane/agent_editor_view.rs../code-prealign-new-skills/code-rs/tui/src/chatwidget/agent_runs.rsP1: Home/config migration and repository-local state
First queue: PRs #84, #87, #91, #114, plus config/home pieces inside auth PRs.
Authoritative source areas:
../code-prealign-new-skills/code-rs/core/src/config.rs../code-prealign-new-skills/code-rs/core/src/config_types.rs../code-prealign-new-skills/code-rs/core/src/config_edit.rs../code-prealign-new-skills/code-rs/common/src../code-prealign-new-skills/code-rs/cli/src/main.rs../code-prealign-new-skills/code-rs/exec/src/cli.rsP2: Exec harness, snapshots, and fixtures
First queue: PRs #40, #44, #75, and any fixtures created to prove bridge/auth behavior.
Authoritative source areas:
../code-prealign-new-skills/code-rs/core/src/patch_harness.rs../code-prealign-new-skills/code-rs/exec/src/cli.rs../code-prealign-new-skills/code-rs/exec/src/main.rs../code-prealign-new-skills/code-rs/tui/tests/vt100_chatwidget_snapshot.rs../code-prealign-new-skills/code-rs/tui/tests/snapshots/../code-prealign-new-skills/code-rs/app-server-protocol/tests/schema_fixtures.rs../code-prealign-new-skills/code-rs/app-server-protocol/schema/Audit Template
For each PR or feature slice, record:
Validation Guardrails
Relationships
Acceptance Criteria
../code-prealign-new-skills/code-rs: keep, fix, rework, quarantine, revert, or needs decision.