Closure-first overnight batch Use this when a repo has many open issues, but live state may be stale and only some lanes are truly ready for implementation. When to use - Overnight batch with multiple Codex terminals/worktrees - Backlog contains several issues - You suspect queue drift: some issues may already be implemented, others may really be blocked by shared CI/governance infrastructure - You want maximum morning impact, not maximum overnight token burn Core idea Do not spend the whole night implementing by default. Instead, split the batch into three types of lanes: 1. verify-close lan…