Skip to content

fix(skills): quote sitemap author frontmatter#2119

Open
TopTomCruise wants to merge 1 commit into
jackwener:mainfrom
TopTomCruise:codex/fix-sitemap-frontmatter
Open

fix(skills): quote sitemap author frontmatter#2119
TopTomCruise wants to merge 1 commit into
jackwener:mainfrom
TopTomCruise:codex/fix-sitemap-frontmatter

Conversation

@TopTomCruise

Copy link
Copy Markdown

Why

opencli-sitemap-author has invalid YAML frontmatter: unquoted colons in both description and allowed-tools make strict YAML parsers fail. Hermes currently falls back to a line parser, but other consumers can reject the skill.

Change

Quote both scalar values without changing their content.

Verification

Parsed the complete frontmatter with PyYAML and asserted the preserved name, description, and allowed-tools values.

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