REPO_B Shim Hardware First
Use this skill to troubleshoot and fix shim issues with real-hardware assumptions.
Operating Rules
- •Assume hardware exists and is the required path.
- •Do not add new stubs, fake fallbacks, or simulation shortcuts.
- •Keep strict env modes explicit during diagnosis.
Strict-Diagnosis Workflow
- •Set strict environment flags.
- •Run doctor and probe checks.
- •Run strict preflight profiles.
- •Fix root cause in real execution path.
- •Re-run checks and capture evidence.
Commands
bash
repo_b_ONLY=1 repo_b_FORCE_REAL=1 REPO_B_INFERENCE_PROVIDER=repo_b_only python3 -m repo_b_repo_b_python_shim --doctor repo_b_ONLY=1 repo_b_FORCE_REAL=1 REPO_B_INFERENCE_PROVIDER=repo_b_only python3 shim_hw_test.py --json --require-hardware
powershell
pwsh -File tools/preflight.ps1 -Fast pwsh -File tools/preflight.ps1 -Hardware -ForceReal -repo_bOnly -VerboseOutput
References
- •Strict command matrix:
references/strict-commands.md