# F54 baseline — flags missing both-branch test coverage (BDD feature
# file with >=2 scenarios, integration test exercising both branches via
# with_flag(<name>, False) AND with_flag(<name>, True), and — for
# top-level-capability flags — an E2E composed-path test).
#
# Empty at landing — kairix/core/features/ has not yet declared any flags.
# F54 stays vacuous-green until the registry contains entries; every
# new flag from now on satisfies both-branch coverage in the landing
# commit.
#
# Forward-only: net-new entries are blocked at pre-commit + CI Stage 0.
# To pay down: add tests/bdd/features/feature_flag_<name>.feature with
# OFF + ON scenarios; add tests/integration/test_feature_flag_<name>.py
# exercising both branches via FakeFeatureFlagResolver from tests/fakes.py.
# For top-level-capability flags, also add tests/e2e/test_composed_<name>_path.py
# per F48.
#
# See docs/architecture/feature-flag-architecture.md §5.
