Releases: cyou1314/cinethread
Release list
v0.2.5 - Structured validation issues
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 includeseverity,code,path, andmessage. - Keep existing integrations working: legacy
errors[]andwarnings[]stay unchanged. - Use it in public workflows:
verify-examplesreports the same structured issues for sanitized handoffs. - Fix the smallest problem first: automation can route repairs by stable
codeandpathinstead 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
End-to-end local Skill handoff validation
- Adds
validate-skill-integrationto 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
Metadata-only local Skill adapter
- Adds the
aigc-director-local-skill-adaptercontract, 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-examplesand 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
Feedback-ready verification
- Adds
aigc-director-kit --version, versionedverify-examplesreports, 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
One-command public example verification
- Adds
verify-examplesfor 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
v0.1.4 - multi-case workflow evidence
- 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
- 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
- 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
- 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.