Dashboardopencode-loreRecall coverage completion, progress, a…

Recall coverage completion, progress, and privacy invariants

Category: gotcha
Confidence: 1.00
ID: 01a0a657-a44d-7383-8f58-367471b75f7b
Project ID: 6f4be9ff-ed84-4cca-a9e7-732a0b0b8677
Cross-project: No
Recalled in other projects: 0
Source session: 03Bpqv7Mh1bVI6V8b
Created: 2026-09-10 19:30:48
Updated: 2026-09-15 18:32:36

Content

A detail response is complete only when its completion marker is non-zero; text alone cannot prove completion. Count zero-length coverage only for a complete detail item with length 0, because only that proves the source has no body. Only retained duplicate coverage keys prove no progress; undefined, oversized, unknown, or FIFO-evicted coverage resets the counter. Stop after the third consecutive proven no-progress result (>2). RecallCoverage is private in-process metadata: runRecallWithMetadata() may return it to callers, but rendered output and telemetry must never expose revisions, coverage keys, source identities, or related fields.

Move to: