Wrong runtime root
Symptom
The orchestrator reports runtime_root mismatch or split-brain runtime.
Resolution
- Identify the correct runtime root:
- Local dev:
D:\Projects\ASF50-Platform\ASF50\scripts\goal-runner\local\runtime. - Production: the configured production runtime root.
- Local dev:
- Set
$env:ASF50_RUNTIME_ROOT = '<correct root>'. - Pass
-RuntimeRoot <correct root>on every CLI invocation. - Run
goal-doctor.ps1to confirm.