DAFT - v1.0.0
    Preparing search index...

    Variable predicatesConst

    predicates: Record<string, Predicate> = ...

    Registry of built-in predicates.

    Predicates determine when a step should stop iterating. Each predicate is a function that takes the current data and returns an object with ok (success) and optional msg (failure reason).