mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-08-30 04:40:37 +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.