Data-quality roadmap: R-A–R-F + DQ-5 fixes (citations 590→1075, section signal 10%→95%) #16

Merged
user2595 merged 31 commits from integration/roadmap into main 2026-06-27 07:12:31 +00:00
Showing only changes of commit f761ee63f8 - Show all commits

View File

@@ -474,10 +474,11 @@ is self-contained so a cold session can pick it up.
- **Tests:** `section_label` / `_clean_title` units + `.tex` ingest stores a - **Tests:** `section_label` / `_clean_title` units + `.tex` ingest stores a
descriptive heading verbatim. Full suite 377 passed; ruff/mypy clean. Branch descriptive heading verbatim. Full suite 377 passed; ruff/mypy clean. Branch
`feat/section-labels` (off `feat/tex-ingest`). `feat/section-labels` (off `feat/tex-ingest`).
- **Pending (infra, not code):** an accent-cleanup polish (`m\"obius`→`mobius`) landed - **Accent re-clean — DONE 2026-06-17.** The `_clean_title` polish (`m\"obius`→`mobius`,
in `_clean_title`, and a quick in-place `UPDATE` re-clean (no re-embed) was started, `~` ties, word-boundary truncation) landed in code, and the existing live labels were
but the Jetson went offline (ping 100 % loss) before it finished — a few live labels re-cleaned in place (apply `_clean_title` to any `chunks.section` containing `\` or
still show LaTeX accents/ties. Re-run the in-place re-clean when the Jetson is back. `~`; **8 labels** fixed, no re-embed). Verified: **0** labels with LaTeX artifacts
remain; non-`body` holds at **314/329 (95 %)**. R-F fully complete.
--- ---