Menu โ–พ โ–ด

#481 chore(merge): reconcile main's 1.71.0 release commit into pre-main

closed
nobody
None
2026-07-18
2026-07-18
Anonymous
No

Originally created by: Akarsh-Hegde

Unblocks the pre-main โ†’ main promotion (#479), which GitHub reported as CONFLICTING.

The conflict

main's chore(release): 1.71.0 [skip ci] (c52a9b11) bumped version strings in three files that [#468] deleted as part of the Rust-only + DMG-only change, producing modify/delete conflicts:

CONFLICT (modify/delete): npm/meridian-darwin-arm64/package.json
CONFLICT (modify/delete): npm/meridian/package.json
CONFLICT (modify/delete): services/pyproject.toml

Everything else auto-merged (Cargo.toml, Cargo.lock, ui/package.json, packages/meridian-mcp/package.json, tray/src-tauri/tauri.conf.json).

Resolution: take the delete on all three

Git's default leaves the modified side in the tree, so a casual resolution - particularly in the GitHub web editor - would have resurrected the npm distribution and the Python runtime manifest on main, silently undoing part of [#468].

They would have come back as orphans: the workflows that consumed them (build-mlx-runtime.yml, services-version-bump.yml, runtime-gate-selftest.yml) are deleted on pre-main too. Dead files carrying a stale version bump.

The main-side change is only a release-bot version bump to files whose subsystem no longer exists, so there is nothing worth preserving.

Verified after resolution: git ls-files returns no npm/ or services/ entries - [#468]'s removal is intact.

Also restores the branch invariant

main carried two commits pre-main did not (chore(release): 1.71.0 [skip ci] and its merge). This merge brings them across, restoring the main โІ pre-main invariant RUNBOOK documents.

Note on tray/minimum-version

Left armed at 1.71.0, deliberately. The decision is to ship the floor to production so every install below 1.71.0 force-updates to 1.72.0 without a consent prompt; [#480] (which would have disarmed it) is closed for that reason.

Versions in the tree read 1.71.0 after the merge - set-version.sh overwrites them to the computed release version during prepareCmd, so this does not pin the release.

๐Ÿค– Generated with Claude Code

Related

Tickets: #468
Tickets: #479
Tickets: #480

Discussion

  • Anonymous

    Anonymous - 2026-07-18

    Originally posted by: coderabbitai[bot]

    [!IMPORTANT]

    Review skipped

    Auto reviews are disabled on base/target branches other than the default branch.

    Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.


    โš™๏ธ Run configuration

    Configuration used: Organization UI

    Review profile: ASSERTIVE

    Plan: Pro Plus

    Run ID: a4258548-aea3-419a-a74e-53afe1f28111

    You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

    Use the checkbox below for a quick retry:
    - [ ] ๐Ÿ” Trigger review

    โœจ Finishing Touches
    ๐Ÿงช Generate unit tests (beta) - [ ] Create PR with unit tests - [ ] Commit unit tests in branch `chore/reconcile-main-into-pre-main`

    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.

    โค๏ธ Share - [X](https://twitter.com/intent/tweet?text=I%20just%20used%20%40coderabbitai%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20the%20proprietary%20code.%20Check%20it%20out%3A&url=https%3A//coderabbit.ai) - [Mastodon](https://mastodon.social/share?text=I%20just%20used%20%40coderabbitai%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20the%20proprietary%20code.%20Check%20it%20out%3A%20https%3A%2F%2Fcoderabbit.ai) - [Reddit](https://www.reddit.com/submit?title=Great%20tool%20for%20code%20review%20-%20CodeRabbit&text=I%20just%20used%20CodeRabbit%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20proprietary%20code.%20Check%20it%20out%3A%20https%3A//coderabbit.ai) - [LinkedIn](https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fcoderabbit.ai&mini=true&title=Great%20tool%20for%20code%20review%20-%20CodeRabbit&summary=I%20just%20used%20CodeRabbit%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20proprietary%20code)

    Comment @coderabbitai help to get the list of available commands.

     
  • Anonymous

    Anonymous - 2026-07-18

    Ticket changed by: Akarsh-Hegde

    • status: open --> closed
     

Log in to post a comment.