Skip to content

fix(wix-manage): quote recommend-ecommerce-strategy description to fix YAML parse error - #828

Open
itayhewix wants to merge 1 commit into
mainfrom
fix-yaml-recommend-ecommerce-strategy
Open

fix(wix-manage): quote recommend-ecommerce-strategy description to fix YAML parse error#828
itayhewix wants to merge 1 commit into
mainfrom
fix-yaml-recommend-ecommerce-strategy

Conversation

@itayhewix

Copy link
Copy Markdown
Contributor

Summary

  • description in ecommerce/recommend-ecommerce-strategy.md contained an unquoted ...already has: sales, promotions... — a colon+space inside a plain YAML scalar is parsed as a nested mapping key.
  • This breaks frontmatter parsing with Error in user YAML: (<unknown>): mapping values are not allowed in this context.
  • Fixed by wrapping the description in double quotes (escaping the pre-existing internal double quotes around "grow my traffic"), matching the convention already used elsewhere (e.g. ecom-load-context.md).

Test plan

  • Verified frontmatter now parses cleanly with yaml.safe_load

🤖 Generated with Claude Code

…x YAML parse error

The description contained an unquoted "already has: sales, promotions..." —
a colon+space inside a plain YAML scalar is parsed as a nested mapping key,
breaking frontmatter parsing with "mapping values are not allowed in this
context".

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@github-actions

github-actions Bot commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

❌ EvalForge YAML Gate: Scenario Locked by Another PR

These scenarios are draft-tagged for other PRs. Wait for those PRs to merge/close, or coordinate with their authors:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant