Commit 017c27e
docs(pm-dispatch): harden gate-label writes to read-modify-write + read-back (#9479)
Short-term hardening per the 2026-08-18 maintainer ruling: every label write
is now a hard four-step read-modify-write (fetch current set, add/remove only
the intended label, write the merged set, read back to verify), so a
concurrent whole-set PUT from another seat cannot silently strip a
gate-carrying label. The needs:contract-review review-chain bullet records
the carrier ruling verbatim: the gate stays on the label, no migration to PR
review / Request Changes.
Claude-Session: https://claude.ai/code/session_01Rn7aaamsR99FXRqLcpL99q
Co-authored-by: Claude <noreply@anthropic.com>1 parent 8131686 commit 017c27e
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
107 | | - | |
| 106 | + | |
| 107 | + | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| |||
510 | 510 | | |
511 | 511 | | |
512 | 512 | | |
513 | | - | |
| 513 | + | |
514 | 514 | | |
515 | 515 | | |
516 | 516 | | |
| |||
0 commit comments