You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CLAUDE.md
+76-32Lines changed: 76 additions & 32 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
4
4
5
5
## Project Overview
6
6
7
-
This is **Pilot**, a Shopify Hydrogen theme powered by Weaverse - a visual page builder for Hydrogen storefronts. The project is built with React, TypeScript, React Router 7, and Tailwind CSS v4. It runs on Node.js 20+ and uses Biome for linting/formatting.
7
+
This is **Pilot**, a Shopify Hydrogen theme powered by Weaverse - a visual page builder for Hydrogen storefronts. The project is built with React, TypeScript, React Router 7, and Tailwind CSS v4. It runs on Node.js 20+ and uses Biome for linting/formatting. Current version: 5.6.0 with upcoming 5.7.0 release.
8
8
9
9
## Essential Commands
10
10
@@ -89,6 +89,7 @@ All routes follow the pattern `($locale).{route}.tsx` to support internationaliz
89
89
90
90
-**Weaverse**: Visual page builder - sections must be registered in `/app/weaverse/components.ts`
91
91
-**Judge.me**: Product reviews integration via utilities in `/app/utils/judgeme.ts`
92
+
-**Combined Listings**: Intelligent product grouping system via utilities in `/app/utils/combined-listings.ts`
92
93
-**Analytics**: Shopify Analytics integrated throughout components
93
94
-**Customer Accounts**: New Shopify Customer Account API support (OAuth-based)
94
95
-**Radix UI**: For accessible UI primitives (accordion, dialog, dropdown, etc.)
@@ -97,32 +98,33 @@ All routes follow the pattern `($locale).{route}.tsx` to support internationaliz
0 commit comments