Skip to content

Releases: xinjian0101/continuity-director

Continuity Director v0.8.42

Pre-release

Choose a tag to compare

@github-actions github-actions released this 19 Jun 14:34
25406c5

Continuity Director v0.8.42

Maintenance release containing exactly 20 sequential hardening iterations.

Highlights

  • Safer JSON, collection, manifest, storyboard, quality, ranking, and dependency inputs.
  • Finite-safe numeric handling for scores, thresholds, weights, durations, and retry delays.
  • Deterministic execution plans and order-preserving checkpoint recovery.
  • Deletion-aware three-way merge conflict diagnostics.
  • Stable no-op migrations and explicit hash verification reasons.
  • Canonical environment inventories.
  • Reproducible, symlink-safe release ZIP archives.
  • Stronger release validation and comprehensive regression coverage.
  • Failure-safe browser storage, node creation, and Starter Chain rollback.

Public maintenance evidence

  • Issue #20: 20-iteration hardening plan.
  • PR #21: exactly 20 sequential commits.
  • docs/ITERATION_LOG_v0.8.42.md: commit-by-commit maintenance record.
  • Issue #22: release synchronization.

Verification

The hardening PR passed:

  • Python 3.10, 3.11, and 3.12.
  • Python compilation.
  • Maintainer-health checks.
  • ComfyUI lifecycle import.
  • Existing and new unit tests.
  • Release and installable-package validation.
  • JavaScript syntax validation.
  • Main and reliability dashboard smoke tests.

Installation

Download continuity-director-v0.8.42.zip and continuity-director-v0.8.42.zip.sha256. Verify the checksum, extract ComfyUI-ContinuityDirector into ComfyUI/custom_nodes, and restart ComfyUI.

Limitations

This remains a maintained preview release. Automated tests do not guarantee compatibility with every ComfyUI frontend, operating system, model, GPU, or third-party custom node. Report reproducible compatibility defects through the structured GitHub Issue forms.

Continuity Director v0.8.22

Pre-release

Choose a tag to compare

@github-actions github-actions released this 19 Jun 13:07
358a78f

Continuity Director v0.8.22

Maintenance patch focused on real frontend defects found during Windows ComfyUI validation.

Fixed

  • Starter Chain now uses a size-aware multi-column layout instead of fixed offsets.
  • Generated starter nodes no longer overlap in the frontend regression fixture.
  • Sidebar footer and about badge now report the canonical v0.8.22 version.
  • Release-package workflow now derives artifact names and ZIP paths from VERSION.
  • Continuity Director styling now enforces minimum node width and height.

Verification

  • Python 3.10, 3.11, and 3.12 CI matrix.
  • ComfyUI lifecycle import smoke test.
  • Unit and version-consistency tests.
  • JavaScript syntax checks.
  • Main dashboard and reliability dashboard smoke tests.
  • Starter layout overlap regression test with realistic node dimensions.
  • Release structure and installable ZIP validation.

Installation

Download continuity-director-v0.8.22.zip, verify it with the accompanying SHA-256 file, extract ComfyUI-ContinuityDirector into ComfyUI/custom_nodes, and restart ComfyUI.

Maintenance evidence

  • Public bug report: Issue #17.
  • Bug audit: docs/BUG_AUDIT_v0.8.22.md.
  • Changelog entry and version-consistency enforcement.

This remains a maintained preview release.

Continuity Director v0.8.21

Pre-release

Choose a tag to compare

@github-actions github-actions released this 19 Jun 10:34
f3a04d2

Continuity Director v0.8.21

Maintained preview release focused on open-source stewardship, reproducible packaging, and verifiable project maintenance.

Highlights

  • 20 continuity, directing, quality, runtime, collaboration, export, and reliability nodes.
  • English, Simplified Chinese, and bilingual dashboard modes.
  • Public maintainer ownership, governance, roadmap, support, security, and release policies.
  • Structured bug, feature, and opt-in adoption reports.
  • Automated maintainer-health checks and weekly GitHub Actions dependency updates.
  • Version-driven installable ZIP creation with a published SHA-256 checksum.
  • Automatic GitHub prerelease creation after the validated version update reaches main.

Validation

The release workflow runs Python compilation, maintainer-health validation, ComfyUI lifecycle import, unit tests, release-structure validation, frontend syntax checks, dashboard smoke tests, and installable ZIP creation. CI covers Python 3.10, 3.11, and 3.12 before merge.

Installation

Download continuity-director-v0.8.21.zip, extract the included ComfyUI-ContinuityDirector folder into ComfyUI/custom_nodes, and restart ComfyUI.

Upgrade

Replace the existing plugin folder with the release package or run git pull in a Git installation. Keep a copy of production workflows before upgrading.

Known limitations

  • This remains a maintained preview release.
  • Automated CI does not replace clean Windows and real ComfyUI installation testing.
  • Continuity Director structures production state and decisions; it does not guarantee pixel-perfect character identity.
  • External models, ComfyUI versions, third-party nodes, and operating systems remain separate compatibility boundaries.

Compatibility reports are welcome through the structured GitHub Issue forms.