Files
gemini-cli/packages
Taylor Mullen 54b3642706 fix(core): improve SKILL.md frontmatter parsing robustness
- Support UTF-8 BOM at the start of SKILL.md files.
- Support optional trailing spaces after frontmatter markers.
- Improve simple parser fallback to be case-insensitive and support spaces before colons.
- Prevent simple parser from swallowing subsequent keys into descriptions.
- Added unit tests for identified edge cases.

Fixes https://github.com/google-gemini/gemini-cli/issues/25693
2026-04-20 20:30:43 -07:00
..