writes


Description:

public ArrayList<WriteChange> writes { get; set; }

Write operations parsed from the write executor output.

Filled by ResultParser.exec_extract when the skill lists write_file. Cleared at the start of each executor retry in run. Empty for normal executor paths — run still iterates without branching.