Uh oh!
There was an error while loading. Please reload this page.
fix(app-bundle): re-extract overlay at the pinned tag — committed state returns to extraction-truth (#738) - #745
Merged
Conversation
… state returns to extraction-truth (#738) The committed overlay had drifted from the manifest: three hand-edited files (rows-current.test.ts, rows.ts, session-turn.tsx) — the CI gate named the first divergence; the extraction reveals all three. Re-run at the pinned tag (the fork + upstream base fetched), manifest re-recorded. Drift gate PASS locally with the fork present — the FULL gate (CI runs the committed-state check only; a fork clone is not present on runners). Fixes the pre-existing main breakage blocking #736 + #740. Fixes#738
Important
This repository does not receive automatic reviews because it has fewer than 10 stars. ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Team Run ID: 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 |
Uh oh!
There was an error while loading. Please reload this page.
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 freeto 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.
Fixes#738. The committed overlay had drifted from the manifest: three hand-edited files (
rows-current.test.ts,rows.ts,session-turn.tsx) — the CI gate named the first divergence only; extraction-at-the-pinned-tag restores all three and re-records the manifest.Verification — the FULL drift gate passes locally with the fork clone present (CI runs the committed-state check only, no fork on runners):
PASS: overlay, manifest, and extraction are in sync(570 files).Unblocks#736 (held) and #740 (held) — both fail only this pre-existing gate.
Corrections on the record: (1) the pin itself was never broken — the earlier 'missing tag' was the upstream-base tag not fetched into the fork clone, now fetched; (2) the 'stray files' in the original incident report were dirt in the reporter's working clone, not committed state — the true breakage was the three hand-edits.