Expand description
Capture completeness: deterministic, read-only detection of structural gaps in a task’s captured history. Measure + flag only — no mutation.
Structs§
Enums§
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.