Codex-native engineering review
The suite reviews local repositories, working-tree diffs, pull requests, full codebases, and release readiness across the engineering domains that apply to each project.

A Codex-native engineering review system that inspects real repositories, freezes its findings before reading another model's work, and preserves review, remediation, and verification evidence through GitHub.
What It Does
What began as a second-model check is now a reusable review suite with its own evidence rules, review modes, blind-first protocol, GitHub exchange, and verification lifecycle.
The suite reviews local repositories, working-tree diffs, pull requests, full codebases, and release readiness across the engineering domains that apply to each project.
OpenAI findings are frozen before earlier reviews or another model's conclusions are opened. Reconciliation happens afterward, with the source of every finding preserved.
OpenAI and Claude use a GitHub-backed exchange with reviewer-owned records for findings, responses, remediation, and verification. The evidence no longer has to be carried manually between chats.
Workflow
The system separates discovery, reconciliation, remediation, and verification so one model cannot quietly rewrite another model's work or claim findings it did not independently make.
Targeted mode finds the highest-value review lenses. Diff mode inspects a change. Full mode assesses the codebase. Release mode adds deployment, migration, rollback, and operational readiness.
The suite maps the actual project, identifies applicable domains, runs deterministic checks, and collects file, command, runtime, browser, database, and deployment evidence where available.
Codex completes and hashes its blind ledger before reading Claude findings or prior review conclusions. This protects independent discovery from anchoring and accidental agreement.
The two ledgers are compared after both are frozen. Overlap, prior-only findings, rejected claims, and decisions that held up keep their original provenance.
Findings move through numbered, hash-linked response and verification records. Fixes are checked against primary evidence, and each real review becomes input for improving the suite.
Controls
The goal is not model agreement. It is a review record that shows what each reviewer found, what evidence supported it, how the project responded, and whether the fix held up.
Earlier conclusions are treated as untrusted review input until the blind pass is complete. Verification and independent discovery are kept as different claims.
GitHub branch and path rules separate OpenAI findings, Claude submissions, reconciliation, and the later exchange. CI checks ownership, hashes, and target alignment.
A finding must point to primary evidence or be labeled as an inference. Andrew decides what is fixed, disputed, accepted as a limit, published, or held back.
Technology
These pages are not replacing the private repositories. They summarize what a reviewer would see there: the architecture choices, evidence surfaces, tests, and boundaries behind the build.
Repository Signals
For now, the repositories stay private while the public site explains the work. These notes summarize the files, routes, docs, checks, and review artifacts without exposing private configuration, credentials, or organization-specific data.