{"version":3,"file":"scope.cjs","sources":["@gensx/core/../../../../src/scope.ts"],"sourcesContent":["import { getWorkflowContext } from \"./workflow-context.js\";\n\n/**\n * Get the execution scope passed to the workflow execution.\n * This includes any scoped token metadata or other execution context.\n *\n * @returns The execution scope object, or empty object if no execution scope is available\n */\nexport function getExecutionScope(): Record<string, unknown> {\n  const context = getWorkflowContext();\n  return context?.executionScope ?? {};\n}\n"],"names":["getWorkflowContext"],"mappings":";;;;;;;;;;AAEA;;;;;AAKG;SACa,iBAAiB,GAAA;AAC/B,IAAA,MAAM,OAAO,GAAGA,kCAAkB,EAAE;AACpC,IAAA,OAAO,OAAO,EAAE,cAAc,IAAI,EAAE;AACtC;;;;"}