Weekend release - #589
Open
laugharn wants to merge 36 commits into
Open
Conversation
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
laugharn
marked this pull request as ready for review
September 12, 2026 14:42
Move Shop Agent to Eve
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
* Upgrade Hydrogen to preview 3 * Route UCP MCP requests through Hydrogen * Use Hydrogen attributes for gift-card purchases * Simplify gift-card validation and product hooks * Add recipient reset and trim docs
* Render agent results directly in React * Enable agent for preview testing * Disable agent after preview testing
lib/shopify/operations/**/server.ts exports uncached fetch* Storefront operations and never imports next/cache. lib/<domain>/server.ts exports get* wrappers that own use cache, cacheLife, and cacheTag. Eve tools and cursor-paginated browse call fetch* directly. Verified: pnpm lint, tsc, typecheck with live codegen, and next build in apps/template; skills synced and apps/docs build.
Shopify owns commerce, Next.js owns the app, Eve owns the agent. The template guide opens with the ownership map and boundary rules; the monorepo guide states the rule to describe the product, not the change.
Product discovery is Shopify's catalog MCP rendered through present-products. browse-collection, list-collections, get-recommendations, and get-product-details remain navigation and detail reads. Verified: lint, tsc, and eve build in apps/template; compiled manifest lists no search-products tool.
Markdown representations, /llms.txt, structured data, sitemap, and robots are the storefront's machine-readable surface and belong to the app owner. Shopify's MCP and UCP endpoints pass through proxy.ts unchanged.
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.
Includes #586 (Eve) and #588 (Hydrogen preview 3).