Delimit Content Publish
delimit_content_publishNeed to publish queued content on demand? Trigger the next tweet or YouTube video upload, or stage a report's distribution artifacts without posting to live channels.
Instructions
Manually trigger a content publish (tweet, YouTube video, or report) (Pro).
When to use: to fire off the next queued tweet or video on demand, or to STAGE distribution of the next mature report across owned broadcast surfaces (README / GitHub Release note / minimal X mirror). When NOT to use: to inspect the queue (use delimit_content_schedule) or modify it (delimit_content_queue).
Sibling contrast: delimit_content_schedule reads; delimit_content_queue mutates queue; this performs a single publish step.
Side effects: for tweet, posts the next queued tweet; for youtube, generates and uploads. For "report" (LED-3729) it is COMPOSE + STAGE ONLY — it writes composed distribution artifacts to a local staging queue and posts NOTHING to X and creates NO live GitHub Release.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content_type | No | "tweet" (default) to post next queued tweet, "youtube" to generate + upload the next video, or "report" to STAGE (compose, not post) distribution for the next report. | tweet |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||