feat: add native Codex pilot with separate advice and review - #1
Draft
surim0n wants to merge 1 commit into
Draft
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Lanes can now run as a native Codex pilot alongside the existing Claude Code workflow. The README introduces both paths and links to separate Codex setup instructions. Sol implements, Astra can advise on decisions, and a separate fresh reviewer assesses completion using shared proof reports.
Advice cannot count as completion approval. Native verification also avoids protected Git metadata writes, fixing the sandbox failure discovered during the live pilot.
The Codex pilot relies on skill instructions for review discipline; it does not install a completion hook. Automatic completion blocking remains specific to the Claude workflow. The Codex-first launch presentation is follow-up work.
Validation
Recorded during implementation on September 6: 156 tests passed, frontmatter lint, Shellcheck and strict Claude plugin validation passed. A live Codex fixture passed all four tests and received a separate fresh review; its verified tree matched afterward. Full evidence and limitations are in
codex/VALIDATION.md.The publication check found no whitespace errors. Hosted CI results are not claimed here.