Skip to main content

Module completeness

Module completeness 

Source
Expand description

Capture completeness: deterministic, read-only detection of structural gaps in a task’s captured history. Measure + flag only — no mutation.

Structs§

CompletenessReport
Gap

Enums§

GapKind

Functions§

assess
Assess a task’s captured history for structural gaps. Deterministic and read-only. pending_count (project-level unprocessed entries) is injected so this fn stays filesystem-free and unit-testable.
pending_count
Best-effort count of unprocessed pending entries for the cwd’s project. Returns 0 on any resolution/IO error — the PendingLeak rule then stays silent rather than failing the whole assessment.
render_section
Render the Completeness section, or None when there are no gaps.