Structured plans are carrying repo-scale coding work
Repo-scale coding papers keep writing down structure before code. Contract-Coding is the clearest result: it turns an underspecified request into a Language Contract, uses that contract to coordinate file generation, and reports strong multi-file performance on Greenfield-5. On Roguelike it reaches 47% success, above OpenHands at 30%, MetaGPT and ChatDev at 10%, and FLOW at 0%. The same paper also reports a speed gain from its Hierarchical Execution Graph, cutting Roguelike runtime from 510s to 232s. A second paper broadens the target beyond software tickets: in an Odoo ERP case study, coding agents clear easy business workflows, but scores fall once policy constraints and interdependent decisions pile up. The common thread is explicit task structure. It helps at repository scale, and it still strains when business rules must stay aligned with execution.