Commit 51b024a
docs(pm): platform-readings.md undraft rows name the ccr REST route beside MCP (#17828)
The three undraft rows in
`.claude/skills/pm-dispatch/references/platform-readings.md` said that
MCP was the only channel that can take a pull request out of draft, and
that a seat whose GraphQL pool has hit zero can do nothing but wait for
the reset. Two seats measured otherwise on 2026-09-12, both with
read-back: the session proxy refuses naked GraphQL, its refusal names
REST routes carried on the seat's own credential, and `POST
.../pulls/{n}/ccr/ready_for_review` really does flip a draft. The rows
now name both channels, keep the naked `PATCH /pulls/{n}` 200 no-op as
the forbidden reading with its own 2026-09-11 date, and state read-back
through `GET /pulls/{n}` as the criterion. Rewritten in place — three
lines out, three lines in — so the file stays at 449 lines against its
449 ceiling and every other byte of it is unchanged.
Fixes #17824
## Acceptance notes
**Premises, checked on `origin/main` `f830fa21` before the first edit**
1. ✅ Lines 47–49 read exactly as the card quotes them, byte for byte.
Lines 50 / 58 / 60 are untouched; the diff is `3 insertions(+), 3
deletions(-)` on one file.
2. ✅ The file is 449 lines and `scripts/pm/check-skill-line-ratchet.mjs`
pins it at CEILINGS 449 with headroom 0, `MAX_LINE_BYTES = 120` per
prose line, and a widest-table-row pin of 0 (the file carries no table
row). `pnpm check:pm-skill-ratchet` prints `platform-readings.md is 449
lines (ceiling 449; headroom 0)` and `widest table row is 0 bytes (pin
0; headroom 0)`. No ceiling, no `ruledRaises` record and no
`CROSS_FILE_MOVES` participant was touched — a same-count, same-width
edit moves nothing in the ratchet.
3. 1 parent bac22eb commit 51b024a
1 file changed
Lines changed: 3 additions & 3 deletions
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | | - | |
49 | | - | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
0 commit comments