Files
openclaw/src/plugin-sdk/exec-approvals-runtime.ts
2026-05-30 00:04:06 +10:00

8 lines
203 B
TypeScript

// Exec approval policy file helpers without the broad infra-runtime barrel.
export {
loadExecApprovals,
resolveExecApprovalsFromFile,
type ExecApprovalsFile,
} from "../infra/exec-approvals.js";