refactor: route inline eval through command analysis

This commit is contained in:
Peter Steinberger
2026-05-03 13:22:54 +01:00
parent 99176e1950
commit bd0e10a2f6
15 changed files with 94 additions and 66 deletions

View File

@@ -92,7 +92,7 @@ vi.mock("../infra/exec-approvals.js", () => ({
})),
}));
vi.mock("../infra/exec-inline-eval.js", () => ({
vi.mock("../infra/command-analysis/inline-eval.js", () => ({
describeInterpreterInlineEval: vi.fn(() => "inline-eval"),
detectInterpreterInlineEvalArgv: detectInterpreterInlineEvalArgvMock,
}));