chore: prepare final Codex ops foundation PR - #2
Merged
Conversation
added 2 commits
June 2, 2026 13:10
jearonwong
force-pushed
the
codex/latest-ops-foundation-final-main-pr-01
branch
from
June 2, 2026 08:52
d1dc016 to
026025b
Compare
jearonwong
marked this pull request as ready for review
June 2, 2026 09:46
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
main.AGENTS.md, Codex config, reviewer lanes, mirrored skills, goal template, and repo-truth-first script.Remote Truth / PR Topology
mainas the runtime production baseline dependency pin correction.Current Head / Status
026025bdb4444f1a4b91430899e22fcb21173a89.codex/latest-ops-foundation-final-main-pr-01.runtime-production-baselineinRuntime Production Baseline.Closed Prior Blockers
PRE_EXISTING_CI_BASELINE_DEPENDENCY_PIN_BLOCKER.03cc0ac9d193a5343e455b6059216ce95555114e.d544c571b9aae461beb8389830fbdd4093c73c78.d1dc01684aa13db497f3126bb9528168bb3cb6eefailed closed in the scope-guard test because the CI checkout still lacked a resolvable comparison merge-base.New Blocker Root Cause Fixed In This PR
tests/app/solocrew-codex-ops-foundation-scope-guard.test.ts.git rev-parse --verify origin/mainfailed in GitHub Actions checkout.origin/mainexists as a local remote-tracking ref, which Actions checkout does not guarantee.refs/pull/<n>/mergecheckout, where the PR merge ref itself must be deepened before Git can calculate a merge-base.Fix Summary
origin/mainwhen available;GITHUB_BASE_REFand explicitly fetchorigin/<base>;GITHUB_REF=refs/pull/<n>/merge, deepen the current PR merge ref before calculating merge-base;origin/main;Files Changed In This Fix Wave
tests/app/solocrew-codex-ops-foundation-scope-guard.test.tsValidation
git diff --check: PASS.scripts/codex/repo-truth-first.sh: PASS.wc -c AGENTS.md:4806 AGENTS.md.diff -qr .codex/skills .agents/skills: PASS / no drift.npm run typecheck: PASS.npm run test: PASS, 2077/2077.origin/main;git rev-parse --verify origin/maincondition reproducedfatal: Needed a single revision;GITHUB_BASE_REF=mainandGITHUB_HEAD_REF=codex/latest-ops-foundation-final-main-pr-01, targeted scope-guard test passed.refs/pull/2/mergeatfetch-depth=1initially had noorigin/mainand no parent object available through normal verification;GITHUB_REF=refs/pull/2/merge,GITHUB_BASE_REF=main, andGITHUB_HEAD_REF=codex/latest-ops-foundation-final-main-pr-01, targeted scope-guard test passed;origin/main, deepened the PR merge ref, and resolved merge-base successfully.026025bdb4444f1a4b91430899e22fcb21173a89: SUCCESS.Scope Boundaries
Forbidden Actions Confirmation
No npm publish, npm deprecate, dist-tag mutation, PyPI mutation, git tag, release seal, package version bump, schema object intake, external registry mutation, product/runtime behavior change, public-claim change, or PR merge was performed.
Verdict
SOLOCREW_CODEX_OPS_SCOPE_GUARD_CI_BASE_REF_FIX_READY_FOR_RECHECKSkill Mirror Relationship