Delimit Content Queue
delimit_content_queueView, seed, or add items to tweet, video, and report queues. Stage report distribution artifacts without publishing.
Instructions
Manage the tweet, video, and report content queues.
When to use: to view, seed, or add to the autonomous content queues that delimit_content_publish drains, or to STAGE a report for distribution (LED-3729). When NOT to use: to publish (use delimit_content_publish) or read upcoming schedule (delimit_content_schedule).
Sibling contrast: delimit_content_publish drains; delimit_content_schedule reads; this mutates the queue.
Side effects: action="seed" populates queue with defaults; action="add" appends tweet items; action="add_report" composes and STAGES report-distribution artifacts (README block / Release note / minimal X mirror) — compose-only, posts NOTHING. action="status" is read-only and now also reports the staged reports-distribution queue.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | No | For "add" — newline-separated tweet texts. For "add_report" — one or more report slugs (newline- or comma-separated). | |
| action | No | "status" (default), "seed", "add", or "add_report". | status |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||