Skip to main content

Wrong runtime root

Symptom

The orchestrator reports runtime_root mismatch or split-brain runtime.

Resolution

  1. Identify the correct runtime root:
    • Local dev: D:\Projects\ASF50-Platform\ASF50\scripts\goal-runner\local\runtime.
    • Production: the configured production runtime root.
  2. Set $env:ASF50_RUNTIME_ROOT = '<correct root>'.
  3. Pass -RuntimeRoot <correct root> on every CLI invocation.
  4. Run goal-doctor.ps1 to confirm.

See Playbooks → Handle incorrect runtime root.