forked from heavy-duty/ceremony
The round protocol told the author to re-request exactly the reviewers who did not approve, but the handoff predicate counts an approval only at the current head: any push while answering a round staled the earlier approver's verdict, doctrine said not to re-request them, and the PR could never converge — the silent-stall shape of #26/#39. Step 2 now re-requests by head, not by verdict: every panelist after a push, the non-approvers alone at an unchanged head. Shape 2's wording is aligned so the two paragraphs agree. Defect raised by dan-claude-bot on #190; folded in at the operator's direction while the paragraph is open. Refs #189. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
16 lines
864 B
Markdown
16 lines
864 B
Markdown
### Changed
|
|
|
|
- `BUILDER.md` gates both review-request points on a green check at the
|
|
head, carries crew#45's argued exception for failures outside the PR,
|
|
and states the ruled classification: cancelled and stale are not a
|
|
green head; skipped and neutral are (#189).
|
|
- `BUILDER.md` documents CI-red recovery in pickup precedence: a red head
|
|
of your own PR is picked up before claiming another issue, is never a
|
|
parked claim, and follows crew#17's recovery path (#189).
|
|
- `FLEET.md` writes the ci-red wake into the duty order between resume
|
|
and build, marked on paper until crew#64 merges, with the
|
|
reconciliation stamp unchanged (#189).
|
|
- `BUILDER.md` re-requests by head, not by verdict: a push while
|
|
answering a round stales every approval, so every panelist is
|
|
re-requested; only an unchanged head re-requests the non-approvers
|
|
alone (#190).
|