docs: suffix nc01 workspaces by lane

This commit is contained in:
Codex
2026-07-09 09:49:45 +02:00
parent 8de8ac3691
commit e9457ace4a
7 changed files with 37 additions and 17 deletions
+1 -1
View File
@@ -184,7 +184,7 @@ export function sshHelp(): unknown {
"trans <providerId> skills [--scope all|wsl|windows] [--limit N]",
"trans <providerId> find <path...> [--contains TEXT] [--limit N]",
"trans <providerId> glob [--root DIR] [--pattern PATTERN]",
"trans NC01:/root/hwlab git status --short --branch",
"trans NC01:/root/hwlab-v03 git status --short --branch",
"trans D601:win ps <<'PS'",
"trans D601:win/c/test ps <<'PS'",
"trans D601:win/c/test cmd <<'CMD'",
+1 -1
View File
@@ -18,7 +18,7 @@ export const G14_SOURCE_BRANCH = "v0.3";
export const G14_PROVIDER = "NC01";
export const G14_WORKSPACE = "/root/hwlab";
export const G14_WORKSPACE = "/root/hwlab-v03";
export const V02_LANE_SPEC = hwlabRuntimeLaneSpec("v02") ?? hwlabRuntimeLaneSpec("v03");