C

ComfyUI-Manager

C
ComfyUI-Manager AI

4.1b4: refactor(cli): rename standalone uv-compile command to uv-sync

The command performs collect→compile→install (full pipeline), not just compile. uv-sync better reflects the actual behavior. The --uv-compile flag on other commands (install, reinstall, update, fix, etc.) is intentionally kept as-is: it reads as a mechanism descriptor ("use uv pip compile to resolve deps") rather than a reference to the standalone command name.