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
refactor(bootstrap): deduplicate runtime resolution for gateway connections
Add connect_for_gateway(name) helper that resolves the container runtime
from stored gateway metadata first, falling back to detect_runtime() with
full error propagation instead of silently defaulting to Docker.
Replace the duplicated inline metadata-detect-fallback blocks in
extract_and_store_pki and gateway_container_logs with the new helper.
0 commit comments