mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-06-20 03:40:29 +08:00
Greptile review: - slim_dist.ps1: ErrorActionPreference SilentlyContinue -> Continue so failed deletes are reported instead of showing a false success banner - build_optimized.bat: wmic is removed on Windows 11 22H2+; use the built-in %NUMBER_OF_PROCESSORS% env var (with a fallback) so --jobs is not silently 0