Commit 076ee33
committed
docs(agents): wrap the new clause to the ratchet's 120-byte line budget
`check:pm-skill-ratchet` prices a per-session token read in BYTES, not display
columns, so the CJK lines landed at 137-140B against a 120B budget. Re-wrapped at
legal break points (spaces, and between two CJK characters) with the content
byte-identical — 8 lines become 9; the file is 459 of a 469 ceiling.
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_019RfFHiRCSs3JXLK4cwcfox1 parent 6aac37c commit 076ee33
1 file changed
Lines changed: 9 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
232 | | - | |
233 | | - | |
234 | | - | |
235 | | - | |
236 | | - | |
237 | | - | |
238 | | - | |
239 | | - | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
240 | 241 | | |
241 | 242 | | |
242 | 243 | | |
| |||
0 commit comments