envelope_pending_read
List envelope proposals awaiting operator ratification, oldest first. Optionally expands precedent IDs into active list so ratify decisions are made in one glance.
Instructions
List envelope PROPOSALS awaiting operator ratification. Oldest first by default so the queue is drained in FIFO order. Read-only.
This is the operator's queue view for the accrual loop — see docs/design/envelope-accrual.md.
When include_precedents is True (default, PR10), each row's
precedent_ids are expanded into a precedents_expanded list
of the full currently-active envelope rows they name. That's what
turns a ratify into one glance ("confirm precedents X, Y or
override") rather than a two-hop dance through envelope_list.
Precedent IDs that no longer resolve to an active envelope are
silently dropped from the expansion (revoked / hand-edited registry);
precedent_ids itself stays intact as tamper evidence.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| oldest_first | No | ||
| include_precedents | No |