Files
IAM DAVAID e2e9a1261e fix(skills): quote sitemap-author description to keep frontmatter valid YAML (#2122)
The `description` value is an unquoted plain scalar containing ": "
(colon-space) in "...OpenCLI site sitemaps: agent-facing...". A strict
YAML parser treats ": " as a mapping indicator and rejects the
front matter. Wrapping the value in double quotes makes it a valid
scalar without changing the text.
2026-07-12 00:20:06 +08:00
..