mirror of
https://github.com/affaan-m/ECC.git
synced 2026-08-17 21:15:40 +02: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)