Manual Test: X Article Draft Lifecycle
This page summarizes the real-world regression flow used to verify X Articles support.
Covered Flow
- create a draft from markdown
- add a cover image
- read the draft by id
- confirm it appears in the draft list
- read the same draft by preview URL
- update the draft body in place
- reread and confirm the update
- delete the temporary draft
Why It Matters
This flow verifies the hardest article path in the current adapter:
- stable draft ids
- stable preview and edit URLs
- cover-image confirmation
- update in place without duplicate drafts
The longer operator-oriented version lives in the repo docs and is intended for maintainers.