mirror of
https://github.com/deepseek-ai/deepseek-harness
synced 2026-08-15 21:04:50 +00:00
Codex review caught three procedure defects: the dependent check used bare 'gh pr list', whose default pagination can hide an open dependent and make branch deletion look safe (now --state open --limit 1000); the refresh step merged local master, which 'gh pr merge' leaves stale (now fetch and merge origin/master); and the quick checklist omitted pushing the dependent after the local merge.