Update dependency guidelines in AGENTS.md

This commit is contained in:
comfyanonymous
2026-07-01 20:18:52 -07:00
committed by GitHub
parent db2e2b3b49
commit 4ffd0261ad

View File

@ -8,6 +8,8 @@
directly required.
- Prefer practical fixes over broad architecture work. Add abstractions only
when they remove real repeated logic or match an existing ComfyUI pattern.
- Prefer fewer dependencies. Do not add new dependencies to ComfyUI unless they
are absolutely necessary.
- Delete obsolete code aggressively when newer infrastructure makes it useless.
Remove dead fallbacks, migration paths, unused options, debug prints, and
compatibility branches that are no longer needed. Do not leave dead branches,