Backport constrained Quattro ownership bootstrap to rc - #9073
Draft
ryanrhughes wants to merge 2 commits into
Draft
Backport constrained Quattro ownership bootstrap to rc#9073ryanrhughes wants to merge 2 commits into
ryanrhughes wants to merge 2 commits into
Conversation
This was referenced Aug 30, 2026
ryanrhughes
marked this pull request as draft
August 30, 2026 04:08
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.
Release gate: do not merge yet
This 3.x release-candidate bootstrap must not merge until the fixes in #9070 and omacom/omarchy-pkgs#239 have shipped together as v4.0.2. Merging it earlier could send a 3.x user through the ownership transition with the older 4.0.1 package payload.
What changed
--overwrite='*'exactly once, only while installingomarchy-settingsto adopt the known legacy configuration paths.This is only the legacy launcher side of the transition. #9070 supplies the Quattro-side fail-closed updater and exact legacy cleanup, while omacom/omarchy-pkgs#239 supplies the package-owned static system state.
Proof
Rollout
After v4.0.2 is published, merge this PR. Existing 3.x release-candidate users should run
omarchy updatebefore selecting the Quattro upgrade so their branch-local launcher contains this constrained ownership bridge. The officialhttps://omarchy.org/upgrade-to-quattroendpoint already fetches the Quattro implementation directly.Companion 3.x channel PRs:
master#9072 anddev#9071.