pub async fn execute_instructions(
instructions: Vec<EditInstruction>,
runner: &mut TurnRunner,
event_tx: &UnboundedSender<AgentEvent>,
working_dir: &Path,
) -> (Vec<String>, bool)Expand description
Execute a list of edit instructions in EXECUTE mode. Each instruction runs in isolation: fresh file read + minimal context. Returns a summary of results.