mirror of
https://github.com/duthaho/claudekit.git
synced 2026-07-14 02:55:18 +03:00
c6a7817f88
- normalize CRLF and match the closing frontmatter delimiter tolerantly (no false CI failures on Windows-committed files; no latching onto a later horizontal rule) - strip fenced code blocks before section/table scanning so embedded anatomy examples can't fool the checks - strip quotes/inline comments from frontmatter values; reject empty required values - guard readdir/stat so a wrong root or dangling symlink reports instead of crashing; fail on zero skills found - require plugin.json version to exist (undefined===undefined no longer passes as in sync)