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.
This commit is contained in:
Local Dev 2026-09-09 10:33:23 +02:00
parent 992c02ea89
commit 0f39429d63

14
test-installer.wsb Normal file
View file

@ -0,0 +1,14 @@
<Configuration>
<VGpu>Disable</VGpu>
<Networking>Default</Networking>
<MappedFolders>
<MappedFolder>
<HostFolder>D:\Dev\SilentMode\TheseusNavigator\dist-public</HostFolder>
<SandboxFolder>C:\Users\WDAGUtilityAccount\Desktop\installer</SandboxFolder>
<ReadOnly>true</ReadOnly>
</MappedFolder>
</MappedFolders>
<LogonCommand>
<Command>cmd.exe /c start "" "C:\Users\WDAGUtilityAccount\Desktop\installer\TheseusNavigator-Setup-0.1.0.exe"</Command>
</LogonCommand>
</Configuration>