fix(infra): break exec safe-bin import cycle

This commit is contained in:
Vincent Koc
2026-04-04 13:53:22 +09:00
parent 8a3d946f4a
commit 230a39797a
2 changed files with 1 additions and 2 deletions

View File

@@ -3,7 +3,6 @@ import {
resolveCommandResolutionFromArgv,
type CommandResolution,
} from "./exec-command-resolution.js";
export { DEFAULT_SAFE_BINS } from "./exec-safe-bin-policy.js";
export {
matchAllowlist,

View File

@@ -1,4 +1,4 @@
import { parseExecArgvToken } from "./exec-approvals-analysis.js";
import { parseExecArgvToken } from "./exec-command-resolution.js";
import {
buildLongFlagPrefixMap,
collectKnownLongFlags,