What — No CONTRIBUTING.md.
Why it matters here — Public, published SDK with 7 contributors and 8 releases. Nothing documents that models are generated and checked by a codegen-drift CI job — an outside contributor will hand-edit a generated model and fail CI without knowing why.
Evidence
$ ls CONTRIBUTING.md
ls: cannot access 'CONTRIBUTING.md': No such file or directory
$ gh api repos/Comfy-Org/comfy-python-sdk -q .visibility
public
Fix
Document uv-based setup, the required checks (ruff lint + format, mypy, pytest, codegen-drift, build), and how to regenerate models.
Found by repo-audit during repo improvement sweep 2026-08-17. Parent: #53
What — No
CONTRIBUTING.md.Why it matters here — Public, published SDK with 7 contributors and 8 releases. Nothing documents that models are generated and checked by a
codegen-driftCI job — an outside contributor will hand-edit a generated model and fail CI without knowing why.Evidence
Fix
Document uv-based setup, the required checks (ruff lint + format, mypy, pytest, codegen-drift, build), and how to regenerate models.
Found by
repo-auditduring repo improvement sweep 2026-08-17. Parent: #53