You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.