Overnight worktree verification fallback Use this after overnight parallel Codex runs in workspace-hub-style repos. Core problems this skill handles 1. A worker lands a commit on , but the isolated worktree remains at an older local . 2. A second worker verifies the same issue and correctly decides not to push because the change already landed elsewhere. 3. A planning-only worker cannot run due to sandbox permissions, yet still writes review artifacts. 4. Morning verification can be misled by stale local worktrees, empty logs, or self-review artifacts that look like true cross-provider review…