Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ai/claude/CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,6 @@ Here's how the filters are executed step by step to eventually return `"WORLD"`:
- `shopify_asset_url`: `{{ string | shopify_asset_url }}` returns `string`

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

#### String
- `blake3`: `{{ string | blake3 }}` returns `string`
- `hmac_sha1`: `{{ string | hmac_sha1: string }}` returns `string`
- `hmac_sha256`: `{{ string | hmac_sha256: string }}` returns `string`
- `md5`: `{{ string | md5 }}` returns `string`
Expand Down Expand Up @@ -580,6 +580,7 @@ Here's how the filters are executed step by step to eventually return `"WORLD"`:

#### `/product` page
- `product`
- `remote_product`

#### `/robots.txt.liquid` page
- `robots`
Expand Down Expand Up @@ -867,7 +868,6 @@ Syntax:
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
iterate over an array that has more than 50 items. The following arrays can be paginated:

- [`all_products`](https://shopify.dev/docs/api/liquid/objects/all_products)
- [`article.comments`](https://shopify.dev/docs/api/liquid/objects/article#article-comments)
- [`blog.articles`](https://shopify.dev/docs/api/liquid/objects/blog#blog-articles)
- [`collections`](https://shopify.dev/docs/api/liquid/objects/collections)
Expand Down
4 changes: 2 additions & 2 deletions ai/cursor/rules/liquid.mdc
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,6 @@ Here's how the filters are executed step by step to eventually return `"WORLD"`:
- `shopify_asset_url`: `{{ string | shopify_asset_url }}` returns `string`

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

#### String
- `blake3`: `{{ string | blake3 }}` returns `string`
- `hmac_sha1`: `{{ string | hmac_sha1: string }}` returns `string`
- `hmac_sha256`: `{{ string | hmac_sha256: string }}` returns `string`
- `md5`: `{{ string | md5 }}` returns `string`
Expand Down Expand Up @@ -411,6 +411,7 @@ Here's how the filters are executed step by step to eventually return `"WORLD"`:

#### `/product` page
- `product`
- `remote_product`

#### `/robots.txt.liquid` page
- `robots`
Expand Down Expand Up @@ -698,7 +699,6 @@ Syntax:
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
iterate over an array that has more than 50 items. The following arrays can be paginated:

- [`all_products`](https://shopify.dev/docs/api/liquid/objects/all_products)
- [`article.comments`](https://shopify.dev/docs/api/liquid/objects/article#article-comments)
- [`blog.articles`](https://shopify.dev/docs/api/liquid/objects/blog#blog-articles)
- [`collections`](https://shopify.dev/docs/api/liquid/objects/collections)
Expand Down
2 changes: 1 addition & 1 deletion ai/cursor/rules/schemas.mdc

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions ai/github/copilot-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,6 @@ Here's how the filters are executed step by step to eventually return `"WORLD"`:
- `shopify_asset_url`: `{{ string | shopify_asset_url }}` returns `string`

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

#### String
- `blake3`: `{{ string | blake3 }}` returns `string`
- `hmac_sha1`: `{{ string | hmac_sha1: string }}` returns `string`
- `hmac_sha256`: `{{ string | hmac_sha256: string }}` returns `string`
- `md5`: `{{ string | md5 }}` returns `string`
Expand Down Expand Up @@ -580,6 +580,7 @@ Here's how the filters are executed step by step to eventually return `"WORLD"`:

#### `/product` page
- `product`
- `remote_product`

#### `/robots.txt.liquid` page
- `robots`
Expand Down Expand Up @@ -867,7 +868,6 @@ Syntax:
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
iterate over an array that has more than 50 items. The following arrays can be paginated:

- [`all_products`](https://shopify.dev/docs/api/liquid/objects/all_products)
- [`article.comments`](https://shopify.dev/docs/api/liquid/objects/article#article-comments)
- [`blog.articles`](https://shopify.dev/docs/api/liquid/objects/blog#blog-articles)
- [`collections`](https://shopify.dev/docs/api/liquid/objects/collections)
Expand Down