build.semanticCuts held 83 entries for 41 auto-cut spans after a commit, with individual objects repeated 2-4 times (the 967896-986525 repetition span appears 4x).
Cause is at commit.ts:584-585: autoCutProposals emits one proposal per overlapping placement with no break, so a span straddling N segments becomes N proposals.
The EDL itself is correct and the duration math closes, so this is a record-inflation problem rather than a cutting problem. It matters for anything that counts cuts from the round record, and it makes the artifact read as though the pass did more than it did.
build.semanticCutsheld 83 entries for 41 auto-cut spans after a commit, with individual objects repeated 2-4 times (the967896-986525repetition span appears 4x).Cause is at commit.ts:584-585:
autoCutProposalsemits one proposal per overlapping placement with nobreak, so a span straddling N segments becomes N proposals.The EDL itself is correct and the duration math closes, so this is a record-inflation problem rather than a cutting problem. It matters for anything that counts cuts from the round record, and it makes the artifact read as though the pass did more than it did.