Task · CAOT-0018

Account for every unhandled record type

Description

Record shapes vary by client version and a whole record type can disappear between releases with no error. A decoder that quietly produces nothing looks identical to a quiet day, which is the failure mode this project most needs to not have.

Acceptance Criteria

Definition of Done

Implementation Plan

Wave 1 lane 7: implement unhandled-record accounting, signature induction and probe/profile commands within assigned files; validate empty-corpus exit and content-free signatures; root integrates and runs the final gate.

Final Summary

Both decoders count bounded unknown record types without crashing or silently dropping them; invented-record tests passed.

References

View the source file on GitHub