From f761ee63f82199fe02401c8d446cc5c52af40c58 Mon Sep 17 00:00:00 2001 From: Tarik Moussa Date: Mon, 22 Jun 2026 01:53:36 +0200 Subject: [PATCH] =?UTF-8?q?docs(audit):=20R-F=20accent=20re-clean=20done?= =?UTF-8?q?=20=E2=80=94=208=20labels=20fixed=20in=20place,=200=20artifacts?= =?UTF-8?q?=20remain?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.8 --- docs/audit/DATA-QUALITY-2026-06-15.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/audit/DATA-QUALITY-2026-06-15.md b/docs/audit/DATA-QUALITY-2026-06-15.md index 8058482..1d2fe19 100644 --- a/docs/audit/DATA-QUALITY-2026-06-15.md +++ b/docs/audit/DATA-QUALITY-2026-06-15.md @@ -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 descriptive heading verbatim. Full suite 377 passed; ruff/mypy clean. Branch `feat/section-labels` (off `feat/tex-ingest`). -- **Pending (infra, not code):** an accent-cleanup polish (`m\"obius`→`mobius`) landed - in `_clean_title`, and a quick in-place `UPDATE` re-clean (no re-embed) was started, - but the Jetson went offline (ping 100 % loss) before it finished — a few live labels - still show LaTeX accents/ties. Re-run the in-place re-clean when the Jetson is back. +- **Accent re-clean — DONE 2026-06-17.** The `_clean_title` polish (`m\"obius`→`mobius`, + `~` ties, word-boundary truncation) landed in code, and the existing live labels were + re-cleaned in place (apply `_clean_title` to any `chunks.section` containing `\` or + `~`; **8 labels** fixed, no re-embed). Verified: **0** labels with LaTeX artifacts + remain; non-`body` holds at **314/329 (95 %)**. R-F fully complete. ---