mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-20 21:23:23 +00:00
fix(infra): break exec safe-bin import cycle
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { parseExecArgvToken } from "./exec-approvals-analysis.js";
|
||||
import { parseExecArgvToken } from "./exec-command-resolution.js";
|
||||
import {
|
||||
buildLongFlagPrefixMap,
|
||||
collectKnownLongFlags,
|
||||
|
||||
Reference in New Issue
Block a user