feat(wix-manage): eCommerce dispatcher routing — 5 categories with EvalForge coverage#423
Open
itayhewix wants to merge 3 commits into
Open
feat(wix-manage): eCommerce dispatcher routing — 5 categories with EvalForge coverage#423itayhewix wants to merge 3 commits into
itayhewix wants to merge 3 commits into
Conversation
…eCommerce categories EvalForge production runs confirmed 0% pass rate (judge 0-2/10) across all tested eCommerce areas — MCP either doesn't recognize Wix APIs at all (pricing, tax) or lacks proper routing guardrails (orders, checkout, fulfillment). Skills marked NOT NEEDED: none. All 5 areas require the new dispatcher structure. Adds eCommerce L1 context loader + 5 new dispatcher-based categories: - ecom-load-context.md: per-L1 context loader (country/currency/tax calculator) - ecom-pricing.md + pricing-promotions/: coupons, discount rules, run-a-sale orchestrator - ecom-tax.md + tax/: Avalara, EU VAT, Wix Manual, audit, troubleshoot, switch - ecom-checkout.md + checkout/: store health, reduce abandonment, agentic readiness - ecom-fulfillment.md + fulfillment/: fulfill orders, bulk fulfill with tracking - ecom-orders.md + orders/: cancel order with restock/email/refund guardrails Adds 27 EvalForge scenario YAMLs for gate coverage (tag: ecommerce): pricing-promotions (9), tax (7), checkout (5), fulfillment (3), orders (2), ecom-load-context (1). Shipping and abandoned-carts use legacy flat routing until follow-up PR. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
❌ EvalForge YAML Gate: Scenario Locked by Another PRThese scenarios are draft-tagged for other PRs. Wait for those PRs to merge/close, or coordinate with their authors:
|
…er categories + fix documentation.yaml - Add ecom-shipping.md dispatcher (name: "Shipping") with 4 sub-skills: shipping-fix-coverage-gaps, shipping-add-free-shipping, shipping-optimize-rates, shipping-set-up-pickup-local-delivery (content migrated from legacy flat files) - Add ecom-abandoned-carts.md dispatcher (name: "Abandoned Carts") with abandoned-carts-recovery-health sub-skill - These were referenced by URLs in existing PR files (ecom-checkout.md, ecom-fulfillment.md, checkout/* sub-skills) but had no corresponding skill files - Add documentation.yaml entries for all 13 new dispatcher/sub-skill files (6 original dispatchers + 7 new Shipping/AbandonedCarts files) - Update SKILL.md: Shipping and Abandoned Carts now in migrated-categories list; legacy flat-routing section replaced with proper dispatcher section - Add eval YAMLs: ecom-shipping.yml (free shipping routing) and ecom-abandoned-carts.yml (recovery routing) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…it natively
EvalForge production run (b5c0185b) confirmed MCP correctly:
- Identifies POST /coupons/v2/coupons as the right endpoint
- Maps CATEGORY scope → { namespace: stores, group: { name: collection } }
- Maps PERCENTAGE discount → percentOffRate
- Passes through usageLimit and limitPerCustomer
Skill is not needed (§7.5): the recommendation→coupon translation is handled
natively by production MCP. Coupon creation routes directly to the Coupons V2
API doc instead.
- Delete ecom-pricing-create-coupon.md + ecom-pricing-create-coupon.yml
- Remove entry from SKILL.md pricing promotions list
- Remove [intent:create-coupon] dispatch from ecom-pricing.md; update routing
table and base-recipe fallback to point at the API doc directly
- Update ecom-pricing-run-a-sale.md: inline the mapping note instead of loading
the now-deleted skill
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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
Adds dispatcher-based skill routing for 7 eCommerce categories where EvalForge production runs confirmed 0–3/10 pass rate — the current MCP cannot answer these queries.
EvalForge Production Runs — All Areas FAIL
Ran 8 scenarios against production MCP (
15fc5038-…, live latest). Results:No skills marked "not needed" — all 7 areas clearly fail production MCP.
What's in This PR (all 7 areas)
Legacy flat-routing files remain in place for backward compatibility; SKILL.md updated to reflect all 7 categories as migrated.
EvalForge YAML Coverage (29 scenarios)
Gate fixes in this commit
Test plan
draft:wix/skills#423tag applied automatically)pricing-create-couponslug (notsetup-coupons)🤖 Generated with Claude Code