Logic Compare
Compares a and b and returns a boolean result.
Inputs
| Input | Required | Value Kind | Types | Enum Values |
|---|---|---|---|---|
op | no | string | enum-string | EQ, NEQ, LT, LTE, GT, GTE |
a | yes | expression | — | — |
b | yes | expression | — | — |
Notes
No additional notes are available yet.
Examples
Probe Basic Transcript Readiness
Checks transcript presence for the first selected project item, exports transcript JSON when present, and logs obvious placeholder signals without pretending to certify completion.
Topics: semantic probing, transcript readiness, discovery probes
Source: probes/ex-transcript-readiness-selected-project-item.json
Apply Scene Edit Cuts With Adjacent Clips
Applies Premiere Scene Edit Detection to one middle clip, fully relists the track, and verifies that directly adjacent clips keep their timeline and source ranges.
Topics: scene edit detection, timeline cuts, neighbor clips, runtime validation
Source: patterns/ex-scene-edit-detect-apply-cuts-with-neighbors.json
Mutate And Restore One Project Item
Renames and relabels the source project item, then restores both properties so the fixture remains clean.
Topics: project items, metadata mutation
Source: patterns/ex-project-item-mutate-and-restore.json