Skip to content

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 09 Sep 13:06
· 2 commits to main since this release

Fixed

  • SKILL.md frontmatter on a CRLF checkout. The parser required the ---\n
    delimiter, so a Windows checkout (core.autocrlf=true) mounted the skill with the
    frontmatter leaked into the body and no description/whenToUse. Line endings are now
    normalized before parsing, .gitattributes pins every text file to LF, and the suite
    covers both a CRLF string and a CRLF-converted bundle on disk. Caught by the Windows
    CI leg of v0.1.0.