pub fn decompose(cfg: &Config, repo: &Repo, tracker: i64) -> Vec<i64>Expand description
Work the checklist in one tracker, and hand back the children to work.
The children are ordinary issues from here on: they go through two agent triage like anything else, which is what makes deterministic extraction safe. An item that is stale or already fixed is declined there rather than judged here.