# F52 baseline — flag("<name>") call sites that reference an unknown
# registry name.
#
# Empty at landing — kairix/core/features/ has not yet declared any flags
# and no kairix/** code calls flag(...). F52 stays vacuous-green until
# a call site references a name absent from REGISTRY (catches typos and
# dead-flag references after retirement).
#
# Forward-only: net-new entries are blocked at pre-commit + CI Stage 0.
# To pay down: either correct the typo OR add the missing entry to
# kairix/core/features/registry.py REGISTRY dict.
#
# See docs/architecture/feature-flag-architecture.md §3.2 + §6.
