What problem does it solve?
It turns release notes into ready-to-post X (Twitter) thread drafts, including per-post character-limit validation and matching screenshots so you can publish faster and stay within platform constraints.
Core Features & Use Cases
- X thread draft generation from release notes: Builds a structured thread (main post, follow-up posts, closing post with hashtags) using the specified version’s release notes.
- Deterministic character-count enforcement: Verifies each post against the 280-character weighted rules (CJK weighting, URL shortening to t.co count) and edits until every post fits.
- Screenshot preparation workflow for attached media: Guides creation or uses Playwright-based MCP tooling (with language set to English) to capture UI screenshots and save them to the required images directory.
Quick Start
Run release-xpost for version 1.0.11 after ensuring docs/release_notes/v1.0.11/release_notes_v1.0.11.md exists and the app is started with yarn start so screenshots can be captured.