# F55 baseline — files that either (a) declare a Chunker plugin without
# a module-level version: str OR (b) construct Chunk(...) without
# passing chunker_version=. Grandfathered offenders only;
# baseline is shrink-only per F49.
#
# As of 2026-06-06: empty. kairix/core/connectors/silver.py threaded
# SILVER_PAGE_CHUNKER_VERSION + SILVER_MARKDOWN_CHUNKER_VERSION through
# both Chunk(...) call sites and was removed from this list.
#
# kairix/chunkers/ plugins (slide, sheet_row, thread, code, etc.) all
# declare ``version: str`` + thread ``chunker_version=self.version``
# into every Chunk constructor — no new entries expected as new
# chunkers land. F55 is now a pure gate; the baseline is the receipt.
