From 85be1bdc22bdc1ff652f1bd4c009abd1968b44bc Mon Sep 17 00:00:00 2001 From: danshw Date: Wed, 3 Jun 2026 09:14:43 +0300 Subject: [PATCH 1/2] test(T0/v1): edit covered domains doc to trigger full v1 flow --- .../wix-manage/references/domains/domain-search-and-purchase.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skills/wix-manage/references/domains/domain-search-and-purchase.md b/skills/wix-manage/references/domains/domain-search-and-purchase.md index cb5db985..bb8aa5d9 100644 --- a/skills/wix-manage/references/domains/domain-search-and-purchase.md +++ b/skills/wix-manage/references/domains/domain-search-and-purchase.md @@ -13,7 +13,7 @@ Use this recipe when a user wants to: ## How Purchase Works -You help the user find an available domain, then collect registration details (cycle, privacy protection, contact info) directly in the chat. Once collected, you save the contact info, create a cart with the domain + addons, and provide a checkout link where the user only needs to complete payment. +You help the user find an available domain, then collect registration details (registration cycle, privacy protection, contact info) directly in the chat. Once collected, you save the contact info, create a cart with the domain + addons, and provide a checkout link where the user only needs to complete payment. **UX guidelines**: Keep the conversation natural. Do NOT expose internal implementation details to the user (e.g. don't say "I'm canceling the old cart", "saving to intent API", "adding line items"). Just tell them what matters: "Setting up your order..." then show the summary and checkout link. From 3c5407b93359ab8a645bb34e98f02ab4f84ae5d4 Mon Sep 17 00:00:00 2001 From: danshw Date: Wed, 3 Jun 2026 10:38:30 +0300 Subject: [PATCH 2/2] test(T0/v1): re-trigger gate after scope grant --- .../wix-manage/references/domains/domain-search-and-purchase.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skills/wix-manage/references/domains/domain-search-and-purchase.md b/skills/wix-manage/references/domains/domain-search-and-purchase.md index bb8aa5d9..90a1532b 100644 --- a/skills/wix-manage/references/domains/domain-search-and-purchase.md +++ b/skills/wix-manage/references/domains/domain-search-and-purchase.md @@ -13,7 +13,7 @@ Use this recipe when a user wants to: ## How Purchase Works -You help the user find an available domain, then collect registration details (registration cycle, privacy protection, contact info) directly in the chat. Once collected, you save the contact info, create a cart with the domain + addons, and provide a checkout link where the user only needs to complete payment. +You help the user find an available domain, then collect registration details (registration period, privacy protection, contact info) directly in the chat. Once collected, you save the contact info, create a cart with the domain + addons, and provide a checkout link where the user only needs to complete payment. **UX guidelines**: Keep the conversation natural. Do NOT expose internal implementation details to the user (e.g. don't say "I'm canceling the old cart", "saving to intent API", "adding line items"). Just tell them what matters: "Setting up your order..." then show the summary and checkout link.