fix(acpx): default strict windows wrapper policy on windows

This commit is contained in:
Peter Steinberger
2026-03-02 01:31:23 +00:00
parent f8459ef46c
commit 68a8a98ab7
12 changed files with 195 additions and 34 deletions

View File

@@ -20,7 +20,7 @@ describe("acpx plugin config parsing", () => {
expect(resolved.expectedVersion).toBe(ACPX_PINNED_VERSION);
expect(resolved.allowPluginLocalInstall).toBe(true);
expect(resolved.cwd).toBe(path.resolve("/tmp/workspace"));
expect(resolved.strictWindowsCmdWrapper).toBe(false);
expect(resolved.strictWindowsCmdWrapper).toBe(true);
});
it("accepts command override and disables plugin-local auto-install", () => {