| 1 | prompt = "Round-tripping records through writer.py dump() and reader.py load() corrupts the data — the two files disagree about the on-disk format. Make dump() and load() consistent so a dump/load round-trip returns the original records unchanged." |
| 2 | class = "multi-file-bugfix" |
| 3 | max_steps = 15 |
| 4 | timeout_sec = 240 |
| 5 |