Commit ef744c4
docs(pm-dispatch): correct rest-channel header's quoted default read order (#13022)
The header cites references/platform-readings.md by name and quotes its
default read order, but quoted the three-tier form git -> REST -> MCP/GraphQL.
The named source has carried the four-tier order git -> payload -> REST ->
MCP/GraphQL since 2026-08-25, when the zero-quota public-repo payload tier was
added. The omitted tier sits above REST precisely for seats whose repo-scoped
REST probe returns 403, for whom the stale header silently degraded the ladder
to git then MCP/GraphQL -- skipping the only tier that costs no quota.
Pointer-style: the spelling is matched to the source; no tier mechanics are
copied here (platform-readings.md stays the single home).
Net 0 lines (87/87, ceiling unchanged). The insertion costs 12 bytes on a line
already at 118 of 120, so the three-line paragraph is re-wrapped to the
canonical wrapLine form. No content cut.
Co-authored-by: Claude <noreply@anthropic.com>1 parent b799ac5 commit ef744c4
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments