Member Junction
    Preparing search index...

    Variable SAFE_EXPRESSION_GLOBALSConst

    SAFE_EXPRESSION_GLOBALS: ReadonlySet<string> = ...

    Every global name a condition may reference, as a namespace or as a bare callable.

    This is the single source of truth for the ambient globals of the condition dialect. It lives beside the policy screen that enforces it so a caller validating conditions ahead of evaluation (ai-core-plus's task-graph door) cannot bless a name the runtime would refuse — the failure mode that shipped once already, where the door's own list and the evaluator disagreed silently.