OpenCLI AutoFix — Automatic Adapter Self-Repair When an command fails because a website changed its DOM, API, or response schema, automatically diagnose, fix the adapter, and retry — don't just report the error. Safety Boundaries Before starting any repair, check these hard stops: - (exit code 77) — STOP. Do not modify code. Tell the user to log into the site in Chrome. - (exit code 69) — STOP. Do not modify code. Tell the user to run . - CAPTCHA / rate limiting — STOP. Not an adapter issue. Scope constraint: - Only modify the file at — this is the authoritative adapter location (may be in re…