This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+1 more
Summary
AI summaryAdded Cut intermediate representation and a mechanical cut proposer for transcript-driven editing.
Full changelog
First phase of transcript-driven editing: a Cut intermediate representation and a mechanical cut proposer.
- Added
src/utils/cut_ir.py— the Cut-IR: a typed representation of an editorial cut ({kind, span, action, confidence, rationale, evidence}) plus a deterministic Pass-1 detector that flags filler words, long pauses, and repeated lines from a timestamped transcript. No LLM. - Added
timeline(action="propose_cuts", cues?, long_pause_frames?)— a DRY-RUN that runs Pass-1 over the timeline's subtitle transcript (or provided cues) and returns a CutList. It proposes only; it applies nothing.
The semantic Pass-2 and the governed timeline executor (which applies cuts as versioned, confirm-gated edits) are subsequent phases. Live-validated on DaVinci Resolve Studio 21.0.0.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
Related context
Beta — feedback welcome: [email protected]