[wix-manage] - #DOM2-8382 - rewrite domain search and purchase reference, add connect-domain path - #983
Open
maximzabuti wants to merge 4 commits into
Open
[wix-manage] - #DOM2-8382 - rewrite domain search and purchase reference, add connect-domain path#983maximzabuti wants to merge 4 commits into
maximzabuti wants to merge 4 commits into
Conversation
…ect-domain path Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Author
|
#allow_unsafe_merge_with_disabled_targets |
Author
|
#skipreview |
maximzabuti
force-pushed
the
maximz-domain-search-connect-rewrite
branch
from
August 12, 2026 14:50
8fff25e to
0b800b7
Compare
Author
|
#skipreview |
The YAML gate requires every changed doc under skills/wix-manage/ to be named by a tool-call assertion in a scenario under yaml/wix-manage-evals/. The rewritten domain-search-and-purchase reference had none, so the gate blocked on missing coverage. One scenario per path the doc now routes to. domain-buy-flow asserts the Part A availability answer is stated plainly and that the turn continues into Part P rather than ending there. domain-connect-owned asserts a user who already owns the domain is read as a connect rather than a purchase, and that the outcome is gated on the site's Premium plan per Part C. Both judges also fail any response that narrates internal mechanics to the user, which is the recipe's standing UX rule. Neither scenario sets a top-level maxTokens. These are multi-step flows — the measured runs came in at 142k and 588k tokens — so the 30k budget the dashboard-navigation scenario uses does not transfer, and no budget in use anywhere in the repo (highest is 150k) would fit the buy flow. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
maximzabuti
force-pushed
the
maximz-domain-search-connect-rewrite
branch
from
August 12, 2026 14:55
0b800b7 to
23320b8
Compare
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.
Summary
domain-search-and-purchase.mdinto four parts with letter-prefixed section numbers: A (entry & routing), P (purchase), C (connect), R (reference).Markdown-only change; no build or test impact.
🤖 Generated with Claude Code