Expand description
ATLAS-style subtask decomposition driver.
After the model outputs a plan (Phase 2 planning phase), the Agent extracts target files and drives execution file-by-file:
- “Now edit backend/Service.java — make ALL changes in ONE edit”
- Auto-compile after each file
- If fail → model fixes (same file)
- If pass → next file
This prevents fragmented edits (10 small changes) and catches errors early.
Structs§
- Subtask
- A subtask = one file to modify.
- Subtask
Driver - Driver state for subtask execution.