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
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
Mutate One Track Item On An Isolated Sequence
Creates a fresh sequence from one source item, renames, disables, moves, and clones the first clip, then verifies each observable mutation.
Topics: track items, timeline mutation
Source: patterns/ex-track-item-mutate-on-isolated-sequence.json