feat(core,cli): harden windows sandboxing and add platform-agnostic tests

This commit is contained in:
mkorwel
2026-03-13 17:17:26 +00:00
parent 1425e94975
commit 7814427a1e
8 changed files with 206 additions and 50 deletions
@@ -4,6 +4,8 @@
* SPDX-License-Identifier: Apache-2.0
*/
/* eslint-env node */
import { spawnSync } from 'node:child_process';
import path from 'node:path';
import fs from 'node:fs';