Skip to content

rulvar API reference


rulvar API reference / @rulvar/plan / PLAN_SCOPE

Variable: PLAN_SCOPE

ts
const PLAN_SCOPE: "plan" = 'plan';

Defined in: packages/plan/src/plan-state.ts:23

The single sequential scope holding every plan-mutating entry, inside the orchestrator's run scope: total order = ordinal order = durable append order. Child node scopes are plan/NodeId (core planNodeScope).