You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
isOwnedByActiveRuntime could only ever deny ownership when it read a
RunConfig whose runtime_name positively named a different runtime. Every
ambiguous outcome must default to "owned" so we never silently suppress
reconciliation for a workload we are responsible for.
Check Exists() before reading so a genuinely-missing RunConfig is handled
distinctly from a present-but-unparseable one, trim whitespace-only
runtime_name to the legacy path, and document why the bias toward
ownership is required. Run the eager policy gate before stamping
RuntimeName so a policy denial never dereferences the runtime.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments