mirror of
https://github.com/rennf93/roboco.git
synced 2026-08-03 07:23:24 +02:00
The AC coverage + roll-up gates (specs 1, 4) are inert until PMs declare which parent criteria each subtask covers. Thread covers_parent_criteria end-to-end so they can: MCP delegate tool -> DelegateRequest schema -> cell_pm + main_pm routes -> DelegateInputs -> child.parent_ac_refs. Additive/optional — no behavior change until a PM populates it; the tool docstring instructs splitting the parent's criteria across subtasks so their union covers all of them. ruff + mypy clean; 107 delegate/flow_server tests green.