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.
The drafts are tight, well-cited, and on-brand. The target is 3,000 words for AI discoverability + authority. Meniscus is the furthest off.
meniscus-tear-car-accident already taken by legacy draft 61876, new post forced to -2)meniscus-tear-car-accident so the canonical URL is clean. The legacy draft has been sitting unpublished; the new content is more complete.meniscus-tear-car-accident-2 and let SEO sort it out.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.
wp-content-deployer to use the ReadAllText + Compress pattern, and add a post-deploy verify step that re-reads content.raw and fails the run if it is empty. Prevents silent empty-content deploys going forward.