# F86-dynamic grandfathered files — non-pragma'd DI-default (_default_*)
# seams that are instrumented by coverage but never executed by any test
# (EPIC #499 Phase 1; escape 4). This is the SECOND half of F86: the
# static half (f86-files.txt) catches seams hidden behind `# pragma: no
# cover`; this half catches seams that have NO pragma but that no test
# actually runs — the same "production path never exercised" defect, one
# ratchet removed.
#
# Empty at landing — by construction. The dynamic half reads the UNION
# coverage report (unit + integration), which only the CI union-coverage
# stage produces; pragma'd seams are coverage-excluded so the static half
# owns them and this half skips them. Seeding an accurate grandfather set
# requires that full union report. It is left empty deliberately:
#   * the dynamic entry is registered run_all=False (the catalogue
#     dispatch convention for SDLC-stage rules), so it does NOT run in the
#     per-commit Stage 0 path and cannot block routine commits;
#   * when no coverage report is present the check SKIPS clean (the F7/F9
#     coverage-absent convention), so a local `run_checks.py --all` is
#     unaffected;
#   * the first union-coverage CI run that invokes this check surfaces the
#     exact never-executed-seam set; grandfather those files here with a
#     PR rationale, then ratchet the list down as each seam earns an
#     executing outcome test.
#
# A new entry here means a non-pragma'd DI-default seam ships that the
# whole suite never runs — expect pushback; the list shrinks, it grows
# only at the deliberate introduction of this half's CI wiring.
