mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-03-07 18:17:36 +08:00
- Add UnifiedDepResolver module with 7 FRs: collect, compile, install pipeline - Integrate startup batch resolution in prestartup_script.py (module scope) - Skip per-node pip install in execute_install_script() when unified mode active - Add use_unified_resolver config flag following use_uv pattern - Input sanitization: reject -r, -e, --find-links, @ file://, path separators - Handle --index-url/--extra-index-url separation with credential redaction - Fallback to per-node pip on resolver failure or uv unavailability - Add 98 unit tests across 20 test classes - Add PRD and Design docs with cm_global integration marked as DEFERRED
27 lines
293 B
Plaintext
27 lines
293 B
Plaintext
__pycache__/
|
|
.idea/
|
|
.vscode/
|
|
.history/
|
|
*.code-workspace
|
|
.tmp
|
|
.cache
|
|
config.ini
|
|
snapshots/**
|
|
startup-scripts/**
|
|
.openart_key
|
|
.youml
|
|
matrix_auth
|
|
channels.list
|
|
comfyworkflows_sharekey
|
|
github-stats-cache.json
|
|
pip_overrides.json
|
|
*.json
|
|
check2.sh
|
|
/venv/
|
|
build
|
|
dist
|
|
*.egg-info
|
|
.env
|
|
.claude
|
|
test_venv
|