Releases: stepupgaming/comfy-workflows
Release list
v0.2.16
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
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
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
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
.tgzis 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
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
Correction release after 0.2.10.
- Candidate discovery uses paginated Comfy Registry search (
/nodes/search?comfy_node_search=); ranked/comfy-nodes/{class}/nodeis a hint only. - Pack-version
/comfy-nodeslists are paginated so verification is not truncated. source: "registry"is a claim. Only positive per-version evidence (verified: true) may auto-install.ready: truemeans 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
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
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
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
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