feat: add tran win cmd route

This commit is contained in:
Codex
2026-05-25 18:02:40 +00:00
parent 974a7ac666
commit a1841adcaa
8 changed files with 160 additions and 11 deletions
+1
View File
@@ -26,6 +26,7 @@ tran_lock_scope() {
[ -n "$provider" ] || return 1
plane=host
case "$route" in
*:win|*:win/*) plane=win ;;
*:k3s*) plane=k3s ;;
esac
printf '%s\n' "$provider-$plane"