Skip to content

fix(comfyui-studio): correct character and drama YAML front matter - #35

Merged
hetaoBackend merged 1 commit into
mainfrom
fix/comfyui-skill-yaml-frontmatter
Sep 9, 2026
Merged

fix(comfyui-studio): correct character and drama YAML front matter#35
hetaoBackend merged 1 commit into
mainfrom
fix/comfyui-skill-yaml-frontmatter

Conversation

@hetaoBackend

@hetaoBackend hetaoBackend commented Sep 9, 2026

Copy link
Copy Markdown
Collaborator

The comfyui-character and comfyui-drama skill descriptions contain colon-space sequences in unquoted YAML values, causing GitHub to show “mapping values are not allowed in this context” instead of rendering their front matter.

Use folded block scalars (>-) for both descriptions. The parsed description strings and Markdown bodies remain unchanged.

Validation:

  • Reproduced both failures with Ruby Psych before the fix.
  • Parsed all four ComfyUI Studio skill front matters with Ruby Psych after the fix; verified exact description equality and unchanged Markdown bodies against the base commit.
  • npm run check: repository validation and all 128 tests passed.
  • git diff --check: passed.

View with [code]smith Autofix with [code]smith
Need help on this PR? Tag @codesmith-bot with what you need. Autofix is disabled.

@hetaoBackend
hetaoBackend merged commit f6df237 into main Sep 9, 2026
3 checks passed
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