cyberneticlibrary

Launch SkullbonezCore runtime

skore-launchskillsetup L21
skullbonez/SkullbonezCore
What it does

Launch SkullbonezCore exe with correct working directory preservation

Best for

Windows/PowerShell development workflow where asset paths are relative to repo root.

Inputs
  • · repo root path
  • · optional: renderer flags, scene path, vsync setting
Outputs
  • · running process with preserved working directory for asset resolution
Requires
  • · PowerShell Start-Process
  • · SkullbonezCore.exe
Preconditions

SKULLBONEZ_CORE.exe built in Profile/ subdirectory; working directory == repo root

Failure modes
  • · exe missing (build first with tools/validate_build.bat)
  • · working directory not set == asset resolution fails
Trust signals
  • · working directory preservation pattern
  • · PassThru process handle return
  • · build-first guardrail