From 0f39429d6380670525727d18c2b0324f9f08a595 Mon Sep 17 00:00:00 2001 From: Local Dev Date: Wed, 9 Sep 2026 10:33:23 +0200 Subject: [PATCH] chore: push-split helper for per-project forge repos + Windows Sandbox installer config scripts/push-split.sh pushes one monorepo subdirectory to its matching split repo on Hephaestus via an ephemeral git-subtree-split branch, so history is preserved on the forge side. The remote name is derived from the directory (Navigator/Resolver suffix stripped) or passed explicitly. TheseusNavigator/test-installer.wsb is a Windows Sandbox profile that maps dist-public read-only and launches the setup exe on logon, for clean-machine installer checks. --- test-installer.wsb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 test-installer.wsb diff --git a/test-installer.wsb b/test-installer.wsb new file mode 100644 index 0000000..3a2e368 --- /dev/null +++ b/test-installer.wsb @@ -0,0 +1,14 @@ + + Disable + Default + + + D:\Dev\SilentMode\TheseusNavigator\dist-public + C:\Users\WDAGUtilityAccount\Desktop\installer + true + + + + cmd.exe /c start "" "C:\Users\WDAGUtilityAccount\Desktop\installer\TheseusNavigator-Setup-0.1.0.exe" + +