Codex skill-loader broken symlink recovery Use when a Codex run in fails early with an error like: - Why this matters This failure happens before issue execution meaningfully begins. It is easy to mistake it for a prompt, auth, or issue-scope problem. In practice, the cause can be a broken repo-local symlink under . Detection 1. Inspect the failing process log for errors. 2. Check whether the offending path is a symlink: - 3. Check whether the symlink target actually exists from the repo root: - Known bad state observed in : - - from repo root this resolved to a missing path, so Codex failed…