read_files
Read multiple text files in one call, using a ledger to return full content the first time and only changes or markers on re-reads. Inline per-file errors keep the batch running.
Instructions
Read a working set of text files in one call, each through the same lossless ledger as read_file (full on first contact, unchanged-marker or diff on re-reads). One call for N files instead of N calls. Per-file errors are reported inline without failing the batch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paths | Yes | Files to read, in order. | |
| force_full | No | Return full content for every file regardless of ledger state. |