mirror of
https://mirror.skon.top/github.com/affaan-m/everything-claude-code
synced 2026-04-21 00:00:12 +08:00
- Replace node -e with temp file execution in validator tests to avoid Windows shebang parsing failures (node -e cannot handle scripts that originally contained #!/usr/bin/env node shebangs) - Remove duplicate blank line in skills/rust-patterns/SKILL.md (MD012)