Add FORMA static storefront, Shopify theme & Ruby adapter, integration hooks, docs and CI checks#5
Open
feispla wants to merge 1 commit into
Open
Conversation
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.
Motivation
npm run checkon PRs and important branches to prevent missing assets or accidental secrets.Description
index.html,assets/store.js,assets/store.css,assets/integrations.jsandassets/config.js(demo values only) to drive client-side catalog, cart, wishlist and integrations.shopify-ruby/adapter,shopify-theme/Liquid scaffold, Supabase migrationsupabase/migrations/202605130001_storefront_core.sql,vercel.json, and docs underdocs/for go-live, integrations and Turborepo.scripts/verify-files.js,scripts/smoke-static.js,scripts/github-plain-diff.js,scripts/prepare-shopify-upstream.sh,scripts/turbo-doctor.js, pluspackage.json,package-lock.json,turbo.jsonand aCLAUDE.mdguideline for GitHub agents..githubtemplates (ISSUE_TEMPLATE/ai-agent-task.md,pull_request_template.md) and a workflow.github/workflows/check.ymlthat checks out, installs Node and runsnpm cithennpm run checkon PR and push events.Testing
npm run checkon pull requests and pushes.npmscripts wireverify:filesandsmoke:staticso runningnpm run checklocally will executenode scripts/verify-files.jsandnode scripts/smoke-static.js(and other configured checks)..github/workflows/check.ymlis configured to runnpm ciandnpm run checkonpull_requestand on pushes tomain,masterandworkbranches.scripts/smoke-static.jsandscripts/verify-files.js.Codex Task