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.
Commands
Start host services:
powershell
python tools/restart_local_apps.py netstat -ano | findstr ":9000 :8787 :9550"
Check auxiliary endpoints:
powershell
curl http://127.0.0.1:8188/system_stats curl http://127.0.0.1:1234/v1/models python tools/hybrid_doctor.py --pretty
Hardware strict (Windows-only):
powershell
$env:repo_b_ONLY = "1" $env:repo_b_FORCE_REAL = "1"
Reference
- •
references/hybrid-boundaries.md