Skip to content

Releases: cyou1314/cinethread

v0.2.5 - Structured validation issues

Choose a tag to compare

@cyou1314 cyou1314 released this 20 Aug 02:29

What changed

CineThread v0.2.5 makes validation failures easier to understand and easier to route into automation.

  • Find the exact field: new additive issues[] entries include severity, code, path, and message.
  • Keep existing integrations working: legacy errors[] and warnings[] stay unchanged.
  • Use it in public workflows: verify-examples reports the same structured issues for sanitized handoffs.
  • Fix the smallest problem first: automation can route repairs by stable code and path instead of parsing prose.

Try it

Run verify-examples from a checkout, or start with the 60-second trial guide. When a check fails, use its code and path to locate the smallest repair.

Evidence boundary

This release improves deterministic contract diagnostics. It does not claim rendering, media inspection, final video QC, or adoption. The release was verified with 55 unit tests and 13/13 public example checks.

CineThread v0.2.4

Choose a tag to compare

@cyou1314 cyou1314 released this 12 Aug 09:13
30fbb59

End-to-end local Skill handoff validation

  • Adds validate-skill-integration to cross-check a metadata-only local Skill adapter against a project workflow.
  • Verifies stage ownership, Skill labels, output contracts, evidence semantics, required producers, and action-request routing.
  • Rejects high-confidence public leaks such as credential-bearing fields and values, email addresses, and absolute local or network paths without echoing detected values.
  • Adds the integrated handoff to the Python 3.10-3.13 CI matrix and verify-examples.

Validated

  • 54 unit tests passed.
  • Public example verification passed 13 of 13 checks.
  • Ordinary package installation, installed CLI commands, compile checks, and dependency checks passed.

Boundary

A passing result still requires manual privacy review. This release does not copy or execute local Skills, render or generate media, inspect artifacts, perform final video QC, or demonstrate community adoption.

CineThread v0.2.3

Choose a tag to compare

@cyou1314 cyou1314 released this 12 Aug 08:38
1dcc81e

Metadata-only local Skill adapter

  • Adds the aigc-director-local-skill-adapter contract, schema, validator, CLI command, example, and documentation.
  • Lets a public project describe local Skill stage labels, input/output contracts, and evidence semantics without publishing Skill instructions.
  • Adds the adapter manifest to verify-examples and the Python 3.10-3.13 CI matrix.

Validated

  • 44 unit tests passed.
  • Public example verification passed 12 of 12 checks.
  • Ordinary package installation, installed CLI, compile checks, and dependency checks passed.

Boundary

This release does not package or execute local Skills, expose prompts, paths, assets, credentials, or media, launch a runtime, generate content, or claim final video QC.

CineThread v0.2.2

Choose a tag to compare

@cyou1314 cyou1314 released this 12 Aug 08:21
27bbfef

Feedback-ready verification

  • Adds aigc-director-kit --version, versioned verify-examples reports, and safe JSON report export.
  • Adds a verified run feedback form and a 60-second trial guide for actual users.
  • Changes CI to verify an ordinary installed package and its CLI entrypoint on Python 3.10–3.13.

This release does not create or claim independent adoption, and it does not generate, render, inspect media, or perform final video QC.

CineThread v0.2.1

Choose a tag to compare

@cyou1314 cyou1314 released this 12 Aug 08:06
831407c

One-command public example verification

  • Adds verify-examples for a cross-platform, privacy-safe verification report across all public examples.
  • Updates the Windows launcher, quick start, contribution guide, feedback template, and CI.
  • Keeps the core standard-library-only and validates deterministic contracts and dry-run handoffs only.

This release does not render or generate media, open private assets, or claim final video QC.

CineThread v0.2.0

Choose a tag to compare

@cyou1314 cyou1314 released this 12 Aug 07:32
b588634

What's Changed

New Contributors

Full Changelog: v0.1.4...v0.2.0

v0.1.4 - multi-case workflow evidence

Choose a tag to compare

@cyou1314 cyou1314 released this 12 Aug 03:35
  • Add two sanitized cases from real local previs forward tests.\n- Add regression coverage for four public workflow cases.\n- Add transparent feedback guidance, including the boundary for a maintainer's second account.

v0.1.3 - sanitized real workflow case

Choose a tag to compare

@cyou1314 cyou1314 released this 12 Aug 03:21
  • Add a sanitized 4-second one-take plan derived from a real local previs workflow.\n- Validate the new case in CI.\n- Keep private scene assets and render outputs out of the repository.

v0.1.2 - one-click Windows examples

Choose a tag to compare

@cyou1314 cyou1314 released this 12 Aug 03:17
  • Add a Windows double-click launcher for the public examples.\n- Run directly from the source tree without installing runtime dependencies.\n- Add English action aliases and regression coverage.

v0.1.1 - CI and reproducible workflow evidence

Choose a tag to compare

@cyou1314 cyou1314 released this 12 Aug 03:09
  • Add GitHub Actions tests for Python 3.10-3.13.\n- Add a sanitized, reproducible workflow case study.\n- Clarify the validate-plan continuity warning behavior.\n- Add public repository metadata and issue tracking.