mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-04-02 10:39:23 +00:00
py_compile requires explicit filenames and exits with status 2 when invoked without them. compileall -q . recursively validates Python syntax across the entire project, which is what the build-fix command actually needs. Fixes #759