@@ -77,6 +77,14 @@ Only the designated coordinator may run `deploybot promote`, `deploybot react`,
7777pause, freeze one exact batch, preserve first-in order unless dependencies
7878require otherwise, and skip blocked items that do not block independent work.
7979
80+ Use ` deploybot react --follow --dispatch-ci ` for queue-changing coordination.
81+ ` deploybot follow ` is release-only: it follows the current ` main ` revision but
82+ never promotes or drains queued pull requests. Do not substitute it for
83+ ` react ` when work is queued.
84+ In GitHub Actions, keep queue reaction and release-only follow in separate
85+ concurrency groups so ` release_admission = "merged" ` can admit more work while
86+ one follower owns cumulative exact-main CI and deployment.
87+
8088Merge independent ready pull requests back-to-back. Route source-overlap groups
8189through ` deploybot integrate ` ; when policy mode is ` all ` , validate the entire
8290frozen batch through that cumulative PR. Never invent a conflict resolution.
@@ -86,6 +94,13 @@ its new exact head passes. Keep release tracking event-driven: in
8694after a healthy merge while later events continue CI, deployment, and health
8795tracking. Scheduled reconciliation is a fallback, not the normal promotion path.
8896
97+ For queue-wide requests such as "all open PRs," treat the target set as live,
98+ not as the first snapshot. After each verified cumulative release, refresh
99+ ` deploybot status --json ` , ` deploybot plan --json ` , and the provider's open-PR
100+ list once more. Admit newly opened authorized work and react again. Stop only
101+ when the queue, unbound list, and provider open-PR list are all empty at the
102+ same fresh boundary; do not leave a tight idle polling loop behind.
103+
89104Genuine repair blocks may hold overlapping ready work for the configured bounded
90105repair window, but they remain merge-ineligible until the trusted source agent
91106resumes the freshly reviewed exact head. If ` main ` advances while a repair is
0 commit comments