Skip to content

Releases: stepupgaming/comfy-workflows

v0.2.16

Choose a tag to compare

@stepupgaming stepupgaming released this 17 Sep 05:44

Split custom-node skill from comfy-workflows.

  • skills/comfy-custom-nodes covers codegen, rawNode, Registry resolve, and cwf setup.
  • Graph topology stays in skills/comfy-workflows.
  • cwf agent install copies both into .agents/skills from the installed package.

GitHub Packages and GitHub Release tarballs remain canonical. npmjs is an optional mirror.

v0.2.15

Choose a tag to compare

@stepupgaming stepupgaming released this 04 Sep 19:37

cwf agent install copies the bundled skill into .agents/skills/comfy-workflows.

  • Source is the installed package (version-matched). No network. No symlinks.
  • cwf agent check reports missing / current / outdated / modified.
  • Local edits are not overwritten without --force.
  • Packed-consumer proves install from the published tarball.

GitHub Packages and GitHub Release tarballs remain canonical. npmjs is an optional mirror.

v0.2.14

Choose a tag to compare

@stepupgaming stepupgaming released this 04 Sep 18:25

Agent-facing surfaces for Comfy Workflows.

  • AGENTS.md for repository contributors
  • Portable skill in the core tarball: skills/comfy-workflows/SKILL.md
  • Generated llms.txt, llms-full.txt, and agent-index.json
  • pnpm agent:check in CI

GitHub Packages and GitHub Release tarballs remain canonical. npmjs is an optional mirror.

The skill ships inside @stepupgaming/comfy-workflows so agents do not need a repo checkout.

v0.2.13

Choose a tag to compare

@stepupgaming stepupgaming released this 04 Sep 16:57

GitHub is now the canonical publication host.

  • GitHub Packages + GitHub Release tarballs complete a release.
  • npmjs is an optional convenience mirror and is not a release gate.
  • Same packed .tgz is published, attached, and (optionally) mirrored.

Install:

pnpm add @stepupgaming/comfy-workflows

Anonymous: download stepupgaming-comfy-workflows-0.2.13.tgz from this release.
Authenticated GitHub Packages: project-local @stepupgaming scope mapping with a read:packages token.

Unofficial project. Not affiliated with or endorsed by Comfy Org.

v0.2.12

Choose a tag to compare

@stepupgaming stepupgaming released this 04 Sep 06:25

Patch: v2 omitted nodePack source now normalizes to registry (a claim, not install proof). v1 bare strings stay manual. Automatic installation still requires positive per-version Registry verification.

Unofficial project. Not affiliated with or endorsed by Comfy Org.

v0.2.11

Choose a tag to compare

@stepupgaming stepupgaming released this 04 Sep 04:29

Correction release after 0.2.10.

  • Candidate discovery uses paginated Comfy Registry search (/nodes/search?comfy_node_search=); ranked /comfy-nodes/{class}/node is a hint only.
  • Pack-version /comfy-nodes lists are paginated so verification is not truncated.
  • source: "registry" is a claim. Only positive per-version evidence (verified: true) may auto-install.
  • ready: true means every required class is known available on the target instance. Install success is not readiness.
  • UNKNOWN is not CUSTOM in inspect JSON (coreNodeClasses / resolvedCustomNodeClasses / unknownNodeClasses).
  • Packed-consumer acceptance moved out of Vitest into scripts/test-packed-consumer.mjs (CI + Release).

Existing @stepupgaming/comfy-workflows npm name is updated via OIDC. New Gemmy workflow names remain on GitHub Packages (npmMirrorStatus: deferred-rate-limit).

0.2.10

Choose a tag to compare

@stepupgaming stepupgaming released this 04 Sep 03:44

Verified custom-node dependency resolution and cwf setup.

  • Ranked Registry class lookup is a hint only; packs are verified against pack-version comfy-nodes.
  • Manifest specVersion 1 remains string nodePacks; rich packs are specVersion 2.
  • Setup installs exact Registry versions via ComfyUI-Manager cm-cli. run/inspect/init never install.
  • Library export: @stepupgaming/comfy-workflows/deps.

v0.2.8

Choose a tag to compare

@stepupgaming stepupgaming released this 03 Sep 07:27

Does not rewrite v0.2.0.

Retry first-party t2i 0.2.0 OIDC publish. Core 0.2.7 and hires 0.2.0 already on npm with provenance.

v0.2.7

Choose a tag to compare

@stepupgaming stepupgaming released this 03 Sep 07:21

Does not rewrite v0.2.0.

Trusted publishers are now attached. This release proves OIDC publish of
core 0.2.7 and first-party workflow packages 0.2.0 (peer ^0.2.0).

v0.2.6

Choose a tag to compare

@stepupgaming stepupgaming released this 03 Sep 07:13

Release-correctness follow-up. Does not rewrite v0.2.0–v0.2.5.

  • Pin npm@11 for trusted publishing
  • NPM_CONFIG_REGISTRY without a dummy _authToken
  • Core 0.2.6; first-party packages remain 0.2.0 with peer ^0.2.0