Commit 311e207
skills(pm): the PM's dedup reading rides the dispatch prompt; the dev's own search goes REST (#11870)
Dev usage shaping (option 2 of the 1+2+3 quota ruling): the GraphQL pool is the
scarce bucket, and the dispatched dev — not PM patrol — is the fleet's biggest
consumer of it.
- dispatch-runbook.md: the two dispatch-time readings are now ONE row with one
shared judgement — a reading the PM already holds is handed down once, never
re-run by N devs. The gate list was already there; the dedup/board reading is
the new half (query + timestamp, whole batch shares it, dispatch word says
"treat as given, re-verify only the increment").
- os-dev.md rule 3: search-before-file and list reads go through the REST
channel (list endpoint + local grep), composed BY POINTER with
references/rest-channel.md — stated once, no second copy of the channel table.
Both files land exactly at their line ceilings (405 / 242), paid for in place:
the runbook's two reading rows merged into one, and the file-surface bullet
reflowed from 3 lines to 2 with byte-identical text. No edit to rest-channel.md
or platform-readings.md (both at ceiling, headroom 0).
Claude-Session: https://claude.ai/code/session_01RMTpSRF5CjMmQBFfPtPCwJ
Co-authored-by: Claude <noreply@anthropic.com>1 parent 79cdfe9 commit 311e207
2 files changed
Lines changed: 17 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
54 | 56 | | |
55 | 57 | | |
56 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
215 | | - | |
216 | | - | |
217 | | - | |
218 | | - | |
219 | | - | |
220 | | - | |
221 | | - | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
| |||
0 commit comments