Skip to content

Commit 678add3

Browse files
🤖 Sync AI Instructions
1 parent 0102a81 commit 678add3

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

‎ai/claude/CLAUDE.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,6 @@ Here's how the filters are executed step by step to eventually return `"WORLD"`:
399399
- `shopify_asset_url`: `{{ string | shopify_asset_url }}` returns `string`
400400

401401
#### Html
402-
- `class_list`: `{{ settings.layout | class_list }}` returns `string`
403402
- `time_tag`: `{{ string | time_tag: string }}` returns `string`
404403
- `inline_asset_content`: `{{ asset_name | inline_asset_content }}` returns `string`
405404
- `highlight`: `{{ string | highlight: string }}` returns `string`
@@ -458,6 +457,7 @@ Here's how the filters are executed step by step to eventually return `"WORLD"`:
458457
- `payment_type_svg_tag`: `{{ string | payment_type_svg_tag }}` returns `string`
459458

460459
#### String
460+
- `blake3`: `{{ string | blake3 }}` returns `string`
461461
- `hmac_sha1`: `{{ string | hmac_sha1: string }}` returns `string`
462462
- `hmac_sha256`: `{{ string | hmac_sha256: string }}` returns `string`
463463
- `md5`: `{{ string | md5 }}` returns `string`
@@ -580,6 +580,7 @@ Here's how the filters are executed step by step to eventually return `"WORLD"`:
580580

581581
#### `/product` page
582582
- `product`
583+
- `remote_product`
583584

584585
#### `/robots.txt.liquid` page
585586
- `robots`
@@ -867,7 +868,6 @@ Syntax:
867868
Because [`for` loops](https://shopify.dev/docs/api/liquid/tags/for) are limited to 50 iterations per page, you need to use the `paginate` tag to
868869
iterate over an array that has more than 50 items. The following arrays can be paginated:
869870

870-
- [`all_products`](https://shopify.dev/docs/api/liquid/objects/all_products)
871871
- [`article.comments`](https://shopify.dev/docs/api/liquid/objects/article#article-comments)
872872
- [`blog.articles`](https://shopify.dev/docs/api/liquid/objects/blog#blog-articles)
873873
- [`collections`](https://shopify.dev/docs/api/liquid/objects/collections)

‎ai/cursor/rules/liquid.mdc‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,6 @@ Here's how the filters are executed step by step to eventually return `"WORLD"`:
230230
- `shopify_asset_url`: `{{ string | shopify_asset_url }}` returns `string`
231231

232232
#### Html
233-
- `class_list`: `{{ settings.layout | class_list }}` returns `string`
234233
- `time_tag`: `{{ string | time_tag: string }}` returns `string`
235234
- `inline_asset_content`: `{{ asset_name | inline_asset_content }}` returns `string`
236235
- `highlight`: `{{ string | highlight: string }}` returns `string`
@@ -289,6 +288,7 @@ Here's how the filters are executed step by step to eventually return `"WORLD"`:
289288
- `payment_type_svg_tag`: `{{ string | payment_type_svg_tag }}` returns `string`
290289

291290
#### String
291+
- `blake3`: `{{ string | blake3 }}` returns `string`
292292
- `hmac_sha1`: `{{ string | hmac_sha1: string }}` returns `string`
293293
- `hmac_sha256`: `{{ string | hmac_sha256: string }}` returns `string`
294294
- `md5`: `{{ string | md5 }}` returns `string`
@@ -411,6 +411,7 @@ Here's how the filters are executed step by step to eventually return `"WORLD"`:
411411

412412
#### `/product` page
413413
- `product`
414+
- `remote_product`
414415

415416
#### `/robots.txt.liquid` page
416417
- `robots`
@@ -698,7 +699,6 @@ Syntax:
698699
Because [`for` loops](https://shopify.dev/docs/api/liquid/tags/for) are limited to 50 iterations per page, you need to use the `paginate` tag to
699700
iterate over an array that has more than 50 items. The following arrays can be paginated:
700701

701-
- [`all_products`](https://shopify.dev/docs/api/liquid/objects/all_products)
702702
- [`article.comments`](https://shopify.dev/docs/api/liquid/objects/article#article-comments)
703703
- [`blog.articles`](https://shopify.dev/docs/api/liquid/objects/blog#blog-articles)
704704
- [`collections`](https://shopify.dev/docs/api/liquid/objects/collections)

‎ai/cursor/rules/schemas.mdc‎

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

‎ai/github/copilot-instructions.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,6 @@ Here's how the filters are executed step by step to eventually return `"WORLD"`:
399399
- `shopify_asset_url`: `{{ string | shopify_asset_url }}` returns `string`
400400

401401
#### Html
402-
- `class_list`: `{{ settings.layout | class_list }}` returns `string`
403402
- `time_tag`: `{{ string | time_tag: string }}` returns `string`
404403
- `inline_asset_content`: `{{ asset_name | inline_asset_content }}` returns `string`
405404
- `highlight`: `{{ string | highlight: string }}` returns `string`
@@ -458,6 +457,7 @@ Here's how the filters are executed step by step to eventually return `"WORLD"`:
458457
- `payment_type_svg_tag`: `{{ string | payment_type_svg_tag }}` returns `string`
459458

460459
#### String
460+
- `blake3`: `{{ string | blake3 }}` returns `string`
461461
- `hmac_sha1`: `{{ string | hmac_sha1: string }}` returns `string`
462462
- `hmac_sha256`: `{{ string | hmac_sha256: string }}` returns `string`
463463
- `md5`: `{{ string | md5 }}` returns `string`
@@ -580,6 +580,7 @@ Here's how the filters are executed step by step to eventually return `"WORLD"`:
580580

581581
#### `/product` page
582582
- `product`
583+
- `remote_product`
583584

584585
#### `/robots.txt.liquid` page
585586
- `robots`
@@ -867,7 +868,6 @@ Syntax:
867868
Because [`for` loops](https://shopify.dev/docs/api/liquid/tags/for) are limited to 50 iterations per page, you need to use the `paginate` tag to
868869
iterate over an array that has more than 50 items. The following arrays can be paginated:
869870

870-
- [`all_products`](https://shopify.dev/docs/api/liquid/objects/all_products)
871871
- [`article.comments`](https://shopify.dev/docs/api/liquid/objects/article#article-comments)
872872
- [`blog.articles`](https://shopify.dev/docs/api/liquid/objects/blog#blog-articles)
873873
- [`collections`](https://shopify.dev/docs/api/liquid/objects/collections)

0 commit comments

Comments
 (0)