pub fn parse_work_items(content: &str) -> Result<Vec<WorkItem>, String>
Parse a split response into work items. Tolerates markdown fences and prose by extracting the outermost [ … ]. (Ported from the deleted imperative engine.)
[ … ]