run_match
Match a period and get all proofs, refusals, and exceptions—no posting or ledger changes. Use to verify arithmetic independently with your own records.
Instructions
Match one period and return the proofs — no posting, no ledger, no log.
The matching stage on its own, for a caller that wants to check our arithmetic rather than have us close the books. Returns proven matches with their full proofs, everything the verifier refused, and the exceptions raised.
The records are not inlined — 543 rows of this toy corpus is ~342 KB,
most of a context window. fetch_records pages them. But ignore them: ingest
the same source files with the published adapter spec and verify against your
own records. That is what verify_proof is for and it is the only version of
this that proves anything about our honesty.
Matches page too, proofs included, because a caller here is calling for the
proofs. match_page.next_offset is the cursor; it is null when you have
them all, and total is always the real total.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| loop | Yes | ||
| limit | No | ||
| offset | No | ||
| source_set | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||