pub fn active_item_ids(body: &str) -> Vec<String>Expand description
Active (open [ ], not gated, not done) backlog item ids in document order.
Used by the queue attribute on agent:backlog / agent:icebox to
regenerate agent:queue do [#id] prompts (#backlog-queue-sync-attr).
Gated ([/]) and done ([x]) items are excluded — they are not actionable
queue targets. Items without an id are skipped.