autonomous intelligent information publishing - MVP

REVISIONS

What this covers: querying the REVISIONS entity (8 rows; label field ID).

Why you need it: list, fetch, count, and aggregate revisions; answer "which/how many/how much" questions.

Syntax:

Returns: JSON rows plus _meta (provenance, epoch, related follow-up queries, hints).

Workflows:

1. COUNT REVISIONS - size the data before listing.

2. COUNT REVISIONS BY MODIFIED_BY then LIST REVISIONS WHERE MODIFIED_BY IS "alice@acme.com" LIMIT 10 - segment, then drill in.

3. SUM REVISIONS SIZE_BYTES BY MODIFIED_BY - aggregate by segment.

4. RESOLVE REVISIONS "<fuzzy name>" then GET REVISIONS "<canonical>" - resolve before fetching when a name lookup misses.

Constraints: