Task · CAOT-0003

Checkpoint durability and restart safety

Description

A checkpoint that is lost or half-written re-emits a window of telemetry or silently skips one. Neither is visible from a dashboard, so the durability has to be a property of the code rather than of the happy path.

Acceptance Criteria

Definition of Done

Implementation Plan

Wave 1 lane 1: implement source discovery, tailing, checkpointing and restart safety within internal/source; run focused source tests; root integrates and runs the final gate.

Final Summary

Checksummed versioned atomic checkpointing, path containment, checkpoint age, and interrupted-flush restart coverage are implemented; just check passed.

View the source file on GitHub