Skip to content

Revert Hydrogen route from main (merged prematurely via #23) - #26

Merged
nrodd merged 1 commit into
mainfrom
revert-hydrogen-from-main
Aug 10, 2026
Merged

Revert Hydrogen route from main (merged prematurely via #23)#26
nrodd merged 1 commit into
mainfrom
revert-hydrogen-from-main

Conversation

@nrodd

@nrodd nrodd commented Aug 10, 2026

Copy link
Copy Markdown
Member

Why

The Shopify Hydrogen install route landed on main by accident. PR #23 (default-on telemetry) was branched off the unmerged hydrogen-wrapper-prompt branch instead of main, then squash-merged — so the Hydrogen commits and their changeset rode in under the telemetry PR title (e65b4c6). That work belongs to PR #22, which was never reviewed/merged on its own, and it also pulled the Hydrogen entry into the pending Version Packages PR (#25).

What this does

Backs the Hydrogen work out of main so it can go through PR #22 properly:

  • Restores templates/install-prompt.md to its pre-Hydrogen state (ea59c33) — removes the @subtextdev/hydrogen pre-check reference, the @shopify/hydrogen framework-detection line, and the full "Shopify Hydrogen" framework-patterns block.
  • Removes .changeset/hydrogen-wrapper-prompt.md.

Nothing else is touched — the telemetry changes from #23 stay in place, and README (which Hydrogen never modified) is untouched.

Verification

  • Post-revert, templates/install-prompt.md is byte-identical to ea59c33 (empty diff) and contains 0 hydrogen references.
  • The only changeset remaining on main after this merges is telemetry-default-on.md, so the Version Packages PR will drop the Hydrogen entry.

Follow-up

PR #22 stays open and can be merged normally when the Hydrogen route is ready for review.

🤖 Generated with Claude Code


Note

Low Risk
Documentation and changeset-only revert with no runtime or auth impact; telemetry and other main-line changes are untouched.

Overview
Removes the Shopify Hydrogen install path from the Subtext wizard install prompt on main, restoring the template to its pre-Hydrogen behavior.

templates/install-prompt.md no longer treats @subtextdev/hydrogen as an “already installed” signal, drops @shopify/hydrogen as a first-priority framework detector, and deletes the full Shopify Hydrogen framework-patterns block (wrapper package, CSP, analytics, identity, cart linkage). Generic flows (Next.js, Remix, Vite, etc.) are unchanged.

The pending changeset .changeset/hydrogen-wrapper-prompt.md is removed so Version Packages no longer picks up a Hydrogen release note from this accidental merge.

Reviewed by Cursor Bugbot for commit 30aa10d. Bugbot is set up for automated code reviews on this repo. Configure here.

The Shopify Hydrogen install route and its changeset landed on main by
accident: PR #23 (telemetry) was branched off the unmerged
hydrogen-wrapper-prompt branch and squash-merged, carrying the Hydrogen work
in with it. That work belongs to PR #22, which had not been reviewed/merged
on its own.

This restores templates/install-prompt.md to its pre-Hydrogen state
(ea59c33) and removes .changeset/hydrogen-wrapper-prompt.md, so the Hydrogen
feature can go back through PR #22 properly. No other files touched — the
telemetry changes from #23 stay in place.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@nrodd
nrodd merged commit 1a7b55d into main Aug 10, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant