# F70 baseline — tables declared in kairix/core/db/schema.py with no INSERT
# writer in production code, no ``# table-is-derived:`` rationale, and a
# follow-up issue tracking the missing writer.
#
# documents_media (GH #336) and document_pages (GH #338) are intentionally
# NOT in this baseline — ADR-024 Bundle B paid down documents_media
# (kairix/core/connectors/silver.py:SqliteDocumentsMediaWriter) and the
# F70-paydown commit paid down document_pages
# (kairix/core/connectors/silver.py:SqliteDocumentPagesWriter). F70 will
# fire on any future schema additions per F50.
#
# As of 2026-06-06: empty. The previously-listed 7 topology v2/v3 scaffold
# tables (topology_containers, topology_hierarchy_nodes, topology_federated_connectors,
# topology_group_grants, topology_scope_profiles, topology_scope_entries,
# topology_skills) each carry a same-block ``-- table-is-derived:
# operator-curated config; <Wave-X wiring planned>`` comment on the
# CREATE TABLE line, naming the future writer wave (E for hierarchy
# connector, C for federation + grants, D for scope + skills runtime).
# These are operator-curated config tables, not derived in the SQL sense,
# but the F70 marker honestly captures "not auto-INSERTed by kairix code
# today; will be when the matching capability ships". F50 still blocks
# net-new tables from accreting here.
