Commit 76c9fab
docs(pm): base the REST draft-flip row on a probe, not the docs (#17597)
* docs(pm): base the REST draft-flip row on a probe, not the docs
`rest-channel.md` 不可迁移 item 1 recorded the draft-to-ready flip as
REST-unsupported on documentation — its own words, 「与第 5 条同批核对官方
文档,未逐个实调」. It is measured now, and the measurement is stronger than
the doc implied: REST `PATCH /pulls/{n}` with `{"draft": false}` answers
HTTP 200 and changes nothing (read-back still `draft = true`, body
untouched). A success code therefore proves nothing and the read-back is
the only tell — the failure mode a documented *absence* does not warn
about, because a reader pictures an error they would notice.
The verdict is unchanged (GraphQL-only mutation; the egress proxy serves
only the pinned PR-review GraphQL set) and the 断粮出路 stays; only the
basis moves, and the working channel is now named rather than implied.
Two lines rewritten in place, net 0 lines (82/82 on the line ratchet),
each line within the 120-byte cap.
Claude-Session: https://claude.ai/code/session_01YKEjmbYNvYWJvWGSWx26zK
Co-authored-by: Claude <noreply@anthropic.com>
* docs(pm): keep the documentary-basis disclosure on 不可迁移 item 5
The parenthetical the previous commit deleted from item 1 was the only
place in `rest-channel.md` disclosing that item 5 — `issue transfer` as
GraphQL-only — also rests on a documentation check rather than a probe.
Item 5 did not say so itself, so that disclosure would otherwise exist
nowhere in the file. It now sits on item 5, where a reader of item 5 will
actually meet it.
One line, one token wider: line 61 goes 82 to 105 bytes, the file stays
82 lines at ceiling 82, and every other line — item 5's continuation
included — is byte-identical.
Claude-Session: https://claude.ai/code/session_01YKEjmbYNvYWJvWGSWx26zK
Co-authored-by: Claude <noreply@anthropic.com>
---------
Co-authored-by: Claude <noreply@anthropic.com>1 parent 1a08932 commit 76c9fab
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | | - | |
| 54 | + | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
0 commit comments