chore(snapshot): replace main with current ORION base#84
Conversation
Create a main-based replacement commit whose file tree matches the current ORION snapshot so the change can be reviewed and merged through the protected main workflow.
|
Important Review skippedToo many files! This PR contains 294 files, which is 144 over the limit of 150. ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (6)
📒 Files selected for processing (294)
You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Protected-path handoff status:
Already validated locally for this replacement path:
The remaining step is a human/reviewer approval plus required GitHub checks, then merge this PR to move |
What changed
This PR replaces the current
maintree with the current ORION snapshot base through a main-based bridge commit.The direct
ORION -> mainPR was impossible becauseORIONwas rebuilt as a root snapshot and no longer shared history withmain. To respect protected-branch workflow, this branch was created frommainand then updated so its file tree matches the current ORION snapshot.Source state
edfffe46a0e577d03b4fc493b1948374e6820cb2cbaf6c78cec9a22cf6d0a821524f8ca5a6e949d44ba569c2de003fa85a448829ef0dbe1aef6baf57Why
The goal is to make
maincarry the same project base that now exists onORION, but branch protection requires doing that through a PR with checks instead of a force-push.Notes
origin/ORIONalready points to the snapshot base.Validation already run
bash scripts/check_no_second_task_board.sh->OKbash scripts/check_reference_truth_boundaries.sh->OKbash scripts/qiki_drift_audit.sh --strict->OKIntent
Merging this PR should make
mainmatch the current ORION-based project base through the protected GitHub workflow.