- dev/scripts/seed_col_tags.py: seed 138 col: tags for core, input_layer,
and cclf schemas from CMS data dictionaries and Tuva documentation
- src/cli/bib.py: wire sync (apply col: tags as DuckDB column comments),
tag (list/search tags), query (search items) commands
- src/cli/generate.py: wire models command with --sync/--no-sync flag
to apply column comments before regenerating enriched Pydantic models
- src/aco/lake/lineage.py: build table-level DAG from pipeline Exprs,
column-level lineage from Field metadata, export as DOT/Mermaid
- src/api/routes/lineage.py: GET /lineage, /lineage/{table},
/lineage/export/mermaid, /lineage/export/dot endpoints
- fix import sorting in generated table models (ruff I001)