Member Junction
    Preparing search index...

    Variable EXECUTOR_COLUMNSConst

    EXECUTOR_COLUMNS: readonly ["AgentID", "ActionID", "PromptID"] = ...

    The columns that assign a task to an executor, in the order claim routing tries them.

    Adding a runner means adding its column here and nowhere else — which is the whole point. If a future runner is assigned by something other than a column on the task, this list stops being sufficient and the predicate below must change shape rather than grow.