basant307/AI_Governance_Project
048
1import { Storage } from '@qwen-code/qwen-code-core';2export function runWithAcpRuntimeOutputDir(settings, cwd, fn) {3 return Storage.runWithRuntimeBaseDir(settings.merged.advanced?.runtimeOutputDir, cwd, fn);4}5//# sourceMappingURL=runtimeOutputDirContext.js.map