Files
HuangYuChuh a431561dfb refactor: remove legacy Python scripts replaced by CLI
Remove scripts that are now fully replaced by comfyui-skill-cli:
- scripts/registry.py → comfyui-skill list/info
- scripts/comfyui_client.py → comfyui-skill run/submit/status/deps
- scripts/server_manager.py → comfyui-skill server add/enable/disable/remove
- scripts/transfer_manager.py → comfyui-skill config export/import

Keep scripts/shared/ (still used by Web UI backend) and shell scripts.
Update README to replace all Python script references with CLI commands.
2026-04-01 11:17:14 +08:00
..