REPO_B Shim WSL Hybrid Ops
Use this skill for hybrid Windows+WSL operations.
Workflow
- Start Windows host services first.
- Verify shim/pose/MCP listeners on Windows.
- Verify WSL auxiliary endpoints are reachable from Windows.
- Keep strict hardware checks in Windows lane only.
Scope Boundary
Use this skill only for cross-host topology and connectivity behavior between Windows host services and WSL helpers.
Do not use this skill for:
- Control Center startup UX and endpoint-surface debugging.
- Agent Bridge policy or task-safety gating.
- PR gate execution and documentation synchronization.
Commands
Start host services:
python tools/restart_local_apps.py
netstat -ano | findstr ":9000 :8787 :9550"
Check auxiliary endpoints:
curl http://127.0.0.1:8188/system_stats
curl http://127.0.0.1:9000/v1/models
curl http://127.0.0.1:2337/v1/models
python tools/hybrid_doctor.py --pretty
LM Studio note:
http://127.0.0.1:1234/v1is the direct LM Studio model authority and the success gate for the model lane; use:2337/v1only when explicitly selected and keep MX3:9000support-only.
Hardware strict (Windows-only):
$env:REPO_B_ONLY = "1"
$env:REPO_B_FORCE_REAL = "1"
Reference
references/hybrid-boundaries.md
Loopback
If this lane is unresolved, blocked, or ambiguous:
- Capture current evidence and failure context.
- Route back through
$skill-hubfor chain recalculation. - Resume only after the updated chain returns a deterministic next step.