How to read this

Five items below. For each, option A is my recommendation. Reply with the letter for each item (e.g., "1A, 2B, 3A, 4C, 5A") and I will act on them in the next run.


1. Word count on the three drafts (2,070 / 1,915 / 1,645 words vs 3,000-word default target)

The drafts are tight, well-cited, and on-brand. The target is 3,000 words for AI discoverability + authority. Meniscus is the furthest off.


2. Meniscus slug collision (meniscus-tear-car-accident already taken by legacy draft 61876, new post forced to -2)


3. wp-content-deployer skill update (initial deploy created posts with empty content)

Root cause: Get-Content -Raw + Invoke-RestMethod -Body $bodyBytes produced an empty content.raw server-side. Fixed by switching to [IO.File]::ReadAllText + ConvertTo-Json -Compress + [Text.Encoding]::UTF8.GetBytes.