Skip to content

chore: fix yaml frontmatter parse error - #1768

Closed
sator-imaging wants to merge 1 commit into
garrytan:mainfrom
sator-imaging:chore/fix-frontmatter
Closed

chore: fix yaml frontmatter parse error#1768
sator-imaging wants to merge 1 commit into
garrytan:mainfrom
sator-imaging:chore/fix-frontmatter

Conversation

@sator-imaging

Copy link
Copy Markdown

No description provided.

@sator-imaging sator-imaging changed the title chore: fix yaml frontmatter chore: fix yaml frontmatter parse error May 28, 2026
@jbetala7

Copy link
Copy Markdown
Contributor

This is the same generated-frontmatter YAML failure covered by the broader generator fix in #1752, and this PR only fixes one generated output file.

Evidence from this diff: it changes just design-consultation/SKILL.md from an unquoted inline description: to a quoted scalar. That does repair this one file, but it leaves the root cause in scripts/gen-skill-docs.ts, so the next docs generation can emit the same invalid YAML again for any colon-containing trimmed description.

Canonical path looks like #1752 (or #1739): update applyCatalogTrim/the generator to quote inline descriptions, add frontmatter validation/regression coverage, and regenerate all affected SKILL.md files. I would treat this PR as duplicate/incomplete unless it is rebased into the generator-level fix.

@garrytan

garrytan commented Jun 8, 2026

Copy link
Copy Markdown
Owner

Closing in favor of #1786, which fixes the YAML-frontmatter colon issue at the source (the gen-skill-docs generator) rather than editing a single generated file. Thanks!

@garrytan garrytan closed this Jun 8, 2026
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.

3 participants