What — No CHANGELOG.md, despite 30 published releases.
Why it matters here — Users upgrading a CLI they invoke daily have no way to see what changed short of reading release-by-release diffs. Of the six repos swept this one has the most releases and the largest user base, so it is where the absence costs most.
Evidence
$ gh api repos/Comfy-Org/comfy-cli/releases -q length
30
$ ls CHANGELOG.md CHANGES.md HISTORY.md 2>&1 | tail -1
ls: cannot access 'HISTORY.md': No such file or directory
Fix
Generate from conventional commits if the history supports it, and have publish_package.yml attach the section to the GitHub release it already cuts.
Found by repo-audit during repo improvement sweep 2026-08-17. Parent: #723
What — No
CHANGELOG.md, despite 30 published releases.Why it matters here — Users upgrading a CLI they invoke daily have no way to see what changed short of reading release-by-release diffs. Of the six repos swept this one has the most releases and the largest user base, so it is where the absence costs most.
Evidence
Fix
Generate from conventional commits if the history supports it, and have
publish_package.ymlattach the section to the GitHub release it already cuts.Found by
repo-auditduring repo improvement sweep 2026-08-17. Parent: #723